← 返回 Skills 市场
Qmd Skill Main
作者
Patrick Maeter
· GitHub ↗
· v1.0.0
1921
总下载
1
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-skill-main
功能描述
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
安全使用建议
This skill appears to do what it says: index and search local Markdown using the qmd CLI. Before installing, verify you trust the qmd GitHub source (the SKILL suggests installing via Bun from the repo), and prefer installing through your package manager or official releases if available. Be aware qmd may download local GGUF models automatically (large disk and network usage) and will read any files you add to its collections — only index directories you intend to expose to the tool. Finally, install Bun/SQLite if you plan to follow the SKILL.md instructions, and confirm the qmd binary on PATH is the expected one.
功能分析
Type: OpenClaw Skill
Name: qmd-skill-main
Version: 1.0.0
The skill bundle is classified as benign. All instructions in SKILL.md, including the installation command `bun install -g https://github.com/tobi/qmd` and subsequent usage examples, are directly aligned with the stated purpose of providing local hybrid search for markdown notes using the 'qmd' tool. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized execution of arbitrary code, persistence mechanisms for malicious payloads, or prompt injection attempts designed to subvert the agent's core function or access unrelated sensitive data. The cron examples provided are for maintaining the tool's index, not for malicious persistence.
能力评估
Purpose & Capability
The skill's name/description (local hybrid search of markdown notes) matches what the SKILL.md instructs (qmd search/vsearch/query against indexed local collections). Required binaries list only 'qmd', which is appropriate, but the docs also call out prerequisites (Bun >=1.0.0, sqlite on macOS) and an install method that uses Bun to pull the project — those prerequisites are mentioned in the instructions but not declared in the registry 'required binaries' list, a minor inconsistency to be aware of.
Instruction Scope
SKILL.md only instructs use of the qmd CLI to index and search user-specified local Markdown paths, manage indexes, and schedule updates. It does not direct the agent to read unrelated system files, exfiltrate data, or access unrelated credentials. It does mention automatic model downloads and a default cache path (~/.cache/qmd/models/) which are expected for local embedding workflows.
Install Mechanism
The registry lists no formal install spec, but SKILL.md and embedded metadata recommend 'bun install -g https://github.com/tobi/qmd'. Installing from a GitHub repo via Bun is common but executes unreviewed code during installation — a moderate-risk install pattern compared with a vetted package/release. Also the tool may auto-download GGUF models from the network on first run (large files, remote sources).
Credentials
The skill declares no required environment variables or credentials, and SKILL.md only references expected env items like PATH and XDG_CACHE_HOME for cache override. No sensitive credentials are requested, and the scope of environment access (local files for indexing, cache for models) is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always: true or other elevated persistent privileges in the registry. It is an instruction-only skill that relies on the qmd binary; it does not attempt to force permanent inclusion or autonomous invocation beyond normal agent behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qmd-skill-main - 安装完成后,直接呼叫该 Skill 的名称或使用
/qmd-skill-main触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
qmd-skill-main 1.0.0
- Initial release of the qmd skill for local hybrid search in markdown notes and documents.
- Supports fast BM25 keyword search (`qmd search`), semantic similarity (`qmd vsearch`), and hybrid reranked results (`qmd query`).
- Easy integration with Bun package manager; includes setup and maintenance instructions.
- Optimized for "messy" markdown and fast collection updates.
- Designed to complement Clawdbot memory search by indexing and querying user-managed local document collections.
元数据
常见问题
Qmd Skill Main 是什么?
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 插件,目前累计下载 1921 次。
如何安装 Qmd Skill Main?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmd-skill-main」即可一键安装,无需额外配置。
Qmd Skill Main 是免费的吗?
是的,Qmd Skill Main 完全免费(开源免费),可自由下载、安装和使用。
Qmd Skill Main 支持哪些平台?
Qmd Skill Main 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Qmd Skill Main?
由 Patrick Maeter(@pmaeter)开发并维护,当前版本 v1.0.0。
推荐 Skills