← 返回 Skills 市场
skill-list
作者
damienCronw
· GitHub ↗
· v1.0.0
510
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-list
功能描述
列出 OpenClaw Skills:以表格形式展示所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。
安全使用建议
This skill is mostly coherent with its stated purpose, but verify a few things before installing: 1) The script runs the external command 'clawhub list' even though no required binaries are declared — ensure 'clawhub' is present on your PATH and that you trust that binary. 2) The script reads SKILL.md files from ~/.openclaw/workspace/skills and prints their contents; review those SKILL.md files to ensure they don't contain secrets or unexpected data. 3) Because the script executes an external program and prints file contents, consider running it in a restricted environment first or inspecting the code (scripts/list_skills.py) yourself. If you plan to install widely, ask the publisher to declare 'clawhub' as a required binary in the skill metadata.
功能分析
Type: OpenClaw Skill
Name: skill-list
Version: 1.0.0
The skill bundle is a utility designed to list and categorize installed OpenClaw skills. The Python script `scripts/list_skills.py` performs legitimate local file operations to read skill descriptions and executes the standard `clawhub list` command via subprocess. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
The skill's name/description match its actions: it reads installed skills and prints descriptions. However, the bundled script calls an external tool ('clawhub') to list ClawHub-installed skills while the registry metadata declares no required binaries — that's an inconsistency that should be declared or justified.
Instruction Scope
SKILL.md and the script stay within the stated scope (reading ~/.openclaw/workspace/skills SKILL.md files and printing a table). The script also executes the external command 'clawhub list' and prints its stdout; this is expected for including ClawHub-managed skills but is an action beyond simple local file reads and should be noted.
Install Mechanism
There is no install spec (instruction-only plus one script). Nothing is written to disk by an installer and no remote downloads are performed.
Credentials
The skill requests no environment variables or credentials. It reads files under the user's home (~/.openclaw/workspace/skills), which is appropriate for enumerating installed skills, but SKILL.md contents may contain arbitrary text so users should confirm no sensitive data is stored there.
Persistence & Privilege
The skill is not always-on and doesn't request elevated privileges or modify other skills' config. Autonomous invocation is allowed (platform default) but not by itself a concern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-list.
- Lists all installed OpenClaw Skills in a table with descriptions.
- Categorizes skills by functionality (e.g. 语音/视频, 记忆, 数据库).
- Identifies and displays skills with overlapping functionalities.
- Provides recommended skills for common use cases.
- Includes command-line usage instructions for listing and categorizing skills.
元数据
常见问题
skill-list 是什么?
列出 OpenClaw Skills:以表格形式展示所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 510 次。
如何安装 skill-list?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-list」即可一键安装,无需额外配置。
skill-list 是免费的吗?
是的,skill-list 完全免费(开源免费),可自由下载、安装和使用。
skill-list 支持哪些平台?
skill-list 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-list?
由 damienCronw(@damiencronw)开发并维护,当前版本 v1.0.0。
推荐 Skills