← 返回 Skills 市场
3402
总下载
7
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-external
功能描述
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 what it says: a local Markdown search wrapper around the qmd binary. Before installing and using it, consider: (1) the install command pulls code from the qmd GitHub repo — review/trust the repo before running bun install -g; (2) on first runs qmd may download GGUF models and write them to ~/.cache/qmd/models (or XDG_CACHE_HOME) — expect network activity and significant disk and memory use if local LLMs are loaded; (3) only index directories you intend to expose to the tool (don’t point it at system or sensitive paths); and (4) if you plan to use scheduled reindexing or keep local models warm, consider running those jobs in an isolated environment or container. If any of the above is a concern, review the upstream project and run qmd manually in a controlled environment before granting the agent permission to invoke it automatically.
功能分析
Type: OpenClaw Skill
Name: qmd-external
Version: 1.1.0
The skill bundle is classified as benign. It provides instructions for installing and using a local markdown search tool (`qmd`). While it includes instructions to set up a cron job for index maintenance (`qmd update && qmd embed` in SKILL.md), this is a transparent and legitimate function for keeping a local search index current. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote control, or malicious prompt injection against the agent; the agent instructions are focused on guiding the proper use of the `qmd` tool.
能力评估
Purpose & Capability
Name/description match the declared requirements: the skill requires the 'qmd' binary and its SKILL.md documents how to use qmd to index and search local Markdown collections. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions stay within the scope of indexing and searching local Markdown files, but explicitly instruct the agent to run commands that will: (1) download GGUF models on first run, (2) perform embedding work (which may invoke local LLMs and load models into memory), and (3) optionally create scheduled jobs (cron) that re-index/embeds. These behaviors imply network downloads and persistent disk writes (cache and model files) and potential high CPU/RAM usage; they are expected for this tool but worth noting.
Install Mechanism
No formal install spec in the registry, but SKILL.md includes an install command (bun install -g https://github.com/tobi/qmd). Installing via bun will fetch and run code from the qmd GitHub repo — this is reasonable for an open-source tool but does execute external code, so verify the repository/source before installing.
Credentials
The skill does not request secrets or unrelated environment variables. It references PATH and XDG_CACHE_HOME (for cache location), which are appropriate and proportional to running a local binary that caches models and data.
Persistence & Privilege
The skill does not request always: true and doesn't modify other skills. It suggests optionally scheduling reindexes (cron) which is normal for keeping an index fresh; this is a user-controlled persistence step rather than implicit forced presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qmd-external - 安装完成后,直接呼叫该 Skill 的名称或使用
/qmd-external触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Performance-tuned qmd skill: BM25 default, vsearch slow warning, auto-reindex cron, memory_search vs qmd distinction
元数据
常见问题
qmd External Knowledge Base 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 插件,目前累计下载 3402 次。
如何安装 qmd External Knowledge Base Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmd-external」即可一键安装,无需额外配置。
qmd External Knowledge Base Search 是免费的吗?
是的,qmd External Knowledge Base Search 完全免费(开源免费),可自由下载、安装和使用。
qmd External Knowledge Base Search 支持哪些平台?
qmd External Knowledge Base Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 qmd External Knowledge Base Search?
由 levineam(@levineam)开发并维护,当前版本 v1.1.0。
推荐 Skills