clawpack create
Scaffold a new agent project with an interactive wizard or from a template.
Usage
clawpack create [name] [options]Options
| Flag | Description | Default |
|---|---|---|
--template <owner/slug> | Create from an existing published agent | — |
-h, --help | Show help | — |
Interactive Wizard
clawpack create my-agentPrompts for:
- Agent name
- Description
- Persona type (assistant, coding, sales, support, creative, research, devops, custom)
- Personality trait (friendly, professional, direct, witty, calm, energetic)
- Emoji
Generates: manifest.json, SOUL.md, AGENTS.md, IDENTITY.md, README.md, skills/, memory/
Examples
# Interactive wizard
clawpack create my-bot
# From a template
clawpack create support-bot --template agentebox/clawdoctor
# Let wizard ask for name
clawpack createSee Also
- Create an Agent guide
- Templates guide
push— Publish after creating