Core Commands¶
missy init¶
Create the default ~/.missy/ directory structure and config file.
Creates:
~/.missy/config.yaml— default secure config~/.missy/audit.jsonl— audit log~/.missy/jobs.json— scheduler store~/.missy/secrets/— vault directory (mode 700)~/workspace/— agent workspace
Note
If a config file already exists, init skips it. Use missy setup for interactive configuration.
missy setup¶
Interactive onboarding wizard or non-interactive config generation.
| Option | Description |
|---|---|
--provider | Provider name (anthropic, openai, ollama) |
--api-key | Direct API key value |
--api-key-env | Environment variable containing the API key |
--model | Model identifier (defaults to provider's primary) |
--workspace | Workspace directory path |
--no-prompt | Non-interactive mode (requires --provider) |
missy ask¶
Single-turn query.
missy ask "What is the capital of France?"
missy ask --provider ollama "Summarise this text: ..."
missy ask --mode safe-chat "Hello"
| Option | Default | Description |
|---|---|---|
--provider | first configured | Provider to use |
--session | none | Session ID for continuity |
--mode | full | full, safe-chat, or no-tools |
missy run¶
Interactive REPL session.
Type quit, exit, or press Ctrl+D to end the session.
| Option | Default | Description |
|---|---|---|
--provider | first configured | Provider to use |
--session | default | Session ID for persistence |
--mode | full | Capability mode |
missy providers¶
List or switch providers.
missy providers # list all providers
missy providers list # same as above
missy providers switch ollama # change active provider
missy doctor¶
System health check.
Verifies config loading, provider availability, scheduler state, MCP connections, and voice channel readiness.
missy presets list¶
Show all built-in network policy presets.
Displays a table of preset names with their hosts, domains, and CIDRs.
missy cost¶
Show cost tracking configuration and current session budget status.
missy recover¶
List incomplete checkpoints from previous sessions and optionally resume.
missy hatch¶
Run the first-run bootstrap wizard (8-step idempotent initialization).
missy plugins¶
List plugins and their status.
missy skills¶
List registered skills or scan for SKILL.md files.