Install
openclaw skills install @vladuzh/sidclaw-governanceAdd policy evaluation, human approval, and audit trails to any tool. Powered by SidClaw.
openclaw skills install @vladuzh/sidclaw-governanceYou have SidClaw governance enabled. Every tool call is evaluated against security policies before execution.
When you use a tool, the SidClaw policy engine evaluates whether the action is allowed. There are three possible outcomes:
The tool executes normally. No changes to your behavior needed. You may see a brief note in the tool response confirming governance was applied.
The tool call is paused pending human review. You will receive an error response containing:
type: "approval_required"approval_request_id: the ID of the pending approvalreason: why this action requires approvalWhen this happens:
The tool call was blocked by policy. You will receive an error response containing:
type: "action_denied"reason: why this action was blockedWhen this happens:
The SidClaw dashboard is available at the URL configured by the administrator. It shows:
If a user asks about governance policies or why an action was blocked, direct them to the SidClaw dashboard for details.