consult_supervisor
Get approval or modification suggestions from an OpenClaw supervisor before executing actions like writing files or running commands.
Instructions
Consult your OpenClaw supervisor agent before proceeding. Use this before writing files, running commands, or making architectural decisions. Returns: { decision: 'approve'|'block'|'modify', reason: string, suggestion?: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What you are about to do. Be specific: include file paths, command text, or the decision you're making. | |
| context | Yes | Why you want to do this. What problem does it solve? What's the broader task? | |
| risk_level | No | Your assessment of risk. high = destructive/irreversible/security-sensitive. | |
| files_affected | No | File paths that will be created, modified, or deleted. |