Fast local search for markdown files, notes, and docs using qmd CLI. Use instead of `find` for file discovery. Combines BM25 full-text search, vector semantic search, and LLM reranking—all running locally. Use when searching for files, finding code, locating documentation, or discovering content in indexed collections.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install qmd-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install qmd-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/qmd-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: qmd description: Fast local search for markdown files, notes, and docs using qmd CLI. Use instead of find for file discovery. Combines BM25 full-text search, vector semantic search, and LLM reranking—all running locally. Use when searching for files, finding code, locating documentation, or discovering content in indexed collections. ---
find across large directories (avoids hangs)# Keyword search (BM25)
qmd search "alpaca API" -c projects
# Semantic search (understands meaning)
qmd vsearch "how to implement stop loss"
# Combined search with reranking (best quality)
qmd query "trading rules for breakouts"
# File paths only (fast discovery)
qmd search "config" --files -c kell
# Full document content
qmd search "pattern detection" --full --line-numbers
# List collections
qmd collection list
# Add new collection
qmd collection add /path/to/folder --name myproject --mask "*.md,*.py"
# Re-index after changes
qmd update
# Get full file
qmd get myproject/README.md
# Get specific lines
qmd get myproject/config.py:50 -l 30
# Get multiple files by glob
qmd multi-get "*.yaml" -l 50 --max-bytes 10240
--files — paths + scores (for file discovery)--json — structured with snippets--md — markdown formatted-n 10 — limit results-c name) to scope searchesqmd update after adding new filesqmd embed to enable vector search (one-time, takes a few minutes)qmd search --files over find for large directoriesAll run locally — no API keys needed.
安装 qmd Search 后,可以对 AI 说这些话来触发它
Help me get started with qmd Search
Explains what qmd Search does, walks through the setup, and runs a quick demo based on your current project
Use qmd Search to fast local search for markdown files, notes, and docs using qmd CLI
Invokes qmd Search with the right parameters and returns the result directly in the conversation
What can I do with qmd Search in my documents & notes workflow?
Lists the top use cases for qmd Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/qmd-search/ 目录(个人级,所有项目可用),或 .claude/skills/qmd-search/(项目级)。重启 AI 客户端后,用 /qmd-search 主动调用,或让 AI 根据上下文自动发现并使用。
qmd Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
qmd Search 可免费安装使用。请查阅仓库了解许可证信息。
Fast local search for markdown files, notes, and docs using qmd CLI. Use instead of `find` for file discovery. Combines BM25 full-text search, vector semantic search, and LLM reranking—all running locally. Use when searching for files, finding code, locating documentation, or discovering content in indexed collections.
qmd Search 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using qmd Search
Identifies repetitive steps in your workflow and sets up qmd Search to handle them automatically