skill-inventory
技能目录管理器 - 扫描已安装的技能,生成/更新技能目录文件。 Use when: user asks "查看技能列表", "我有哪些技能", "更新技能目录", "skills inventory", "list installed skills".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bohell/skill-inventoryWhat This Skill Does
The Skill Inventory manager is a core utility designed to maintain the integrity and discoverability of all installed AI capabilities within the OpenClaw ecosystem. Its primary function is to perform an exhaustive scan of the designated skills/ directory, parsing the SKILL.md files associated with each component. By extracting essential metadata—such as names, short descriptions, and functional triggers—it constructs an automated skills.md master index. This file acts as the primary knowledge base for the AI agent, allowing it to remain context-aware regarding which tools are currently at its disposal and how to invoke them effectively. Without this skill, the agent would lose track of its capabilities, especially after manual modifications to the workspace.
Installation
To install this utility, execute the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/bohell/skill-inventory
Ensure that your environment variables are correctly configured so that the agent can locate the skills/ directory relative to your project workspace defined in AGENTS.md.
Use Cases
This skill is indispensable for managing a growing library of AI capabilities. It is most effective when:
- You are actively developing or testing new skills and need to register them without manual configuration.
- You are auditing your workspace to verify which third-party or custom skills are correctly installed and configured.
- You are setting up a new agent environment and need to generate the initial directory map.
- You have recently deleted or updated several skill packages and want to ensure the agent's internal registry remains clean and accurate.
Example Prompts
- "Hey OpenClaw, I just added some new modules, please update my skills inventory now."
- "Show me a list of all installed skills so I can see what I have available to help with this task."
- "Which skills do I currently have configured in this workspace?"
Tips & Limitations
- Automation: Always trigger this skill immediately after running any install or uninstall commands. The agent does not inherently "watch" the file system for changes in real-time unless explicitly prompted.
- Consistency: Keep your
SKILL.mdfiles updated within each skill directory; the inventory generator relies entirely on these files to populate metadata. If anSKILL.mdis malformed, the generator may skip that specific entry. - Permissions: Ensure the Python execution environment has write access to the root directory where
skills.mdis intended to be stored to avoid permission errors during generation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bohell-skill-inventory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution