supermemory

Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "supermemory" with this command: npx skills add clawdbot51-oss/supermemory

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:

  • "Remember that my API key is xyz" → supermemory add "My API key is xyz" --description "API credentials"
  • "Save this link for later" → supermemory add "https://example.com" --description "Bookmarked link"

Find information:

  • "What did I save about Python?" → supermemory search "Python"
  • "Find my notes on the project" → supermemory search "project notes"

Query your knowledge:

  • "What do I know about the marketing strategy?" → supermemory chat "What do I know about the marketing strategy?"
  • "Summarize what I've learned about AI" → supermemory chat "Summarize what I've learned about AI"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

valuemining-lengthybooks

Extract actionable insights from methodology and skill-building books via a Four-Layer framework for concept mapping, case studies, SOPs, and critical analysis.

Registry SourceRecently Updated
1370Profile unavailable
Research

biomedical-paper-billing

AI-powered biomedical manuscript generation with docx output. Activates when user provides Chinese draft/outline and requests full English research paper. In...

Registry SourceRecently Updated
1080Profile unavailable
Research

Arxiv Papers

Find and summarize arXiv.org preprints—keyword/category search, abstracts, PDF links. Use for literature scans, paper IDs, or quick orientation (not peer-rev...

Registry SourceRecently Updated
1270Profile unavailable
Research

Auto Research Pipeline

OpenClaw 原生的自动化研究 pipeline。从一个研究 topic 出发,经过 23 个 stage 产出完整论文。 每个 Phase 由独立 sub-agent 执行(context 隔离),Phase 间通过文件系统传递产出。 触发词:Research X、跑研究、文献调研、写论文、研究 pipel...

Registry SourceRecently Updated
1050Profile unavailable