← 返回 Skills 市场
kenwang-dev

Skill Index

作者 Ken Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-catalog
功能描述
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...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-catalog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-catalog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: auto-scan all SKILL.md, smart categorization, INDEX.md generation, git hooks (pre-commit + post-merge)
元数据
Slug skill-catalog
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Skill Index?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-catalog」即可一键安装,无需额外配置。

Skill Index 是免费的吗?

是的,Skill Index 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Index 支持哪些平台?

Skill Index 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Index?

由 Ken Wang(@kenwang-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论