clawpack init

Create a manifest.json in the current directory.

Usage

clawpack init

Options

None.

What It Does

Creates a minimal manifest.json with prompts for name, version, and description. If you're starting from scratch, use clawpack create instead — it generates the full workspace.

Examples

# Initialize manifest in current directory
clawpack init

# Typical workflow: init then push
clawpack init
clawpack push

# Use create instead for a full scaffold
clawpack create my-agent

See Also

  • create — Full agent scaffolding
  • push — Publish after init