← 返回 Skills 市场
skill-manager
作者
damienCronw
· GitHub ↗
· v1.0.1
986
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install openclow-skill-manager
功能描述
管理 OpenClaw Skills:以表格形式列出所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。
安全使用建议
This skill appears to do what it says: list installed skills by reading ~/.openclaw/workspace/skills and calling the local 'clawhub list' command. Before installing/running: (1) inspect scripts/list_skills.py (already included) — it is short and readable; (2) be aware that it will execute the 'clawhub' CLI if present, so only run it if you trust that binary (the registry metadata did not declare 'clawhub' as a required binary); (3) no secrets are requested or transmitted by the script, but if you are cautious, run it in a restricted environment or review/replace the 'clawhub' invocation to avoid running unknown code.
功能分析
Type: OpenClaw Skill
Name: openclow-skill-manager
Version: 1.0.1
The skill bundle is a legitimate utility designed to list and categorize installed OpenClaw skills. The script `scripts/list_skills.py` reads local skill metadata from the user's workspace and executes a standard system command (`clawhub list`) to display information. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description match what the included script does (reads ~/.openclaw/workspace/skills and extracts SKILL.md descriptions). Minor inconsistency: the script invokes the 'clawhub' CLI but the registry metadata did not declare any required binary.
Instruction Scope
SKILL.md instructs running scripts/list_skills.py, which only reads SKILL.md files under ~/.openclaw/workspace/skills and prints their descriptions. It also runs 'clawhub list' via subprocess to show ClawHub-installed skills; this is within scope for listing skills but grants the called binary full control of whatever it does.
Install Mechanism
No install spec or external downloads; the skill is instruction+script only and does not write or fetch code during install.
Credentials
No environment variables, credentials, or unusual config paths are requested. The script reads files from the user's ~/.openclaw workspace, which is appropriate for the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills' configs; it runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclow-skill-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclow-skill-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Skill Manager 1.0.1 增加了对已安装 Skills 的分类与去重功能,优化展示方式:
- 以表格形式详细列出所有支持的 Skills,包括名称与功能简介
- 新增 Skills 分类表,便于查找语音、数据库、工具等不同类型
- 明确标注功能重复的 Skills 及其依赖关系,方便用户排查功能重叠
- 精简描述,提升可读性和推荐性
- 增添实用命令,支持分类展示
v1.0.0
Initial release of skill-manager for OpenClaw:
- Lists all installed OpenClaw skills and provides brief descriptions.
- Manual tracking of skill usage counts via provided scripts.
- Includes scripts to list skills, track usage, and display usage statistics.
- Provides SQL schema for tracking usage in a database.
- Supports querying skill functions and usage in both local and ClawHub-installed environments.
元数据
常见问题
skill-manager 是什么?
管理 OpenClaw Skills:以表格形式列出所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 986 次。
如何安装 skill-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclow-skill-manager」即可一键安装,无需额外配置。
skill-manager 是免费的吗?
是的,skill-manager 完全免费(开源免费),可自由下载、安装和使用。
skill-manager 支持哪些平台?
skill-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-manager?
由 damienCronw(@damiencronw)开发并维护,当前版本 v1.0.1。
推荐 Skills