Introduce bundled Policy plugin for workspace conformance
TL;DR
Added a bundled Policy plugin that enables policy-backed channel conformance checks, doctor lint findings, and opt-in workspace repair to streamline configuration management.
What changed
OpenClaw added a bundled Policy plugin on 22 May 2026. The plugin runs policy-backed checks on channel conformance, surfaces doctor lint findings, and offers opt-in workspace repair commands.
The update ships inside the core CLI install. No separate download or extra configuration file is required. Users trigger the new commands through the existing YAML setup or direct terminal calls.
Why it matters
This move targets the configuration drift that appears once OpenClaw runs scheduled tasks and self-written skills across multiple messaging apps. Consistent policy enforcement reduces the manual audits that currently fall on the operator.
It also signals OpenClaw's bet on long-term workspace stability rather than adding more messaging integrations. Teams that already manage multiple agents will see fewer silent failures from mismatched settings.
How to use it
Update to the latest release through the standard npm or GitHub install path. Run openclaw doctor --policy to view lint findings, then openclaw repair --apply to accept suggested fixes.
The feature is live for all self-hosted instances today. No paid plan or additional API key is needed. Check the release notes in the repository for the exact command list and YAML flags.
Watch for
Confirm the bet if repair commands cut reported configuration errors by half within two weeks. The bet breaks if the policy rules prove too rigid for custom skill chains. Expect the next move to be exportable policy templates shared through ClawHub.
Who this matters for
- Vibe Builders: Use the new doctor command to audit agent channel settings and fix configuration drift instantly.
- Developers: Integrate the Policy plugin into CI/CD to enforce workspace conformance and automate repair tasks.
Harsh’s take
OpenClaw is pivoting from broad integration to deep stability. Bundling policy enforcement directly into the CLI is a power move for operators managing complex agent fleets. It addresses the silent failure problem where mismatched YAML settings break skill chains across different messaging platforms.
This update prioritizes the boring but essential work of configuration management over flashy new features. The opt-in repair functionality is the real highlight here. It moves the tool from a passive linter to an active maintenance engine.
If you are running self-hosted instances, this reduces the overhead of manual audits. The focus on workspace stability suggests OpenClaw is maturing into a reliable backbone for production-grade agent deployments rather than just a hobbyist connector.
by Harsh Desai
About OpenClaw
View the full OpenClaw page →All OpenClaw updatesMore from OpenClaw
- App UpdateAdd doctor warnings for hidden MCP server tools
The doctor utility now warns users when sandbox tool policies hide configured Model Context Protocol (MCP) server tools before provider requests are made.
- App UpdateExpose stale-running task maintenance details in CLI
The tasks maintenance CLI command now outputs detailed JSON explanations for retained and reconcile candidates, detailing backing-session, cron, CLI, and wedged-subagent states.
- FeatureSupport per-agent lean local-model configuration
Added support for the experimental localModelLean configuration option on individual agents. This allows lean local-model mode to be enabled selectively rather than globally.