Skip to main content

Synopsis

Description

skill manages profClaw’s skill system. Skills are pre-built, reusable AI agent capabilities defined in SKILL.md files. They extend what agents can do when invoked by name (e.g., commit, review-pr, deploy). Skills can be enabled or disabled at runtime without restarting the server.

Subcommands

skill list

boolean
Output as JSON with the full skill list and summary stats.

skill info <name>

Displays name, description, enabled status, source path, eligibility, capabilities, dependencies, and usage statistics (invocation count, average duration, last used).
boolean
Output as JSON.

skill enable <name> / skill disable <name>

Toggles a skill on or off. The change takes effect immediately - no server restart needed.
boolean
Output result as JSON.

skill reload

Rescans the skills/ directory and reloads all skill definitions from disk. Use this after adding, editing, or removing a SKILL.md file without restarting the server.
boolean
Output reload stats (loaded, failed, total) as JSON.

Examples

Skill Sources

Built-in Skills (examples)