A persistent long-term memory layer that ensures continuity across AI sessions and development tools by serving as a canonical source of truth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skills
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 skills using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Satori Memory serves as the authoritative long-term memory system for AI agents, allowing them to maintain continuity across different providers and codegen tools. By leveraging the Satori CLI, this skill enables agents to persist notable information such as architectural decisions, user preferences, and project milestones beyond the limits of a single chat session. It is designed to be the primary source of truth, ensuring that once information is learned, it is surfaced and used as context immediately in future interactions.
Integrating this capability into your Openclaw Skills environment eliminates the need to repeatedly provide context for the same project. Satori acts as an externalized cognitive layer that bridges the gap between different AI applications, making the agent feel more like a long-term collaborator who remembers every critical detail of your development lifecycle.
The Satori CLI handles most configuration automatically upon its first execution. It checks for or creates a configuration file at ~/.config/satori/satori.json to manage API keys and memory IDs. No manual credential provisioning is typically required. To initialize or test the setup within your environment, you can run:
npx -y @satori-sh/cli@latest search "test"
Ensure the agent has appropriate read/write permissions for the ~/.config/satori/ directory.
Satori organizes data as a collection of semantic facts rather than raw logs, ensuring high relevance during retrieval. This structured approach allows Openclaw Skills to maintain a clean knowledge graph.
| Field | Type | Description |
|---|---|---|
| Fact | String | A standalone, natural language statement containing specific context (e.g., 'Project uses Bun'). |
| Query | String | Semantic search terms used to retrieve relevant clusters of facts. |
| Config | JSON | Local storage of API credentials and unique memory identifiers at ~/.config/satori/satori.json. |
Loading
Satori provides persistent long-term memory for AI coding agents, ensuring continuity across sessions and different model providers.

A comprehensive CLI tool and skill for interacting with the Dutch Railways (NS) API to plan trips and monitor train status.

A token-efficient behavior skill designed to minimize costs and maximize speed by optimizing agent responses and tool usage.

An automated git hook that maintains a living project state document to provide instant context for AI coding agents.

A specialized search skill for accessing Kagi's proprietary Teclis and TinyGem indexes to find independent content and non-mainstream news.

A high-performance AI tool that synthesizes live web search results into concise, cited answers using the Kagi FastGPT API.








































