← 返回 Skills 市场
sambiner

Qmd2

作者 Sam Biner · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install qmd2
功能描述
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
安全使用建议
This skill appears to be what it says: helper instructions for the qmd CLI. Before installing or running: (1) inspect the GitHub repository (https://github.com/tobi/qmd) to confirm you trust the maintainer and to check for install scripts or unexpected behavior; (2) be aware that npm installs can execute lifecycle scripts — consider installing in a sandbox/container if you are unsure; (3) the tool expects an Ollama instance for embeddings/rerank (OLLAMA_URL, default http://localhost:11434) — ensure you run a trusted local Ollama or adjust configuration; (4) check that writing an index to ~/.cache/qmd is acceptable for your environment and that you don’t index sensitive files unintentionally; (5) if you want stronger assurance, run qmd's source code through a brief audit or run it with network monitoring to see outbound activity during use.
功能分析
Type: OpenClaw Skill Name: qmd2 Version: 1.0.1 The skill provides a wrapper for 'qmd', a legitimate local search and indexing CLI tool. The installation process uses a public GitHub repository (github.com/tobi/qmd), and the instructions in SKILL.md are consistent with the tool's documented functionality for BM25 and vector search. No malicious patterns, data exfiltration, or suspicious execution logic were identified.
能力评估
Purpose & Capability
Name/description match the required binary 'qmd' and the SKILL.md only documents using qmd for indexing/searching local files. The declared install (provides qmd) aligns with the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped to qmd CLI operations (indexing, search, status, MCP mode) and reference the index location (~/.cache/qmd). They also mention using Ollama via OLLAMA_URL (default http://localhost:11434) — this env var is referenced but not declared in the skill's requires.env metadata.
Install Mechanism
Install spec is a Node package pointing at a GitHub repository (https://github.com/tobi/qmd). This is a common pattern but has moderate risk: npm/node installs can run lifecycle scripts (arbitrary code at install time). The source is a GitHub repo (better than an unknown IP or pastebin) but you should review the repo before installing.
Credentials
The skill declares no required credentials (good). It does reference OLLAMA_URL for embeddings/rerank, which is a benign configuration variable (endpoint URL) but it was not declared. No secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It notes the index location in the user's cache directory (~/.cache/qmd), which is reasonable for this tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill name updated from "qmd" to "qmd2" - Removed "homepage" field from metadata - No changes to commands or functionality documented
v1.0.0
Initial release of qmd2 skill. - Provides local search and indexing CLI using BM25, vectors, and rerank options. - Supports searching, adding collections, updating and checking index status. - Enables hybrid, BM25-only, or vector-only search modes. - Includes MCP mode for special operations. - Integrates with Ollama for embeddings and reranking. - Index files stored locally under `~/.cache/qmd` by default.
元数据
Slug qmd2
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Qmd2 是什么?

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

如何安装 Qmd2?

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

Qmd2 是免费的吗?

是的,Qmd2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Qmd2 支持哪些平台?

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

谁开发了 Qmd2?

由 Sam Biner(@sambiner)开发并维护,当前版本 v1.0.1。

💬 留言讨论