SuperMemory for Openclaw

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.

clawdbot51-oss
v1.0.0
Jan 29, 2026
17
9.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install supermemory

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SuperMemory?

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.

SuperMemory Use Cases

  • Archiving important project requirements and technical specifications for long-term access.
  • Storing and categorizing bookmarked links and research materials with custom descriptions.
  • Performing semantic searches to find specific facts or code snippets within a large body of notes.
  • Engaging in natural language conversations with your stored data to generate summaries or extract insights.

How SuperMemory Works

  1. The user provides raw text or a URL to the skill to be indexed as a new memory.
  2. The skill sends this data to the SuperMemory API, where it is processed and stored with optional metadata descriptions.
  3. When searching, the skill queries the API to retrieve the most relevant entries based on semantic similarity.
  4. For complex queries, the chat function allows the agent to reason over the stored knowledge base to provide conversational answers.

SuperMemory Setup

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.

SuperMemory Data Schema & Taxonomy

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.

SuperMemory Advanced Features

  • Context-aware semantic search that understands intent rather than just matching keywords.
  • Conversational AI interface for querying your personal data repository in natural language.
  • CLI-based script integration for rapid automated memory storage within development workflows.
  • Support for multi-agent environments where shared knowledge is required across different Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*