Invoking Skills
Slash Commands
Type a/ followed by the skill name in any chat:
Natural Language
Skills with trigger patterns auto-activate when the AI detects matching intent. You do not need to use a slash command:From the CLI
Managing Skills
List Installed Skills
Install from ClawHub
Update Skills
Disable a Skill
settings.yml:
Skill Configuration
Some skills accept configuration insettings.yml:
Skill Precedence
When multiple sources define a skill with the same name, the higher-priority source wins:skills/code-review/SKILL.md in your project root.
Checking Active Skills
In a chat conversation, you can ask:“What skills are currently active?”Or check from the CLI:
Preset-Based Skill Loading
Assign a bundle of skills to a persona (preset):/preset backend-dev.
Skill Metadata
View detailed skill metadata:Related Docs
Built-in Skills
Browse all 50 pre-installed skills.
Creating Skills
Write your own skills.