You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/integrations/openclaw.mdx
+84-59Lines changed: 84 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,51 +11,53 @@ This integration requires the **Supermemory Pro plan**. [Upgrade here](https://c
11
11
12
12
[OpenClaw](https://github.com/supermemoryai/openclaw-supermemory) is a multi-platform AI messaging gateway that connects to WhatsApp, Telegram, Discord, Slack, iMessage, and other messaging channels. The Supermemory plugin gives OpenClaw memory across every channel.
13
13
14
-
## Get Your API Key
15
-
16
-
Create a Supermemory API key from the [API Keys](https://console.supermemory.ai/keys) page, then add it to your shell profile so it persists across sessions:
Run the setup command and enter your API key when prompted.
27
+
28
+
```bash
29
+
openclaw supermemory setup
30
+
```
31
+
32
+
Enter your API key from [console.supermemory.ai](https://console.supermemory.ai). That's it.
33
+
34
+
<AccordionGroup>
35
+
<Accordiontitle="Advanced Setup">
36
+
Configure all options interactively with the advanced setup command:
37
+
38
+
```bash
39
+
openclaw supermemory setup-advanced
40
+
```
41
+
42
+
This lets you configure: container tag, auto-recall, auto-capture, capture mode, custom container tags, and more.
43
+
44
+
See [Configuration Options](#configuration-options) for all available settings.
45
+
</Accordion>
46
+
</AccordionGroup>
47
+
47
48
## How It Works
48
49
49
-
Once installed, the plugin runs automatically with zero interaction:
50
+
Once installed, the plugin runs automatically with zero interaction.
50
51
51
52
-**Auto-Recall** — Before every AI turn, Supermemory is queried for relevant memories and the user's profile. These are injected as context so the AI sees preferences, facts, and semantically similar past conversations.
52
53
-**Auto-Capture** — After every AI turn, the conversation exchange is sent to Supermemory for extraction and long-term storage. Supermemory handles deduplication and profile building.
54
+
-**Custom Container Tags** — When enabled via advanced setup, define custom memory containers (e.g., `work`, `personal`, `bookmarks`). The AI automatically picks the right container based on your instructions.
53
55
54
56
## Features
55
57
56
58
### AI Tools
57
59
58
-
The AI can use these tools autonomously during conversations:
60
+
The AI can use these tools autonomously during conversations.
59
61
60
62
| Tool | Description |
61
63
|------|-------------|
@@ -66,7 +68,7 @@ The AI can use these tools autonomously during conversations:
66
68
67
69
### Slash Commands
68
70
69
-
Users can interact with memory directly in chat:
71
+
Users can interact with memory directly in chat.
70
72
71
73
| Command | Description |
72
74
|---------|-------------|
@@ -75,43 +77,66 @@ Users can interact with memory directly in chat:
75
77
76
78
### CLI Commands
77
79
80
+
Manage your memory from the terminal.
81
+
78
82
```bash
79
-
openclaw supermemory search <query># Search memories from the terminal
80
-
openclaw supermemory profile # View user profile
81
-
openclaw supermemory wipe # Delete all memories (requires confirmation)
83
+
openclaw supermemory setup # Configure API key
84
+
openclaw supermemory setup-advanced # Configure all options
85
+
openclaw supermemory status # View current configuration
0 commit comments