📦 QMD Plus — 智能笔记搜索
v1.0.1基于 LLM 查询扩展的 QMD 增强搜索,支持多语言知识库,召回与精度双提升,可快速定位笔记、文档与碎片信息。
1· 141·0 当前·0 累计
下载技能包
最后更新
2026/4/1
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: generate LLM prompts locally and help you build qmd queries from LLM responses. Important cautions before installing: (1) The skill does not itself call an LLM, but it expects you to send the printed prompt to an external LLM — do not include passwords, API keys, or other secrets in queries you send. (2) Ensure qmd, jq, and node are installed and that you trust the LLM provider you use for expansions. (3) Review the two scripts (expand-query.js and qmd-quer...详细分析 ▾
✓ 用途与能力
Name/description (LLM-powered query expansion for qmd) matches the files and instructions. The scripts produce prompts and/or accept LLM JSON responses, then run qmd; required tools (qmd, jq, node, an LLM client if you choose) are appropriate for the stated function.
ℹ 指令范围
SKILL.md explicitly states that prompts will be sent to an external LLM and warns users not to include sensitive data. The runtime instructions do not autonomously call any external LLM — they print a prompt (expand-query.js) and the wrapper (qmd-query-llm.sh) expects either a user-sent LLM response or for the user to send the prompt themselves through their chosen client. This is within scope, but it places responsibility on the user to ensure prompts sent to an LLM contain no secrets.
✓ 安装机制
There is no install spec (instruction-only). Files are scripts you can clone or install via ClawHub; nothing downloads arbitrary code during installation. This is low-risk compared with remote archive installs.
✓ 凭证需求
The skill requests no environment variables or credentials. It relies on local tools (qmd, node, jq, and whichever LLM client you choose) which are proportional to its purpose. The SKILL.md clearly warns about exposing queries to external LLM providers.
✓ 持久化与权限
always is false and the skill does not request persistent or elevated privileges or attempt to modify other skills or system-wide config. The scripts operate on user-provided input only.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/31
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install qmd-plus
镜像加速npx clawhub@latest install qmd-plus --registry https://cn.longxiaskill.com镜像同步中