Back to Registry View Author Profile
Official Verified
skill-quick-index
Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/halfmoon82/skill-quick-indexOr
Skill Quick Index
Create and use a fast local index so users can trigger skills with natural language (broad keywords) and still get precise skill routing.
What this skill does
- Scans local skills in
~/.openclaw/workspace/skills/*/SKILL.md - Builds a category + keyword index for L1/L2/L3 routing
- Supports quick lookup from any user phrase
- Produces recommended skills with priority order
Files
index/skill_index.json— index databasescripts/skill_lookup.py— local query toolREADME.md— usage docs
Usage
python3 scripts/skill_lookup.py "打开网页并截图"
python3 scripts/skill_lookup.py "ocr识别图片文字"
python3 scripts/skill_lookup.py "自动化工作流"
Matching strategy
- Exact skill trigger > category keyword > generic intent
- Multi-keyword query returns intersected/re-ranked skills
- Keeps L0 out of normal routing unless explicitly requested
Typical triggers
- Browser: 浏览器 / 网页 / 抓取 / 截图 / 登录 / 表单
- Docs: word / docx / csv / 报告 / 导出
- AI Agent: evomap / agent / 协作 / 节点
- Media: ocr / 字幕 / youtube / 语音转文字
- Team: codingteam / 子代理 / 任务分解
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-halfmoon82-skill-quick-index": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
Skill Trigger V2
Skill by halfmoon82
halfmoon82 2387
Complex Task Methodology
Skill by halfmoon82
halfmoon82 2387
semantic-router
让 AI 代理根据对话内容自动选择最合适的模型。四层识别(系统过滤→关键词→指示词→语义相似度),四池架构(高速/智能/人文/代理),五分支路由,全自动 Fallback 回路。支持 trigger_groups_all 非连续词组命中。
halfmoon82 2387
subagent-isolation-guard
固化子代理物理隔离与语义路由旁路。防止跨代理上下文污染及由于语义路由导致的子代理切模/重置问题。
halfmoon82 2387
skill-safe-install
L0 级技能安全安装流程。触发“安装技能/安全安装/审查权限”时,强制执行 Step0-5(查重→检索→审查→沙箱→正式安装→白名单)。
halfmoon82 2387