← 返回 Skills 市场
instant-picture

Qmd 1.0.0

作者 instant-picture · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1867
总下载
3
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-1-0-0
功能描述
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
使用说明 (SKILL.md)

qmd

Use qmd to index local files and search them.

Indexing

  • Add collection: qmd collection add /path --name docs --mask "**/*.md"
  • Update index: qmd update
  • Status: qmd status

Search

  • BM25: qmd search "query"
  • Vector: qmd vsearch "query"
  • Hybrid: qmd query "query"
  • Get doc: qmd get docs/path.md:10 -l 40

Notes

  • Embeddings/rerank use Ollama at OLLAMA_URL (default http://localhost:11434).
  • Index lives under ~/.cache/qmd by default.
  • MCP mode: qmd mcp.
安全使用建议
This skill appears to do what it says: it runs the qmd CLI to index and search local files. Before installing or using it: 1) Inspect the GitHub repository (https://github.com/tobi/qmd) or package contents to verify there is no unexpected behavior in the qmd binary. 2) Be deliberate about which directories you index — do not point it at sensitive system or credential directories. 3) Note the index is stored in ~/.cache/qmd; consider its permissions and clean-up policy. 4) Embeddings/rerank use OLLAMA_URL (default localhost:11434). Ensure OLLAMA_URL is set to a trusted local service — if you point it to a remote endpoint you may transmit document contents off-host. 5) Prefer running the tool in a sandbox or non-privileged account until you are comfortable with its behavior.
功能分析
Type: OpenClaw Skill Name: qmd-1-0-0 Version: 1.0.0 The skill bundle defines the installation and usage of a local search/indexing CLI tool named 'qmd'. The installation instructions in SKILL.md direct the agent to install a Node.js package from a legitimate GitHub repository (https://github.com/tobi/qmd) associated with Tobi Lutke. All described commands are for local file operations and interaction with a local Ollama instance. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent within the provided files.
能力评估
Purpose & Capability
Name/description match the runtime instructions and required binary: the skill expects a 'qmd' CLI and its commands (index, search, mcp) align with the stated local search/indexing purpose. The declared install produces the 'qmd' binary from the linked GitHub repo, which is appropriate for the stated capability.
Instruction Scope
SKILL.md only instructs the agent to run qmd commands (add collection, update, search, get). It documents where the index lives (~/.cache/qmd) and that embeddings/rerank use OLLAMA_URL (default http://localhost:11434). This is in-scope for a search tool, but it means indexed file contents may be sent to whatever OLLAMA_URL is set to; the SKILL.md mentions the env var but the skill does not declare it in requires.env.
Install Mechanism
Install is a node package pointing to a GitHub repo (https://github.com/tobi/qmd). Using a GitHub URL is common and lower risk than arbitrary downloads, but it is less vetted than an official registry release; you should inspect the repository release/packaging before installing.
Credentials
The skill declares no required environment variables, which is reasonable. However SKILL.md references OLLAMA_URL for embeddings/rerank (defaulting to localhost). That env var is relevant to the functionality but is not declared as required; if OLLAMA_URL points to a remote service, document contents could be transmitted off-host — this is a configuration/privacy consideration rather than an incoherence.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false) and does not declare modifications to other skills or system-wide config. It does create and use a local index (~/.cache/qmd), which is expected for this tool and should be treated as potentially sensitive data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of qmd: a local search and indexing CLI tool. - Supports file indexing with collection management and update commands. - Provides search with BM25, vector, and hybrid (rerank) modes. - Integrates with Ollama for embedding and rerank functionality. - Includes MCP mode for additional functionality. - Default index storage at ~/.cache/qmd.
元数据
Slug qmd-1-0-0
版本 1.0.0
许可证
累计安装 16
当前安装数 16
历史版本数 1
常见问题

Qmd 1.0.0 是什么?

Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1867 次。

如何安装 Qmd 1.0.0?

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

Qmd 1.0.0 是免费的吗?

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

Qmd 1.0.0 支持哪些平台?

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

谁开发了 Qmd 1.0.0?

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

💬 留言讨论