← Back to Skills Marketplace
lelo78

Qmd

by Lelo78 · GitHub ↗ · v0.1.0
darwinlinux ⚠ suspicious
734
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install qmd-skill-3
Description
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Usage Guidance
This skill is internally consistent for local markdown search, but consider the following before installing: 1) qmd will index whatever directories you add — avoid indexing sensitive directories or configure masks to exclude secrets. 2) The recommended install uses Bun to fetch code from the project's GitHub repo and qmd may auto-download GGUF models into ~/.cache/qmd/models; ensure you trust the upstream project and have disk/network capacity. 3) If you schedule automatic updates/embeddings (cron or agent scheduler), those jobs will run qmd commands with the PATH you provide — be careful what PATH and environment you export in scheduled contexts. If you want extra assurance, install qmd manually from the official repo, verify checksums/releases, and test indexing on a small, non-sensitive subset of files first.
Capability Analysis
Type: OpenClaw Skill Name: qmd-skill-3 Version: 0.1.0 The skill is classified as suspicious due to the `qmd get "path/to/file.md"` command described in `SKILL.md`. While intended for retrieving indexed markdown documents, this command grants the AI agent the capability to read the full content of arbitrary local files. This presents a significant data exposure vulnerability if the agent is susceptible to prompt injection or misdirection, potentially allowing it to access sensitive files outside its intended scope (e.g., configuration files, private keys). There is no explicit malicious intent in the provided instructions, but the exposed capability is high-risk.
Capability Assessment
Purpose & Capability
Name/description, required binary (qmd), and instructions align: the skill is a wrapper for the qmd CLI and only needs that binary (and Bun for installation). Nothing requested is unrelated to local markdown search.
Instruction Scope
SKILL.md instructs the agent to run qmd commands, add collections, and (optionally) schedule qmd update/embed. It explicitly operates on user-provided file paths and local caches. The only broader behavior is that qmd may auto-download GGUF models and will read/index files you point it at — this is coherent with its purpose but worth noting.
Install Mechanism
The skill is instruction-only (no automatic install), but the README metadata recommends installing via Bun from the project's GitHub repo (bun install -g https://github.com/tobi/qmd) and suggests brew install sqlite for macOS. Installing via Bun from the repo and qmd's auto-download of GGUF models is a moderate-risk action (network downloads, large model files) but is expected for a local LLM-based search tool.
Credentials
No credentials or sensitive env vars are requested. The instructions reference PATH adjustments (e.g., $HOME/.bun/bin) and cache paths (~/.cache/qmd/models) which are proportional to running qmd. Note: indexing a directory will read local files you point it at — index contents should be chosen carefully.
Persistence & Privilege
The skill does not request always: true or other elevated platform privileges, nor does it instruct modifying other skills. It may be used to run long-lived processes or scheduled jobs (user-configured), which is normal for this use case.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qmd-skill-3
  3. After installation, invoke the skill by name or use /qmd-skill-3
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of qmd-skill: fast local search for markdown notes and docs. - Supports keyword (BM25), semantic vector, and hybrid LLM/keyword search. - Step-by-step setup and install instructions provided (requires Bun, SQLite). - Includes usage tips, performance guidance, and common command examples. - Designed for flexible, automated indexing and agent integration.
Metadata
Slug qmd-skill-3
Version 0.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Qmd?

Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections. It is an AI Agent Skill for Claude Code / OpenClaw, with 734 downloads so far.

How do I install Qmd?

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

Is Qmd free?

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

Which platforms does Qmd support?

Qmd is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Qmd?

It is built and maintained by Lelo78 (@lelo78); the current version is v0.1.0.

💬 Comments