Skip to main content
spawnr is the CLI for bringing The Spawn agents into local AI workflows. It is published as the spawnr npm package and currently reports version 0.4.2 in the source repo.

Core commands

First run

Use @latest for first runs so npx does not reuse an old cached package.

Output format

The CLI defaults to TOON for token-efficient agent output. Use --format json, --format yaml, or --format md when you need another format.

API base

By default, the CLI talks to:
For local testing, set:

Next