Pack a mob directory
Bundle a mob directory into a single portable.mobpack artifact containing the definition, skills, hooks, and config.
Sign a pack
Attach an Ed25519 signature at pack time for trust verification on deploy.Inspect a pack
View the contents, metadata, and signature status of a.mobpack without deploying.
Validate a pack
Check structural integrity, schema conformance, and signature validity.Deploy a pack
Run a.mobpack as a live mob with a prompt. The trust policy controls whether unsigned or unknown-signer packs are accepted.
Trust policies
| Policy | Unsigned packs | Unknown signers | Invalid signatures |
|---|---|---|---|
permissive | Allowed (warns) | Allowed (warns) | Rejected |
strict | Rejected | Rejected | Rejected |
- CLI flag:
--trust-policy strict - Environment variable:
RKAT_TRUST_POLICY=strict - Config file:
trust.policyfield - Default:
permissive
