Supermemory Free Cloud Knowledge Backup for Openclaw

A specialized tool for persisting high-value AI insights and configuration data to the Supermemory.ai cloud using free tier endpoints.

broedkrummen
v1.0.0
Feb 15, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install supermemory-free

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-free 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 Free Cloud Knowledge Backup?

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.

Supermemory Free Cloud Knowledge Backup Use Cases

  • Persisting complex bug fixes and architectural decisions for future reference.
  • Retrieving project-specific configurations during new session initialization.
  • Synchronizing learned user preferences and facts across different agent environments.
  • Offloading historical data from local daily logs into a structured, searchable cloud index.
  • Answering user queries about events or decisions made in sessions from several weeks ago.

How Supermemory Free Cloud Knowledge Backup Works

  1. The system identifies high-value strings, either through direct user commands or automated log scanning.
  2. Knowledge is transmitted to the Supermemory.ai cloud using the store tool via the /v3/documents endpoint.
  3. An auto-capture script runs periodically to parse local Markdown memory logs for patterns such as 'fixed', 'decision', or 'setup'.
  4. When local context is insufficient, the search tool queries the /v3/search endpoint to find semantically relevant cloud memories.
  5. A local state file tracks uploaded items to prevent data duplication and redundant API calls.

Supermemory Free Cloud Knowledge Backup Setup

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

Supermemory Free Cloud Knowledge Backup Data Schema & Taxonomy

The skill organizes data using a tagging system and local state tracking to maintain a clean cloud index.

Metadata Tagging

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

File Organization

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

Supermemory Free Cloud Knowledge Backup Advanced Features

  • Automated heuristic analysis of local logs to identify 'high-value' insights automatically.
  • Configurable search precision using the threshold parameter to reduce noise in results.
  • Support for custom container tags to namespace memories by project or category.
  • Cloudflare-compatible header injection to ensure reliable API connectivity and avoid access denial errors.
  • Dry-run mode for the auto-capture script to preview what will be stored in the cloud.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*