← Back to Skills Marketplace
kenwang-dev

Skill Index

by Ken Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-catalog
Description
Auto-scan all installed skills, generate a categorized INDEX.md, and keep it in sync via git hooks. Triggers: skill index, scan skills, update index, skill c...
Usage Guidance
This skill appears to do what it says: it scans local SKILL.md files and generates a categorized skills/INDEX.md, and its install script writes Git hooks that auto-update the index on commit/pull. Before installing: 1) Inspect register.sh and install-hooks.sh yourself (they are plain shell scripts) and confirm you accept the behavior of auto-adding INDEX.md to commits. 2) Run bash skills/skill-index/register.sh manually first to see the generated INDEX.md and confirm formatting. 3) Back up existing .git/hooks or review their contents before running install-hooks.sh. 4) Note compatibility: scripts use grep -P and realpath and expect Bash 4+. 5) If you prefer not to alter commits automatically, skip installing hooks and run register.sh manually or wire it into your own CI instead.
Capability Analysis
Type: OpenClaw Skill Name: skill-catalog Version: 1.0.0 The skill bundle is a utility designed to automate the indexing and categorization of other OpenClaw skills. It uses shell scripts (`register.sh` and `install-hooks.sh`) to scan the workspace for metadata and maintain a central `INDEX.md` file via standard Git hooks (`pre-commit` and `post-merge`). The behavior is transparent, well-documented, and lacks any indicators of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
The name/description match the code and SKILL.md: the scripts scan skills/, parse SKILL.md frontmatter, categorize entries, and write skills/INDEX.md. Required capabilities (git, bash) align with the stated purpose.
Instruction Scope
Instructions and scripts stay within the stated scope (search skills/, parse, generate INDEX.md). They also instruct installing Git hooks that run register.sh on commit/pull and the pre-commit hook will automatically git add the generated INDEX.md when skills/ changes — this is expected but can be surprising because it mutates commits without further confirmation.
Install Mechanism
No external downloads or installs. It's an instruction-only skill with included shell scripts. The only on-disk changes occur when you run install-hooks.sh (it writes .git/hooks/pre-commit and post-merge) and register.sh (writes skills/INDEX.md). No network endpoints or remote code pulls are used.
Credentials
The skill requests no environment variables or credentials. It does assume local tools (bash 4+, git, grep -P, realpath, mktemp); these are reasonable for the task but may impact portability rather than security.
Persistence & Privilege
always:false and model invocation are normal. However, install-hooks.sh gives the skill persistent behavior at the repo level by installing Git hooks that run automatically on commit and after merges; this grants it ongoing influence over commits in that repository (auto-updating and staging INDEX.md).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-catalog
  3. After installation, invoke the skill by name or use /skill-catalog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: auto-scan all SKILL.md, smart categorization, INDEX.md generation, git hooks (pre-commit + post-merge)
Metadata
Slug skill-catalog
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Index?

Auto-scan all installed skills, generate a categorized INDEX.md, and keep it in sync via git hooks. Triggers: skill index, scan skills, update index, skill c... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Skill Index?

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

Is Skill Index free?

Yes, Skill Index is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Index support?

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

Who created Skill Index?

It is built and maintained by Ken Wang (@kenwang-dev); the current version is v1.0.0.

💬 Comments