帮助用户检索 Markdown 知识库、笔记与文档,快速定位所需信息。
该技能材料显示其为无密钥、无远程端点的 prompt-only 搜索辅助,整体风险较低。主要留意点在于其所依赖的开源来源较小众、许可证未声明且维护状态未知,供应链可信度一般。
材料明确标注无需密钥或环境变量,未见 token、API key 或账号凭证配置,也未显示凭证收集或滥用路径。
声明无远程端点,README 也将其描述为本地 markdown 搜索引擎,未见将用户查询或文档内容发送到外部服务的证据。
系统检查项已标记为 prompt-only;当前可审材料本身不包含可执行逻辑。README 虽提到本地 `qmd` CLI 与命令示例,但这更像配套工具说明,不构成该技能自身额外代码执行权限的证据。
功能定位是搜索本地 markdown 知识库、笔记和文档,并支持按路径或 glob 获取文档;这类能力通常意味着对本地文档集合的读取访问。材料未显示超出声明用途的过度授权,但若接入实际工具,应确认搜索范围仅限预期 collections。
正面因素是存在公开 GitHub 仓库且系统标记为 open-source,源码具备一定可审计性;但仓库 0 star、维护状态未知、许可证未声明,来源成熟度和持续维护信号偏弱,应审慎评估依赖与版本固定策略。README 中还出现了内联 shell 片段,虽更像状态检查示例,但也提示需避免将文档内容直接当作可执行指令。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "qmd" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/nix-openclaw-tools/main/tools/qmd/skills/qmd/SKILL.md 2. 保存为 ~/.claude/skills/qmd/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在我的 Markdown 笔记库中搜索“Q3 预算评审”,找出相关会议记录,并总结关键决定和待办事项。
返回相关笔记列表,并提炼会议结论、负责人和后续任务。
在项目文档中搜索“authentication middleware”相关内容,告诉我有哪些文件提到它,并摘录最相关的说明。
列出命中的文档路径,并附上相关段落或要点摘要。
请搜索知识库中关于“员工报销流程”的说明,整理成简明步骤,并标注出处文档。
输出一份结构化流程说明,并附上对应的文档来源。
Local search engine for markdown content.
!qmd status 2>/dev/null || echo "qmd CLI not found on this runtime PATH"
query{
"searches": [
{ "type": "lex", "query": "CAP theorem consistency" },
{ "type": "vec", "query": "tradeoff between consistency and availability" }
],
"collections": ["docs"],
"limit": 10
}
| Type | Method | Input |
|---|---|---|
lex | BM25 | Keywords — exact terms, names, code |
vec | Vector | Question — natural language |
hyde | Vector | Answer — hypothetical result (50-100 words) |
lex (keyword)
"connection pool" (quoted)performance -sports (minus prefix)handleError asyncvec (semantic)
"how does the rate limiter handle burst traffic""in the payment service, how are refunds processed"hyde (hypothetical document)
expand (auto-expand)
expand: question on its own lineexpand: with other typed lines — it's either a standalone expand query or a full query documentWhen a query term is ambiguous, add intent to steer results:
{
"searches": [
{ "type": "lex", "query": "performance" }
],
"intent": "web page load times and Core Web Vitals"
}
Intent affects expansion, reranking, chunk selection, and snippet extraction. It does not search on its own — it's a steering signal that disambiguates queries like "performance" (web-perf vs team health vs fitness).
| Goal | Approach |
|---|---|
| Know exact terms | lex only |
| Don't know vocabulary | Use a single-line query (implicit expand:) or vec |
| Best recall | lex + vec |
| Complex topic | lex + vec + hyde |
| Ambiguous query | Add intent to any combination above |
First query gets 2x weight in fusion — put your best guess first.
| Syntax | Meaning | Example |
|---|---|---|
term | Prefix match | perf matches "performance" |
"phrase" | Exact phrase | "rate limiter" |
-term | Exclude | performance -sports |
Note: -term only works in lex queries, not vec/hyde.
{ "collections": ["docs"] } // Single
{ "collections": ["docs", "notes"] } // Multiple (OR)
Omit to search all collections.
| Tool | Use |
|---|---|
get | Retrieve doc by path or #docid |
multi_get | Retrieve multiple by glob/list |
status | Collections and health |
qmd query "question" # Auto-expand + rerank
qmd query $'lex: X\nvec: Y' # Structured
qmd query $'expand: question' # Explicit expand
qmd query --json --explain "q" # Show score traces (RRF + rerank blend)
qmd search "keywords" # BM25 only (no LLM)
qmd get "#abc123" # By docid
qmd multi-get "journals/2026-*.md" -l 40 # Batch pull snippets by glob
qmd multi-get notes/foo.md,notes/bar.md # Comma-separated list, preserves order
curl -X POST http://localhost:8181/query \
-H "Content-Type: application/json" \
-d '{"searches": [{"type": "lex", "query": "test"}]}'
qmd collection add ~/notes --name notes
qmd embed
自动监听文件变更并触发重建,适用于任意语言和构建流程。
将 Discord 服务器历史镜像到本地 SQLite,便于离线检索、分析与生成报告。
通过 goplaces 查询地点搜索、详情与评价,支持友好查看或脚本化 JSON 输出。
帮助用户只读检索本地 WhatsApp 桌面聊天、消息与媒体元数据
用 songsee CLI 从音频生成频谱图与特征面板可视化,便于分析与展示。
帮助你发现并控制 Sonos 音箱,执行播放、音量和分组等操作。
帮助用户管理与语义检索 Markdown 笔记,并进行问答与内容生成。
让 AI 读写本地 Markdown 笔记,跨会话保存与调用个人记忆。
帮助用户检索并校验结构化 Markdown 知识库,建立文档关联上下文。
连接已发布的 Markdown 笔记库,检索笔记、列目录并查看反向链接。
帮助用户快速检索 MDN Web 文档,查找前端 API、语法与兼容性信息。
帮助你检索本地 Markdown 笔记,并管理标签、待办与知识链接关系。