SuperMemory
name: supermemory
by clawdbot51-oss · published 2026-03-22
$ claw add gh:clawdbot51-oss/clawdbot51-oss-supermemory---
name: supermemory
description: Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.
metadata: {"moltbot":{"emoji":"🧠","requires":{"env":["SUPERMEMORY_API_KEY"]},"primaryEnv":"SUPERMEMORY_API_KEY"},"user-invocable":true}
---
# SuperMemory
Store, search, and chat with your personal knowledge base using SuperMemory's API.
Setup
Configure your SuperMemory API key:
export SUPERMEMORY_API_KEY="sm_oiZHA2HcwT4tqSKmA7cCoK_opSRFViNFNxbYqjkjpVNfjSPqQWCNoOBAcxKZkKBfRVVrEQDVxLWHJPvepxqwEPe"Usage
Add a Memory
**Add content to your memory store:**
# Add a memory with content
supermemory add "Your memory content here"
# Add a memory with a specific description
supermemory add "Important project details" --description "Project requirements"Search Memories
**Search your stored memories:**
supermemory search "search query"Chat with Memories
**Chat with your memory database:**
supermemory chat "What do you know about my projects?"Implementation
Add Memory
When user wants to store information:
bash /root/clawd/skills/supermemory/scripts/add-memory.sh "content" "description (optional)"Search Memories
When user wants to find something in their memories:
bash /root/clawd/skills/supermemory/scripts/search.sh "query"Chat with Memory Base
When user wants to query their memory database conversationally:
bash /root/clawd/skills/supermemory/scripts/chat.sh "question"Examples
**Store important information:**
**Find information:**
**Query your knowledge:**
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...