← Back to Skills Marketplace
xingfan0828

CEO Capabilities Catalog

by Xingfan0828 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ceo-capabilities-catalog
Description
Catalog the current OpenClaw instance's installed skills, custom skills, and coordination-oriented capabilities. Use when the user asks what this agent can d...
README (SKILL.md)

CEO Capabilities Catalog

Use this skill to summarize the current instance's capabilities rather than to execute external systems directly.

Include in summaries

  • Installed builtin skills from the OpenClaw package
  • Installed user skills from ~/.openclaw/skills
  • Coordination role: task dispatch, progress tracking, reporting, risk spotting
  • Current connected workflow highlights if known from local workspace memory

Source of truth

Read from:

  • Local workspace memory files
  • capabilities-inventory.md backup file if present
  • Installed SKILL.md files when needed

Do not

  • Claim unavailable channels or API keys are working unless verified
  • Expose secrets from scripts or config files in the summary
Usage Guidance
This skill appears coherent and low-risk: it only reads local capability files and SKILL.md manifests to produce a catalog and requests no credentials or installs. Before installing or enabling it, consider: (1) confirm where your agent stores workspace memory and ensure sensitive files or secrets are not colocated with capability files you don't want exposed; (2) review any existing capabilities-inventory.md and local SKILL.md files so the output won't inadvertently include confidential details; (3) if you want stronger protections, restrict the agent's file-read scope or run the skill in an environment where secrets are isolated. No extra credentials or remote downloads are required.
Capability Analysis
Type: OpenClaw Skill Name: ceo-capabilities-catalog Version: 1.0.0 The 'ceo-capabilities-catalog' skill is a documentation and inventory tool designed to summarize the agent's installed capabilities. It instructs the agent to read local skill directories (~/.openclaw/skills) and metadata files to provide a status report, while explicitly including safety constraints to avoid exposing secrets or unverified credentials. No malicious code or suspicious execution patterns were found.
Capability Assessment
Purpose & Capability
The name and description (catalog installed skills and coordination capabilities) match the instructions which enumerate reading installed SKILL.md files, an optional capabilities-inventory.md, and local workspace memory. No unrelated credentials, binaries, or remote endpoints are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read local workspace memory files, installed SKILL.md files, and an optional capabilities-inventory.md. This is coherent with the purpose, but 'local workspace memory files' is broad — the file-scope is not strictly enumerated. The skill also warns not to expose secrets, which helps, but the agent will need guardrails to avoid leaking sensitive config if such files exist.
Install Mechanism
No install spec and no code files — instruction-only. Lowest-risk install profile; nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The files it reads are logically related to its stated goal (local SKILL.md and inventory files). There is no disproportionate credential or secret access requested.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modification of other skills. It is user-invocable and can run autonomously per platform defaults, which is expected for an informational skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ceo-capabilities-catalog
  3. After installation, invoke the skill by name or use /ceo-capabilities-catalog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release: capability inventory and summary skill
Metadata
Slug ceo-capabilities-catalog
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CEO Capabilities Catalog?

Catalog the current OpenClaw instance's installed skills, custom skills, and coordination-oriented capabilities. Use when the user asks what this agent can d... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install CEO Capabilities Catalog?

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

Is CEO Capabilities Catalog free?

Yes, CEO Capabilities Catalog is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CEO Capabilities Catalog support?

CEO Capabilities Catalog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CEO Capabilities Catalog?

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

💬 Comments