← 返回 Skills 市场
sonnenberglauramarie-afk

QMD — Quality Markdown Formatter

作者 sonnenberglauramarie-afk · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
331
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-quality-markdown
功能描述
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 claims (wrap the qmd CLI). Before installing, verify the qmd source: review the GitHub repo (https://github.com/tobi/qmd) and its install scripts for unexpected postinstall behavior. Prefer installing in a sandbox/container if you’re uncertain. Be aware that qmd will read and index local files (the docs show adding arbitrary paths and masks), so avoid indexing sensitive directories unless you trust the tool. The SKILL.md mentions OLLAMA_URL (default localhost) but doesn't declare it — ensure you don’t point OLLAMA_URL to an untrusted remote endpoint. Finally, note the small metadata mismatch in owner IDs in the package metadata — confirm the upstream repo/author identity if provenance matters to you.
功能分析
Type: OpenClaw Skill Name: qmd-quality-markdown Version: 1.0.0 The skill bundle provides instructions and installation metadata for 'qmd', a legitimate local search and indexing CLI tool developed by Tobi Lütke. The installation process uses a standard Node.js package reference to a public GitHub repository (https://github.com/tobi/qmd), and the documented commands in SKILL.md are consistent with the tool's stated purpose of indexing files and performing vector/BM25 searches.
能力评估
Purpose & Capability
Name/description (local indexing/search with BM25/vectors/rerank) align with the declared dependency on a qmd binary and the provided qmd CLI usage. Requiring the qmd binary is expected for this functionality.
Instruction Scope
SKILL.md only documents qmd CLI commands (index, search, get, mcp). It references OLLAMA_URL (default http://localhost:11434) for embeddings/rerank — this environment variable is used in the instructions but is not declared in requires.env. The instructions implicitly allow indexing arbitrary local paths (e.g. qmd collection add /path) which is consistent with the tool but means a user/agent could index sensitive local files if misused.
Install Mechanism
The install spec installs a Node package from a GitHub repository URL (https://github.com/tobi/qmd). Installing code from a GitHub repo via npm can execute install/postinstall scripts; this is a common pattern but carries greater risk than using a vetted package registry or a signed release artifact.
Credentials
No required env vars are declared, which is reasonable, but SKILL.md expects an optional OLLAMA_URL environment variable (not declared). No credentials are requested and index location (~/.cache/qmd) is typical. Overall environment/credential requests are proportional, but the missing OLLAMA_URL declaration is a minor inconsistency.
Persistence & Privilege
always is false; the skill is user-invocable and not forced into every agent run. The skill does not request system-wide config changes or additional privileges in its instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd-quality-markdown
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd-quality-markdown 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Format and quality-check markdown output for OpenClaw agents
元数据
Slug qmd-quality-markdown
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QMD — Quality Markdown Formatter 是什么?

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

如何安装 QMD — Quality Markdown Formatter?

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

QMD — Quality Markdown Formatter 是免费的吗?

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

QMD — Quality Markdown Formatter 支持哪些平台?

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

谁开发了 QMD — Quality Markdown Formatter?

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

💬 留言讨论