clawpack create

Scaffold a new agent project with an interactive wizard or from a template.

Usage

clawpack create [name] [options]

Options

FlagDescriptionDefault
--template <owner/slug>Create from an existing published agent
-h, --helpShow help

Interactive Wizard

clawpack create my-agent

Prompts for:

  1. Agent name
  2. Description
  3. Persona type (assistant, coding, sales, support, creative, research, devops, custom)
  4. Personality trait (friendly, professional, direct, witty, calm, energetic)
  5. 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 create

See Also