Templates
Any published agent can be used as a template for a new agent.
Using a Template
clawpack create my-agent --template owner/agent-nameThis:
- Pulls the specified agent from the registry
- Extracts to
./my-agent/ - Resets version to
0.1.0 - Updates the name in manifest.json
Good Templates
Some agents on the registry are designed to be starting points:
- agentebox/shipwright — Full-featured coding agent with UX skills
- agentebox/snoopy — General-purpose assistant
- agentebox/clawdoctor — OpenClaw troubleshooting specialist
Browse more at crate.clawpack.io/browse.
Customizing After Template
After creating from a template:
- Edit SOUL.md — This is the most important file. Make the personality yours.
- Edit IDENTITY.md — Change name, emoji, description
- Edit manifest.json — Update description, tags, author
- Add/remove skills — The
skills/directory - Update README.md — Your agent's landing page on crate.clawpack.io
Then push:
cd my-agent
clawpack push