← Back to Skills Marketplace
sieyer

Qmd Memory 1.0.0

by Sieyer · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
418
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install qmd-memory-1-0-0
Description
Enables local hybrid memory search using QMD with optimized collections, automatic indexing, and multi-agent sharing to reduce API costs by $50-300/month.
Usage Guidance
This skill appears to do what it says: it installs the QMD CLI, scans and indexes files in your specified workspace, and runs local embeddings and a local re-ranker. Before installing/running setup: 1) Inspect the npm package @tobilu/qmd on the npm registry/GitHub to confirm you trust the upstream publisher; npm -g will execute package install scripts and place a binary on your PATH. 2) Expect ~2GB of model downloads and non-trivial CPU/RAM/disk use during embedding; ensure you are comfortable with the network and storage usage. 3) The setup will scan and index files under your workspace (default ~/.openclaw/workspace) — do not run it against directories that contain secrets you don't want indexed. 4) The skill can start a local MCP server bound to localhost:8181 for multi-agent sharing; this is local-only but review whether you want that service running. 5) Minor inconsistency: skill.json references scripts/add-collection.sh but that file is not present in the bundle — consider that an omission and verify available commands before relying on them. If you have concerns, run the setup in an isolated/sandbox environment or manually run the commands in the scripts after reviewing them.
Capability Analysis
Type: OpenClaw Skill Name: qmd-memory-1-0-0 Version: 1.0.0 The skill installs a global npm package (`@tobilu/qmd`) via `npm install -g` in `scripts/setup.sh`, which introduces a supply chain risk. It also instructs the OpenClaw agent to set up a nightly cron job for index updates in `SKILL.md` and starts a daemonized local HTTP server for multi-agent memory sharing in `scripts/serve.sh`. While these actions provide persistence and network capabilities, they are aligned with the stated purpose of a local memory skill and do not show clear intent of malicious behavior like data exfiltration or unauthorized remote control, classifying it as suspicious rather than malicious.
Capability Assessment
Purpose & Capability
Name/description (local hybrid memory with QMD) match the included scripts and SKILL.md. The setup script installs a QMD CLI, configures collections from your workspace, and runs indexing/embeddings — all consistent with building a local search/indexing system to replace remote memory API calls.
Instruction Scope
SKILL.md instructs the agent/user to run setup which scans the workspace path (default $HOME/.openclaw/workspace or OPENCLAW_WORKSPACE) and creates QMD collections, runs qmd update/embed, and can start a local MCP server. These actions are expected for the feature, but they will read and index files under the workspace (including any sensitive .md files), and run commands that download models and generate embeddings. The skill does not request unrelated system credentials or attempt to read unrelated system paths.
Install Mechanism
No formal install spec in registry, but scripts call npm install -g @tobilu/qmd during setup. Installing an npm package globally and running it is necessary for the skill's functionality but has moderate risk: it executes third-party package code and triggers model downloads (~2GB) on first run. The model download sources are not enumerated in the skill bundle (they are performed by the qmd tool), so verify the upstream package and its model sources before running.
Credentials
The skill declares no required environment variables or credentials. The setup script uses an optional OPENCLAW_WORKSPACE env var to locate files — that is proportionate. No secrets or tokens are requested or referenced by the skill bundle.
Persistence & Privilege
always:false and no modifications to other skills or global agent configs are present. The skill can start a local MCP server (qmd mcp --http --daemon) which creates a local PID file and listens on localhost:8181; this is a normal capability for sharing memory across co-located agents but does not imply system-wide privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qmd-memory-1-0-0
  3. After installation, invoke the skill by name or use /qmd-memory-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
QMD Memory Skill for OpenClaw v1.0.0 - Initial public release enabling local hybrid memory search for OpenClaw. - Installs and configures QMD for cost-free, on-device search and embeddings. - Automatic collection setup, context descriptions, and scheduled index updates. - OpenClaw memory functions seamlessly route to QMD's local hybrid search. - Includes templates for common workspace types and a cost savings calculator. - Optional multi-agent MCP server for shared memory access.
Metadata
Slug qmd-memory-1-0-0
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Qmd Memory 1.0.0?

Enables local hybrid memory search using QMD with optimized collections, automatic indexing, and multi-agent sharing to reduce API costs by $50-300/month. It is an AI Agent Skill for Claude Code / OpenClaw, with 418 downloads so far.

How do I install Qmd Memory 1.0.0?

Run "/install qmd-memory-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Qmd Memory 1.0.0 free?

Yes, Qmd Memory 1.0.0 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Qmd Memory 1.0.0 support?

Qmd Memory 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qmd Memory 1.0.0?

It is built and maintained by Sieyer (@sieyer); the current version is v1.0.0.

💬 Comments