← 返回 Skills 市场
pratiknarola

QMD Knowledge Search

作者 Pratik Narola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qmd-knowledge-search
功能描述
Query the local knowledge base (OpenClaw docs, skills, internal wikis) using the QMD hybrid search engine (BM25 + Vector + LLM Re-ranking). Use this for tech...
使用说明 (SKILL.md)

QMD Search

Access the local knowledge base at /root/clawd/knowledge.

Usage

Search (Hybrid)

Best for general queries. Combines keyword and semantic search with re-ranking.

qmd query "your query here"

Search (Fast)

Keyword-only search. Use for exact phrases.

qmd search "exact phrase"

Get Document

Read a specific document by path or docid (from search results).

qmd get "path/to/doc.md" --full

Tips

  • Use --json if you need structured output for processing.
  • Use --min-score 0.5 to filter noise.
  • The knowledge base includes:
    • OpenClaw Documentation (openclaw-docs/)
    • Skill Definitions (skills/)
    • QMD Documentation (qmd.md)
安全使用建议
Install this if you want agents to search the local QMD knowledge base. Be aware that queries may surface content from local docs, skills, or internal wikis, so use it only in environments where that knowledge base is intended for agent access.
能力评估
Purpose & Capability
The stated purpose is local knowledge-base search, and the commands shown only query or retrieve documents through the qmd CLI; access to internal wikis or skill definitions is expected for that purpose.
Instruction Scope
Instructions are limited to search and document retrieval examples and do not ask the agent to override user control, hide activity, mutate files, or perform unrelated actions.
Install Mechanism
The artifact consists of a single SKILL.md file with no install scripts, package dependencies, or executable payloads.
Credentials
The skill assumes qmd is installed and that /root/clawd/knowledge is the intended local knowledge base; users should only install it where that local data source is appropriate to search.
Persistence & Privilege
No persistence mechanism, privilege escalation, background worker, credential handling, or automatic indexing behavior is present in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qmd-knowledge-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qmd-knowledge-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Hybrid search engine (BM25 + Vector + LLM Reranking) for local knowledge bases. Index docs, skills, wikis. Query with natural language.
元数据
Slug qmd-knowledge-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QMD Knowledge Search 是什么?

Query the local knowledge base (OpenClaw docs, skills, internal wikis) using the QMD hybrid search engine (BM25 + Vector + LLM Re-ranking). Use this for tech... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 QMD Knowledge Search?

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

QMD Knowledge Search 是免费的吗?

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

QMD Knowledge Search 支持哪些平台?

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

谁开发了 QMD Knowledge Search?

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

💬 留言讨论