| name | openclaw-workspace-governance-installer |
| description | Install OpenClaw WORKSPACE_GOVERNANCE in minutes. Get guided setup, upgrade checks, migration, and audit for long-running workspaces. |
| author | Adam Chan |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🚀","homepage":"https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE","requires":{"bins":["openclaw"]}}} |
OpenClaw Workspace Governance Installer
Ship safer OpenClaw operations from day one.
This installer gives you a repeatable governance path instead of ad-hoc prompt edits.
Why this is popular
- Prevents "edit first, verify later" mistakes.
- Gives one predictable setup/upgrade/audit flow.
- Makes changes traceable for review and handover.
- Works for both beginners and production workspaces.
60-second quick start
First-time install:
openclaw plugins install @adamchanadam/openclaw-workspace-governance@latest
openclaw plugins enable openclaw-workspace-governance
openclaw skills list --eligible
In OpenClaw chat:
/gov_help
/gov_setup quick
# if quick output says allowlist is not ready (for example plugins.allow needs alignment):
/gov_openclaw_json
/gov_setup quick
# manual fallback (step-by-step):
/gov_setup install
prompts/governance/OpenClaw_INIT_BOOTSTRAP_WORKSPACE_GOVERNANCE.md
# if this workspace was already active before first governance adoption:
/gov_migrate
/gov_audit
Already installed users (upgrade path):
openclaw plugins update openclaw-workspace-governance
openclaw gateway restart
Then in OpenClaw chat:
/gov_setup quick
# if quick output says allowlist is not ready (for example plugins.allow needs alignment):
/gov_openclaw_json
/gov_setup quick
/gov_setup upgrade
/gov_migrate
/gov_audit
# manual fallback:
/gov_setup upgrade
/gov_migrate
/gov_audit
What you get
gov_help — see all commands and recommended entry points at a glance.
gov_setup quick|check|install|upgrade — deploy, upgrade, or verify governance in one step.
gov_migrate — align workspace behavior to the latest governance rules after install or upgrade.
gov_audit — verify 12 integrity checks and catch drift before declaring completion.
gov_uninstall quick|check|uninstall — clean removal with backup and restore evidence.
gov_openclaw_json — safely edit platform config (openclaw.json) with backup, validation, and rollback.
gov_brain_audit — review and harden Brain Docs quality with preview-first approval and rollback.
gov_boot_audit — scan for recurring issues and generate upgrade proposals (read-only diagnostic).
gov_apply <NN> — apply a single BOOT upgrade proposal with explicit human approval (Experimental, controlled UAT only).
Feature maturity (important)
- GA flow for production rollout:
gov_setup -> gov_migrate -> gov_audit, plus gov_uninstall, gov_openclaw_json, gov_brain_audit, gov_boot_audit.
- Experimental flow:
gov_apply <NN> (BOOT controlled apply) is included in deterministic runtime regression baseline, but remains controlled-UAT scope.
- If you use
gov_apply <NN>, keep it in controlled UAT and always close with /gov_migrate then /gov_audit.
- All
/gov_* command outputs use branded format: 🐾 header, emoji status indicators (✅/⚠️/❌), structured bullets, and 👉 next-step guidance.
When to use which command (quick map)
- Need command list fast:
gov_help
- Daily default path:
gov_setup quick (one-click chain)
- Readiness decision first (manual path):
gov_setup check
- First deployment path (manual):
gov_setup install
- Existing deployment update (manual):
gov_setup upgrade
- Policy alignment after deploy/update:
gov_migrate
- Final verification before claiming done:
gov_audit
- Cleanup workspace governance artifacts safely:
gov_uninstall quick
- Edit OpenClaw platform config safely:
gov_openclaw_json
- Review/harden Brain Docs safely:
gov_brain_audit -> gov_brain_audit APPROVE: ... -> gov_brain_audit ROLLBACK (if needed)
- Scan for recurring issues and get upgrade proposals:
gov_boot_audit
- Apply approved BOOT menu item only (Experimental):
gov_apply <NN>
First-run status map
After /gov_setup quick:
- if output says allowlist is not ready -> run
/gov_openclaw_json, then rerun /gov_setup quick
- if output is
PASS -> lifecycle is aligned
- if output is
FAIL/BLOCKED -> follow returned next-step commands
- manual fallback remains available:
check -> install/upgrade -> migrate -> audit
Important update rule
If openclaw plugins install ... returns plugin already exists, use:
openclaw plugins update openclaw-workspace-governance
openclaw gateway restart
/gov_setup check (if needed, align allowlist via /gov_openclaw_json)
/gov_setup quick (or manual /gov_setup upgrade -> /gov_migrate -> /gov_audit)
- If
/gov_setup check says READY, that does not cancel an explicitly requested /gov_setup upgrade during update flow.
Version check (operator-side):
- Installed:
openclaw plugins info openclaw-workspace-governance
- Latest:
npm view @adamchanadam/openclaw-workspace-governance version
Runtime gate behavior (important)
- Read-only diagnostics/testing commands are allowed and should not be blocked.
- Write/update/save commands require PLAN + READ evidence before CHANGE.
- If blocked by runtime gate, this usually means governance guard worked (not a system crash).
- Include
WG_PLAN_GATE_OK + WG_READ_GATE_OK in governance output, then retry.
- All
gov_* responses use branded output: 🐾 header, emoji status prefix (✅ PASS/READY, ⚠️ WARNING, ❌ BLOCKED/FAIL), structured • bullets, 👉 next-step, and ───── dividers.
- If
gov_setup upgrade still reports gate deadlock, update plugin to latest + restart gateway, then rerun gov_setup check and gov_setup upgrade.
- Tool-exposure root-fix is enabled by default: governance plugin tools require explicit
/gov_* intent (or /skill gov_*) in the current turn window.
If slash routing is unstable
Use fallback commands:
/skill gov_setup check
/skill gov_setup install
/skill gov_setup upgrade
/skill gov_migrate
/skill gov_audit
/skill gov_uninstall quick
/skill gov_openclaw_json
/skill gov_brain_audit
/skill gov_brain_audit APPROVE: APPLY_ALL_SAFE
/skill gov_brain_audit ROLLBACK
/skill gov_boot_audit
# Experimental only:
/skill gov_apply 01
Or natural language:
Please use gov_setup in check mode (read-only) and return workspace root, status, and next action.
Who this is for
- New OpenClaw users who want a guided install path.
- Teams operating long-running workspaces.
- Users who need auditable, low-drift maintenance.
Learn more (GitHub docs)
- Main docs: https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE
- English README: https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/README.md
- 繁體中文版: https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/README.zh-HK.md
- Governance handbook (EN): https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/WORKSPACE_GOVERNANCE_README.en.md
- Governance handbook (繁中): https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/WORKSPACE_GOVERNANCE_README.md
- Positioning (EN): https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/VALUE_POSITIONING_AND_FACTORY_GAP.en.md
- Positioning (繁中): https://github.com/Adamchanadam/OpenClaw-WORKSPACE-GOVERNANCE/blob/main/VALUE_POSITIONING_AND_FACTORY_GAP.md