← Back to Skills Marketplace
damiencronw

skill-list

by damienCronw · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
510
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-list
Description
列出 OpenClaw Skills:以表格形式展示所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-list
  3. After installation, invoke the skill by name or use /skill-list
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-list
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is skill-list?

列出 OpenClaw Skills:以表格形式展示所有 skills、显示功能介绍、找出功能重复的 skills。Use when: 用户想知道安装了哪些 skills、某个 skill 是做什么的、或者想找出重复功能的 skills。 It is an AI Agent Skill for Claude Code / OpenClaw, with 510 downloads so far.

How do I install skill-list?

Run "/install skill-list" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skill-list free?

Yes, skill-list is completely free (open-source). You can download, install and use it at no cost.

Which platforms does skill-list support?

skill-list is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill-list?

It is built and maintained by damienCronw (@damiencronw); the current version is v1.0.0.

💬 Comments