selat-pay call per step), so an agent can complete a paid task without hand-building a client.
Manifests are data, not code — installing a skill only ever writes a manifest to disk; it never runs arbitrary code. Skills come from the public selat-skills registry or from a local path.
You manage skills with the SELAT CLI’s selat skill subcommands.
Find a skill
List what’s available in the registry, with a live reliability badge for each (● ok · ● degraded · ● down · ○ unknown):Install a skill
By name from the registry, or from a local path:Run a skill
Pass the skill’s manifest parameters as--flags (manifest keys map 1:1, no renaming):
| Override | Description |
|---|---|
--chain <key> | Settle on a specific chain (see Supported chains). |
--max-amount <usd> | Cap the price paid per step. |
--raw-key | Sign locally with SELAT_PRIVATE_KEY instead of the Circle Agent Wallet. Required for chains Circle’s MPC signer can’t sign yet, such as Arc. |