← Back to Skills Marketplace
skill-manager
by
damienCronw
· GitHub ↗
· v1.0.1
986
Downloads
0
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install openclow-skill-manager
Description
管理 OpenClaw Skills:以表格形式列出所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclow-skill-manager - After installation, invoke the skill by name or use
/openclow-skill-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is skill-manager?
管理 OpenClaw Skills:以表格形式列出所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。 It is an AI Agent Skill for Claude Code / OpenClaw, with 986 downloads so far.
How do I install skill-manager?
Run "/install openclow-skill-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-manager free?
Yes, skill-manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does skill-manager support?
skill-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-manager?
It is built and maintained by damienCronw (@damiencronw); the current version is v1.0.1.
More Skills