A specialized tool for persisting high-value AI insights and configuration data to the Supermemory.ai cloud using free tier endpoints.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supermemory-free
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-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Supermemory Free is a robust knowledge management extension designed to provide AI agents with a long-term, searchable cloud memory. By integrating with the Supermemory.ai free tier API, this skill allows for the permanent storage of critical insights that might otherwise be lost when local session logs are rotated or archived. It focuses on using standard /v3/documents and /v3/search endpoints to ensure high availability without the need for Pro-tier features.
This skill is essential for developers using Openclaw Skills who require cross-session persistence. Whether it is a complex bug fix, a specific environmental configuration, or a learned user preference, Supermemory Free ensures that the agent can retrieve this context at any time, effectively expanding the agent's intelligence beyond the limits of local files.
To get started, ensure you have your API key from the Supermemory console. Add your key to your .env file:
SUPERMEMORY_OPENCLAW_API_KEY="sm_your_key_here"
To automate the synchronization of your Openclaw Skills memory logs, install the daily cron job:
bash skills/supermemory-free/install_cron.sh
You can manually test the storage functionality with:
python3 skills/supermemory-free/store.py "Example knowledge string" --tag openclaw
The skill organizes data using a tagging system and local state tracking to maintain a clean cloud index.
| Tag | Purpose |
|---|---|
| openclaw | General session knowledge and context |
| fixes | Specific bug fixes and troubleshooting solutions |
| config | Environmental variables and setup paths |
| user-prefs | Learned user behaviors and preferences |
store.py: Handles individual uploads and manual entries.search.py: Executes semantic search against the cloud database.auto_capture.py: Analyzes local memory/YYYY-MM-DD.md files for insights..capture_state.json: A local ledger that prevents re-uploading previously captured logs.Loading
A comprehensive repository bootstrapping skill that combines technical architecture analysis with structured project management governance.

A coder-focused incident response skill for executing hotfixes, capturing evidence, and managing postmortem actions within the development workflow.

A high-performance local memory system that merges file-based storage with semantic vector search for near-instant context retrieval.

A sophisticated RSS aggregator that synthesizes over 100 Danish news sources into category-specific unified feeds.

A sophisticated audio notification system for webchat platforms that triggers alerts with five intensity levels exclusively when the browser tab is in the background.

A powerful Openclaw Skills integration for managing JobTread construction data, accounts, and documents via the Pave Query API.








































