A local, high-performance hybrid search and memory engine designed to eliminate API embedding costs for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qmd-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 qmd-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The QMD Memory Skill is a powerful infrastructure tool within the Openclaw Skills ecosystem that replaces expensive cloud-based vector searches with a local, private alternative. By utilizing GGUF models for embeddings and re-ranking, it allows your agents to maintain a deep, searchable history of workspaces, logs, and research without recurring API fees. This skill effectively turns your local machine into a high-speed knowledge base, ensuring that context retrieval is both fast and cost-effective.
Built for developers who demand privacy and efficiency, it integrates seamlessly with the existing memory architecture. By moving memory search operations to your local hardware, you can achieve professional-grade semantic retrieval while saving between $50 and $300 per month on token costs associated with external embedding providers. It is an essential component for any serious implementation involving Openclaw Skills.
To integrate this capability into your workflow, follow these steps using the CLI:
# Install the skill from the hub
clawhub install asabove/qmd-memory
# Execute the setup to download models and configure collections
openclaw skill run qmd-memory setup
# Optional: verify your potential API savings
openclaw skill run qmd-memory calculate-savings
The skill manages data locally within the ~/.cache/qmd/ directory, ensuring all your Openclaw Skills data remains under your control.
| Component | Purpose | Technical Details |
|---|---|---|
| index.sqlite | Main search index | SQLite database storing text and metadata |
| models/ | Local AI models | ~2GB of GGUF models for embeddings and reranking |
| mcp.pid | Server management | PID file for the optional multi-agent MCP server |
Data is logically partitioned into collections such as workspace for agent identity, daily-logs for session history, and intelligence for research and analysis documents.
Loading
A high-performance local search engine designed for indexing and retrieving Markdown notes and documents using keyword, vector, and hybrid search methods.

A high-performance tweet engine for builders that generates sharp, human-sounding X content without the AI fluff.

A powerful CLI tool for creating crypto invoices, generating cross-chain payment quotes, and monitoring settlement status.

Generate high-converting TikTok image carousels with automated text overlays and seamless draft integration via the ViralBaby API.

A GraphQL-based skill for AI agents to query and manage personal reading libraries and book metadata from Hardcover.app.

A comprehensive media processing toolset for automated video transcoding, editing, and manipulation via the command line.








































