skill-quick-index

Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-quick-index" with this command: npx skills add halfmoon82/skill-quick-index

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

  1. Scans local skills in ~/.openclaw/workspace/skills/*/SKILL.md
  2. Builds a category + keyword index for L1/L2/L3 routing
  3. Supports quick lookup from any user phrase
  4. Produces recommended skills with priority order

Files

  • index/skill_index.json — index database
  • scripts/skill_lookup.py — local query tool
  • README.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 / 子代理 / 任务分解

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Semantic Router

让 AI 代理根据对话内容自动选择最合适的模型。四层识别(系统过滤→关键词→指示词→语义相似度),四池架构(高速/智能/人文/代理),五分支路由,全自动 Fallback 回路。支持 trigger_groups_all 非连续词组命中。

Registry SourceRecently Updated
General

OpenClaw Skill Growth

Make OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated...

Registry SourceRecently Updated
171Profile unavailable
General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
2871Profile unavailable
General

Skill Listing Polisher

Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks cl...

Registry SourceRecently Updated
1130Profile unavailable