← 返回 Skills 市场
aryannate

Qmd

作者 Aryan Nate · GitHub ↗ · v0.1.0
darwinlinux ⚠ suspicious
634
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-skill-4
功能描述
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
安全使用建议
This skill appears coherent and implements a local markdown search: it will read and index whatever files you point it at (so avoid indexing secrets), and it may download and store local model files (GGUF) to ~/.cache/qmd/models/ and load them into memory for semantic search which can be slow and resource-heavy. Installing qmd as suggested (bun install -g from GitHub) will execute third-party code — review the upstream repository before installing. If you plan to automate indexing (cron or agent scheduler), restrict the collection paths and run with a user account with limited privileges. If you have sensitive notes, either exclude those paths or run qmd in a sandboxed environment. Overall the skill is internally consistent with its stated purpose, but verify the upstream qmd project and its model-download/network behavior before installing.
功能分析
Type: OpenClaw Skill Name: qmd-skill-4 Version: 0.1.0 The skill instructs the agent to install the `qmd` tool globally from an external GitHub repository (`https://github.com/tobi/qmd`) via `bun install -g` in `SKILL.md`. While this action is necessary for the skill's stated purpose, it introduces a supply chain vulnerability, as the integrity of the external repository is not guaranteed and could be compromised to deliver malicious payloads. The skill also involves extensive local file system interaction and shell command execution, which are powerful capabilities that, while plausible for a local search tool, could be misused if the agent were prompted to do so.
能力评估
Purpose & Capability
Name/description (local hybrid search for markdown) match the declared requirement (qmd binary) and the SKILL.md commands (qmd search, vsearch, query, embed, update, etc.). There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions direct the agent to run qmd commands and to index and read user-specified markdown files (e.g., qmd collection add /path/to/notes). This is expected for a local search tool. SKILL.md also states that qmd will auto-download GGUF models to ~/.cache/qmd/models/ and may load local LLMs for semantic search (vsearch/query), which implies network downloads, substantial disk usage, and high memory when models are loaded — an expected but important side effect to be aware of.
Install Mechanism
The skill is instruction-only (no packaged install spec in the registry), but SKILL.md suggests installing qmd via Bun (bun install -g https://github.com/tobi/qmd). Installing from a public GitHub repo via Bun is a common pattern but carries the usual moderate risk of executing third-party code from upstream; the instruction is not using obscure hosts or shorteners. Registry/metadata mismatch: registry listed no install spec while SKILL.md contains install instructions — benign but slightly inconsistent.
Credentials
The skill requests no credentials or special env vars. It mentions PATH and XDG_CACHE_HOME only for practical setup and cache override. No disproportionate secret access is requested.
Persistence & Privilege
always is false and the skill does not request persistent/global agent privileges. SKILL.md suggests optionally running recurring index/embed jobs (cron) — this is user-controlled and not enforced by the skill. The skill does not modify other skills or agent-wide config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd-skill-4
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd-skill-4 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the qmd skill: local hybrid search for Markdown notes and documents. - Provides fast BM25 keyword search by default; semantic and hybrid search available as fallback. - Guides installation and setup, with support for Bun and macOS/Linux. - Documents search commands, retrieval options, and result formatting. - Describes performance trade-offs and best practices for keeping indexes up to date. - Notes how qmd complements Clawdbot’s agent memory search by indexing user files.
元数据
Slug qmd-skill-4
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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 插件,目前累计下载 634 次。

如何安装 Qmd?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmd-skill-4」即可一键安装,无需额外配置。

Qmd 是免费的吗?

是的,Qmd 完全免费(开源免费),可自由下载、安装和使用。

Qmd 支持哪些平台?

Qmd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Qmd?

由 Aryan Nate(@aryannate)开发并维护,当前版本 v0.1.0。

💬 留言讨论