// bundled skills · 12
okami-agent
Internal reference for Okami Agent itself: run modes, reliable harness, tools, slash commands, providers, channels, contracts/gates, memory, automation and security.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/okami-agent/SKILL.md triggers keywords okami, capabilities, tools, commands, slash, provider, gateway, channel, harness, contracts, gates, readiness, policy, memory, sandbox, mcp loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- The task is about building, running, extending, debugging or explaining Okami Agent.
- The user asks about capabilities, tools, commands, providers, channels or security.
- A change must preserve harness invariants and gates.
When not to use
- Projects that only use Okami as an external tool.
- Generic agent questions unrelated to the repo.
- Cases where a narrower bundled skill fits better.
Recommended workflow
- Load the reference before assuming capabilities.
- Choose the correct mode: chat, task, gateway, serve, setup or doctor.
- Preserve Action-or-Terminate, exit criteria and go/no-go.
- Verify commands, tools and gates against real code.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

