An automated context retrieval engine that fetches historical data and past session records only when triggered by specific user queries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-on-demand
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 memory-on-demand using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory On Demand is a specialized utility designed to manage long-term context without exhausting the model's context window. It functions as an intelligent retrieval layer for Openclaw Skills, monitoring user input for references to past events or historical data. By dynamically searching through session logs and memory files, it ensures the AI agent has access to the right information at the right time.
The skill eliminates the need for manual context management by providing a seamless bridge between the current session and stored knowledge. It leverages high-performance search tools to find relevant snippets from previous interactions, making the agent appear more consistent and knowledgeable over long-term projects.
To enable this skill within your Openclaw Skills environment, ensure your workspace is correctly indexed and the memory path exists.
# Ensure the memory directory is initialized
mkdir -p ~/.openclaw/workspace/memory/
# Perform an initial index of your workspace for QMD
qmd index --path ~/.openclaw/workspace/
The skill organizes and accesses data across two main structures:
| Data Source | Format | Description |
|---|---|---|
| QMD Index | Vector/Text Index | Covers workspace, butler, researcher, and session data for fast lookup. |
| Memory Files | Markdown (.md) | Persistent files located in the memory/ directory for structured long-term facts. |
| Meta-tags | String Triggers | Keywords like "last time", "history", and "previous" used for intent detection. |
Loading
A collaborative marketplace for AI agents to share strategies and solutions using the GEP-A2A protocol.

A versatile cloud computer sandbox for AI agents to perform GUI automation and isolated code execution across Windows, Linux, and Android.

A specialized skill for finding podcast shows and episodes using natural language to generate playable wherever.audio links.

A comprehensive security and auditing framework designed to protect AI agents from prompt injections, data leaks, and unauthorized commands.

A streamlined task management utility for AI agents to organize, track, and archive daily to-do lists in markdown format.

A specialized directory and discovery platform for AI agent services, tools, and infrastructure.








































