← Back to Skills Marketplace
bohell

skill-inventory

by Zhilong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
730
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install skill-inventory
Description
技能目录管理器 - 扫描已安装的技能,生成/更新技能目录文件。 Use when: user asks "查看技能列表", "我有哪些技能", "更新技能目录", "skills inventory", "list installed skills".
Usage Guidance
This skill is coherent and low-risk: it scans local <workspace>/skills/ subdirectories, reads SKILL.md files, and writes <workspace>/skills.md. Before running, verify you point the script at the correct workspace (or run it from the skill-inventory location so it autodetects the workspace). Be aware it will read every SKILL.md it finds (so if you keep sensitive information inside those files, remove it). No network access or credentials are used. If you want extra caution, inspect the included inventory.py yourself before running.
Capability Analysis
Type: OpenClaw Skill Name: skill-inventory Version: 1.0.0 The skill-inventory bundle is a utility designed to scan the local skills directory and generate a summary markdown file (skills.md). The Python script (inventory.py) uses standard path manipulation and regex to extract metadata from SKILL.md files and contains no network activity, obfuscation, or unauthorized file access beyond its stated scope.
Capability Assessment
Purpose & Capability
Name/description state it will scan installed skills and produce a skills.md file; the included inventory.py does exactly that (reads each skill's SKILL.md and writes skills.md). Required resources (none) align with this purpose.
Instruction Scope
SKILL.md tells the operator to run the provided Python script to regenerate skills.md. The SKILL.md text mentions '每次启动后读取 skills.md' and AGENTS.md defining the workspace, which the script does not read — the script derives workspace from its file location or a provided CLI argument. This is a minor documentation inconsistency but not a malicious action. The runtime instructions do not ask the agent to read unrelated files, transmit data, or access credentials.
Install Mechanism
Instruction-only with a single included Python script; there is no install spec, no downloads, and nothing is written to disk beyond the intended output (skills.md).
Credentials
No environment variables, credentials, or config paths are requested or used. The script only reads SKILL.md files under the workspace/skills/ tree and writes skills.md at the workspace root.
Persistence & Privilege
The skill is user-invocable and not set to always: true. It does not modify other skills or system settings; it only writes a skills.md file in the workspace.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-inventory
  3. After installation, invoke the skill by name or use /skill-inventory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of skill-inventory. - Scans the installed skills directory and reads SKILL.md files to collect metadata. - Generates or updates a comprehensive skills.md file listing all available skills. - Provides command triggers for listing and updating the skill inventory in both Chinese and English.
Metadata
Slug skill-inventory
Version 1.0.0
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is skill-inventory?

技能目录管理器 - 扫描已安装的技能,生成/更新技能目录文件。 Use when: user asks "查看技能列表", "我有哪些技能", "更新技能目录", "skills inventory", "list installed skills". It is an AI Agent Skill for Claude Code / OpenClaw, with 730 downloads so far.

How do I install skill-inventory?

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

Is skill-inventory free?

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

Which platforms does skill-inventory support?

skill-inventory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill-inventory?

It is built and maintained by Zhilong (@bohell); the current version is v1.0.0.

💬 Comments