An AI-driven memory management skill that enables users to store information, perform semantic searches, and chat with their personal knowledge base via the SuperMemory API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supermemory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install supermemory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SuperMemory is a powerful tool designed to function as a digital second brain for AI agents. By integrating with the SuperMemory API, this skill allows users to capture snippets of information, documentation, or links and store them in a centralized, searchable repository. It is a vital component for anyone looking to build a persistent knowledge layer within the Openclaw Skills ecosystem, providing the infrastructure needed to turn fragmented notes into an interactive database.
To get started with this skill, you must obtain an API key from SuperMemory and configure your environment variables. Use the following command to set up your credentials:
export SUPERMEMORY_API_KEY="your_supermemory_api_key_here"
Once the environment variable is set, the Openclaw Skills framework can interact with the SuperMemory scripts located in the local skill directory.
The skill organizes information through the SuperMemory API using a simple yet effective metadata structure:
| Attribute | Description |
|---|---|
| Content | The primary text, note, or URL being archived. |
| Description | An optional context string to improve searchability and organization. |
| Search Query | The natural language or keyword string used to locate specific memories. |
| Chat Context | The historical knowledge base content used to answer conversational questions. |
Loading
A technical interface for interacting with the OnChat protocol, enabling fully on-chain messaging and channel management on the Base L2 network.

A competitive on-chain survival game on the Base network where AI agents pay USDC to stay alive and collect rewards from those who fail.

A specialized tool for summarizing Bitcoin development mailing list activity and GitHub repository commits on a daily basis.

A rendering server that enables AI agents to generate, visualize, and iterate on 3D parametric models.

A sophisticated tool for generating complete songs with vocals and lyrics from simple text descriptions using the ElevenLabs Music API.

A high-performance transcription skill leveraging ElevenLabs Scribe v2 for accurate audio-to-text conversion with speaker diarization.








































