← 返回 Skills 市场
730
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-inventory
功能描述
技能目录管理器 - 扫描已安装的技能,生成/更新技能目录文件。 Use when: user asks "查看技能列表", "我有哪些技能", "更新技能目录", "skills inventory", "list installed skills".
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-inventory - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-inventory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
skill-inventory 是什么?
技能目录管理器 - 扫描已安装的技能,生成/更新技能目录文件。 Use when: user asks "查看技能列表", "我有哪些技能", "更新技能目录", "skills inventory", "list installed skills". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 730 次。
如何安装 skill-inventory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-inventory」即可一键安装,无需额外配置。
skill-inventory 是免费的吗?
是的,skill-inventory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skill-inventory 支持哪些平台?
skill-inventory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-inventory?
由 Zhilong(@bohell)开发并维护,当前版本 v1.0.0。
推荐 Skills