skill-list
v1.0.0列出 OpenClaw Skills:以表格形式展示所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。
⭐ 1· 424·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97cqqbhzy7z6mbprgtqja94a982hmnz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📦 Clawdis
