create-claw-agent
v0.1.0
Published
Create an agent-first repository prewired for Claw.
Downloads
113
Readme
create-claw-agent
Bootstrap a minimal agent-first repository wired for Claw.
npx create-claw-agent my-agentThe generated repo includes:
- a dedicated ClawJS agent workspace
- seeded runtime-facing files such as
SOUL.md,AGENTS.md,TOOLS.md,IDENTITY.md, andHEARTBEAT.md - memory and skills placeholders
@clawjs/clawhelper code for agent inspection and session demosclawjsCLI scripts for local workspace bootstrap
After generation:
cd my-agent
npm run claw:init
npm run agent:report
npm run agent:reply -- "Say hello"Switch the generated demo adapter to openclaw when you are ready to target a real runtime.
