← Back to Skills Marketplace
halfmoon82

Skill Quick Index

by halfmoon82 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
420
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install skill-quick-index
Description
Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-quick-index
  3. After installation, invoke the skill by name or use /skill-quick-index
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-quick-index
Version 1.0.1
License
All-time Installs 3
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Skill Quick Index?

Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords. It is an AI Agent Skill for Claude Code / OpenClaw, with 420 downloads so far.

How do I install Skill Quick Index?

Run "/install skill-quick-index" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Quick Index free?

Yes, Skill Quick Index is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Quick Index support?

Skill Quick Index is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Quick Index?

It is built and maintained by halfmoon82 (@halfmoon82); the current version is v1.0.1.

💬 Comments