Install a soul

The fastest path is the CLI; a soul also installs with a single curl if you'd rather not install anything.

1 — Install the CLI

$curl -fsSL https://positronick.com/install.sh | sh

2 — Install a soul

Replace <slug> with a soul's slug from the gallery.

$positronick soul install <slug>

The CLI auto-detects your harness. To target one explicitly, pass --target:

$positronick soul install <slug> --target hermes
$positronick soul install <slug> --target claude
$positronick soul install <slug> --target cursor
$positronick soul install <slug> --target openclaw

No CLI? Install directly

The raw install contract writes the verbatim SOUL.md where your agent reads it:

$curl https://positronick.com/api/souls/<slug>.md > ~/.hermes/SOUL.md