โ† All skills
Tencent SkillHub ยท Developer Tools

Supermemory

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/add-memory.sh, scripts/chat.sh, scripts/search.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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"

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?"

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"

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/add-memory.sh Scripts
  • scripts/chat.sh Scripts
  • scripts/search.sh Scripts