← 返回 Skills 市场
Skill Quick Index
作者
halfmoon82
· GitHub ↗
· v1.0.1
420
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-quick-index
功能描述
Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords.
安全使用建议
This package appears to be a local, read-only lookup tool (scripts/skill_lookup.py) operating on a shipped index (index/skill_index.json). However, the documentation claims the skill 'scans local skills' and 'builds' an index — those behaviors are not implemented in the included script. Before installing or relying on it: (1) confirm whether you need an index builder (the supplied index is static and may be stale); (2) if you expect automatic scanning of ~/.openclaw/workspace, ask the author for the scanner code or review any additional scripts — scanning user directories would read your local skill files and needs explicit consent; (3) inspect the shipped index JSON for any sensitive references you don't want shared; and (4) if you plan to run or extend it, consider running the Python script in a restricted environment (no network access) and review any future changes for network calls or subprocess execution. The inconsistency looks like poor documentation rather than active malicious behavior, but clarification from the author is recommended.
功能分析
Type: OpenClaw Skill
Name: skill-quick-index
Version: 1.0.1
The skill-quick-index bundle is designed to provide a local lookup for OpenClaw skills based on keywords. The `scripts/skill_lookup.py` script safely reads a local JSON index (`index/skill_index.json`) and performs string matching on user input from `sys.argv[1]`. There is no evidence of command injection, network activity, sensitive data exfiltration, or persistence mechanisms. The `SKILL.md`, `README.md`, and `clawhub.yaml` files contain only descriptive text and usage examples, with no malicious instructions or prompt injection attempts against the AI agent. The code's behavior aligns perfectly with its stated purpose.
能力评估
Purpose & Capability
The name/description match the provided artifacts: an index JSON and a lookup script for routing skills. However the SKILL.md and README state the skill 'scans local skills in ~/.openclaw/workspace/skills/*/SKILL.md' and 'builds' an index — there is no code here that scans that path or constructs the index; the package instead ships a static index/skill_index.json. This mismatch is likely poor documentation or an omitted builder, not necessarily malicious, but it's an unexplained discrepancy.
Instruction Scope
SKILL.md instructs scanning user skill files under ~/.openclaw/workspace/skills/*/SKILL.md, which would require reading user files, but the runtime script (scripts/skill_lookup.py) only loads the packaged index/skill_index.json and does not access that path. The instructions therefore overstate the script's behavior and imply filesystem access that is not declared. This is scope creep / documentation mismatch that should be clarified.
Install Mechanism
No install spec, no downloads, and included code is local. The lookup tool is a simple Python script with no external dependencies and no network or subprocess usage — low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included code only reads a local JSON file and prints results. No secrets or external credentials are requested or used.
Persistence & Privilege
The skill is not forced always-on and does not request persistent/system-wide changes. It is user-invocable only; no autonomous/always-true privileges are claimed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-quick-index - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-quick-index触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
新增相关度评分、多关键词命中权重、结果排序优化
v1.0.0
Initial release: Quickly index and route local OpenClaw skills by intent, category, or keywords.
- Scans all installed skills and creates a searchable index (category + keyword-based).
- Enables fast lookup and matches broad user phrases to precise local skills (L1/L2/L3).
- Returns recommended skills in priority order based on exact match, category, and intent.
- Provides a simple query tool for natural-language search.
- Excludes L0 skills from normal routing unless specifically requested.
元数据
常见问题
Skill Quick Index 是什么?
Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 420 次。
如何安装 Skill Quick Index?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-quick-index」即可一键安装,无需额外配置。
Skill Quick Index 是免费的吗?
是的,Skill Quick Index 完全免费(开源免费),可自由下载、安装和使用。
Skill Quick Index 支持哪些平台?
Skill Quick Index 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Quick Index?
由 halfmoon82(@halfmoon82)开发并维护,当前版本 v1.0.1。
推荐 Skills