Documentation Index
Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
Use this file to discover all available pages before exploring further.
BossMode + OpenClaw
OpenClaw is an agent harness for running autonomous AI workers. The BossMode-OpenClaw integration layers governance on top of OpenClaw runs — standing orders are enforced, every move is logged, and the Daily Report captures what happened.Integration overview
When BossMode governance is enabled in OpenClaw:- Standing orders are injected as system-level constraints on every agent run
- Moves that exceed standing order thresholds are held for approval before execution
- All agent activity is logged to the BossMode audit feed
- The consigliere reviews OpenClaw output and surfaces it in the Daily Report
Setup
Install the BossMode OpenClaw plugin:.clawrc.json:
Usage
With governance enabled, your OpenClaw agents automatically operate within BossMode’s rules. No code changes needed in your existing agent workflows. To issue a BossMode-aware directive that runs via OpenClaw:"runtime": "openclaw" field routes execution through your connected OpenClaw instance.
Governance enforcement
BossMode enforces governance at two levels in OpenClaw:- Pre-execution — Guardian checks standing orders before the agent run begins
- Post-execution — Output is reviewed against standing orders before being marked complete
requiresApproval was set to false.
Requirements
- OpenClaw v0.6.0 or higher
- BossMode Pro account
BOSSMODE_API_TOKENset in your environment