← 返回 Skills 市场
734
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-skill-3
功能描述
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qmd-skill-3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/qmd-skill-3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Qmd 是什么?
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 734 次。
如何安装 Qmd?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmd-skill-3」即可一键安装,无需额外配置。
Qmd 是免费的吗?
是的,Qmd 完全免费(开源免费),可自由下载、安装和使用。
Qmd 支持哪些平台?
Qmd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Qmd?
由 Lelo78(@lelo78)开发并维护,当前版本 v0.1.0。
推荐 Skills