| Scaffold | selat skill new <name> --dir skills | Create skills/<name>/ with the repository’s skill layout. |
| Validate | selat skill validate <path> | Run the static Agent Skill SOP check before live verification. |
| Verify | selat skill verify <path> [--pay] | Probe each endpoint’s live 402 price and rail against its cap; the default probe is free, while --pay makes a capped real call. A passing verify receipt is written for submission. |
| Register | selat skill register <path> | Add or update the index.json entry from the manifest. |
| Whole-repo check | npm run validate | Validate every repository skill and the registry consistency; this is the same check CI runs. |
| Submit | selat skill submit <path> | Require the passing verify receipt, then open a pull request with it as provenance. |