Skip to main content

OpenClaw Plugin

OpenClaw Alchemyst Integration gives OpenClaw CLI agents perfect memory and context recall powered by Alchemyst AI.

Features

  • Auto-Recall β€” automatically injects relevant context before AI turns
  • Auto-Capture β€” stores conversations automatically after AI responses
  • 5 AI tools for manual memory management
  • Slash commands β€” /remember and /recall for in-chat use
  • CLI commands β€” search, profile, and wipe memories from terminal

Installation

1. Add API keys

Add your keys to ~/.openclaw/.env:
Get your Alchemyst API key at platform.getalchemystai.com.

2. Install the plugin

The destination folder must be named alchemyst-memory.

3. Enable in ~/.openclaw/openclaw.json

Do not add a config block β€” OpenClaw’s schema will reject it.

4. Verify

Expected output:

How It Works

  • Before each AI turn: the recall hook searches Alchemyst for relevant past context and prepends it to the prompt automatically.
  • After each AI turn: the capture hook stores user and assistant messages under the session openclaw-default.

Configuration

Commands

Resources