A local, zero-cost persistent memory system that enables AI agents to remember user preferences and project context without external APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openjaw-smart-memory
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 openjaw-smart-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Smart Memory provides a robust, file-based intelligence layer for your AI agents. By utilizing local JSON storage, it allows agents to extract, store, and retrieve key facts, technical decisions, and user preferences across multiple sessions. This ensures a personalized experience where the agent learns over time without incurring additional API costs or privacy risks.
The system is designed to live entirely on your local machine within the Openclaw Skills ecosystem, keeping your data private and secure. It automates the process of context retention, making every interaction more efficient by reducing the need for repetitive instructions and significantly lowering token usage over time.
To integrate Smart Memory into your Openclaw Skills environment, ensure the scripts are placed in the correct directory and are executable.
# Create the directory
mkdir -p ~/.openclaw/smart-memory/
# Move the memory manager scripts to the folder
mv memory-manager.sh memory-stats.sh ~/.openclaw/smart-memory/
# Make them executable
chmod +x ~/.openclaw/smart-memory/*.sh
The skill organizes data within ~/.openclaw/smart-memory/ using a structured JSON approach to manage Openclaw Skills data:
| File | Description |
|---|---|
memories.json |
The main store for active memories and context. |
archive.json |
Stores pruned or soft-deleted memories for a 30-day retention period. |
stats.json |
Tracks usage metrics and estimated token savings. |
config.json |
Contains user-defined settings for maintenance intervals and confidence thresholds. |
Loading
An all-in-one text-based gaming and entertainment engine that turns AI agents into interactive arcade hosts.

ConvoYield is a real-time revenue intelligence layer that transforms every bot interaction into a yield-bearing financial instrument through behavioral economics.

A metacognitive reasoning skill that trains AI agents to identify missing context and hidden assumptions before executing any task.

A sophisticated naming engine that uses linguistic principles and codebase analysis to generate precise, consistent, and discoverable names for any programming element.

ResonanceEngine is a zero-cost algorithmic tool that analyzes conversational micro-signals to optimize AI bot responses for maximum engagement and conversion.

A sophisticated diagnostic tool that identifies and maps complexity imbalances across software boundaries to prevent architectural collapse.








































