← 返回 Skills 市场
emcmillan80

QMD - Quick Markdown Search

作者 emcmillan80 · GitHub ↗ · v1.0.0
darwinlinux ⚠ suspicious
2502
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-markdown-search
功能描述
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 be a legitimate local markdown search helper that relies on the external 'qmd' binary and (optionally) local LLM models. Before installing, verify the upstream GitHub repo (https://github.com/tobi/qmd) so you know what code will be installed. Be aware that: (1) the first run can auto-download GGUF models into ~/.cache/qmd/models (large files and network activity), (2) installation uses 'bun install -g' which adds third-party code to your system, and (3) scheduling index/embedding jobs (cron or agent scheduler) will run qmd commands regularly against files you index. If you need stricter control, run qmd in a sandbox or VM, inspect the repository you install from, and confirm model download sources and network endpoints before allowing automatic downloads.
功能分析
Type: OpenClaw Skill Name: qmd-markdown-search Version: 1.0.0 The skill is classified as suspicious due to the installation method and the inherent risks involved. The `SKILL.md` instructs the agent to install `qmd` via `bun install -g https://github.com/tobi/qmd`. This command downloads and executes code from a remote GitHub repository, introducing a supply chain risk. While the tool's stated purpose of local markdown search is benign, and the instructions to the agent are operational guidance rather than malicious prompt injection, the act of installing arbitrary remote code and granting it broad local file system and network access (for model downloads) constitutes a meaningful high-risk behavior without clear malicious intent, aligning with the 'suspicious' threshold.
能力评估
Purpose & Capability
The SKILL.md describes a local markdown search tool that runs the qmd binary and may load local LLM models; that aligns with the stated purpose. However, the registry metadata for this skill lists no required binaries or env vars while the SKILL.md requires Bun and the qmd binary (and includes a bun install command). This mismatch is likely just an authoring gap but is worth noting.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using qmd, adding collections, running search/embed/update commands, and optionally scheduling cron jobs. The skill instructs indexing local files and storing models/cache under ~/.cache/qmd/models (or XDG_CACHE_HOME). There are no instructions to read unrelated system config or exfiltrate secrets.
Install Mechanism
There is no install spec in the registry, but SKILL.md includes an install step using 'bun install -g https://github.com/tobi/qmd' (GitHub). Installing via Bun from a GitHub repo is common but should be treated as a network install from third-party code; model downloads at first run are also expected. This is moderate-risk compared with purely instruction-only skills but coherent for the tool's function.
Credentials
The skill does not request credentials or sensitive environment variables. It asks the user to ensure Bun is on PATH and notes where models/cache are stored. These are proportionate to a local search/indexing tool.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It suggests optional cron scheduling for index updates, but does not demand permanent elevated presence or modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other high-risk indicators here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd-markdown-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd-markdown-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Local hybrid search for markdown notes: BM25 keyword search + semantic search with vector embeddings, running on-device with auto-downloaded models.
元数据
Slug qmd-markdown-search
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

QMD - Quick Markdown Search 是什么?

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

如何安装 QMD - Quick Markdown Search?

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

QMD - Quick Markdown Search 是免费的吗?

是的,QMD - Quick Markdown Search 完全免费(开源免费),可自由下载、安装和使用。

QMD - Quick Markdown Search 支持哪些平台?

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

谁开发了 QMD - Quick Markdown Search?

由 emcmillan80(@emcmillan80)开发并维护,当前版本 v1.0.0。

💬 留言讨论