How skills work
A skill is a directory under~/.sorat/skills/<name>/ containing a SKILL.md file with YAML frontmatter and instructions:
Installing skills
From ClawHub
ClawHub is the default skill registry.- CLI
- Web UI
- API
- Open the TUI (
sorat) - Navigate to Skills > Install Skill
- Enter the ClawHub slug (e.g.
web-summarizer)
From GitHub
Install directly from a GitHub repository:SKILL.md file.
Creating skills
Create a new directory under~/.sorat/skills/ with a SKILL.md file:
my-skill/SKILL.md
Managing skills
Enable/disable
Skills can be toggled without uninstalling them:~/.sorat/skills/_state.json.
Uninstall
Agent tools for skills
The agent itself can manage skills using built-in tools:| Tool | Description |
|---|---|
skill_list | List all installed skills |
skill_search | Search skill registries |
skill_install | Install a skill from registry or GitHub |