Integrations / OpenClaw

OpenClaw integration, mapped to files and runtime state.

OpenClaw is the first deep runtime adapter. Control-plane objects land in skills, AGENTS.md, approvals, hooks, and verification reports.

OpenClaw integration
skill folders
AGENTS.md
exec approvals
hooks
Runtime surface
OpenClaw gets the deepest mapping.

The adapter behaves like a compiler: desired state in, runtime-visible files and verification out.

File mapping

Control objects become OpenClaw files and config.

The adapter is explicit about what it writes and what it reads back.

Skills

Folder-based capability packages with SKILL.md and related assets.

AGENTS.md

Managed instructions and standing guidance for the runtime.

Approvals

A runtime policy surface for commands and risky actions.

Hooks

Optional events that let the client report or react.

Sync path

Show desired state, actual state, and drift in one place.

Compile, apply, and verify form the operating loop.

Manifest

The control plane's target state for a given agent.

Apply

The local sync client writes the runtime-visible files.

Verify

The client checks that the actual state matches the manifest.

Rollback

A bad release can be replaced with a previous one.