Package Exports
- @mandate-os/openclaw
Readme
@mandate-os/openclaw
MandateOS bridge, plugin bundle, and installer for OpenClaw.
This package provides:
mandate-os-openclaw-installto configure OpenClaw for a guarded workspacemandate-os-openclaw-bridgefor policy evaluation inside the OpenClaw plugin flow- the bundled OpenClaw extension assets that enable the guarded workflow
Environment
The installer expects:
MANDATE_OS_BASE_URL
Optional during install:
MANDATE_OS_MCP_DEFAULT_MANDATE_ID
Required at OpenClaw runtime:
MANDATE_OS_AGENT_TOKEN
One-Command Install
MANDATE_OS_BASE_URL=https://mandateos.example.com \
MANDATE_OS_AGENT_TOKEN='key_id.secret' \
MANDATE_OS_MCP_DEFAULT_MANDATE_ID='mdt_123' \
MANDATE_OS_OPENCLAW_WORKSPACE_PATH=/absolute/path/to/your/repo \
npx --yes --package @mandate-os/openclaw mandate-os-openclaw-install installThat command:
- installs the MandateOS plugin bundle under the local OpenClaw state directory
- configures the MandateOS MCP entry for the guarded workspace
- creates or updates the
mandateos_guardedagent profile
Inspect the current install state with:
MANDATE_OS_OPENCLAW_WORKSPACE_PATH=/absolute/path/to/your/repo \
npx --yes --package @mandate-os/openclaw mandate-os-openclaw-install statusRuntime note
OpenClaw must still start with MANDATE_OS_AGENT_TOKEN in its runtime
environment so the bridge can evaluate actions against MandateOS policy.