π¦ ClawHub
Openclaw Workspace Governance Installer
by @adamchanadam
Install OpenClaw WORKSPACE_GOVERNANCE in minutes. Get guided setup, upgrade checks, migration, and audit for long-running workspaces.
TERMINAL
clawhub install openclaw-workspace-governance-installerπ About This Skill
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
1. Prevents "edit first, verify later" mistakes. 2. Gives one predictable setup/upgrade/audit flow. 3. Makes changes traceable for review and handover. 4. Works for both beginners and production workspaces.60-second quick start
First-time install:# 1) Install plugin
openclaw plugins install @adamchanadam/openclaw-workspace-governance@latest
openclaw gateway restart
In OpenClaw chat:
/gov_setup quick
If /gov_setup quick says allowlist is not ready:
/gov_openclaw_json
/gov_setup quick
Already installed (upgrade path):
openclaw plugins update openclaw-workspace-governance
openclaw gateway restart
Then in OpenClaw chat:
/gov_setup quick
If allowlist is not ready:
/gov_openclaw_json
/gov_setup quick
What you get
1.gov_setup quick|check|install|upgrade β deploy, upgrade, or verify governance in one step.
2. gov_migrate β align workspace behavior to the latest governance rules after install or upgrade.
3. gov_audit β verify 12 integrity checks and catch drift before declaring completion.
4. gov_uninstall quick|check|uninstall β clean removal with backup and restore evidence.
5. gov_openclaw_json β safely edit platform config (openclaw.json) with backup, validation, and rollback.
6. gov_brain_audit β review and harden Brain Docs quality with preview-first approval and rollback.
7. gov_boot_audit β scan for recurring issues and generate upgrade proposals (read-only diagnostic).
8. gov_apply β apply a single BOOT upgrade proposal with explicit human approval (Experimental, controlled UAT only).
9. gov_help β see all commands and recommended entry points at a glance.Feature maturity (important)
1. GA flow for production rollout:gov_setup -> gov_migrate -> gov_audit, plus gov_uninstall, gov_openclaw_json, gov_brain_audit, gov_boot_audit.
2. Experimental flow: gov_apply remains controlled-UAT scope.
3. All /gov_* command outputs use branded format: πΎ header, emoji status indicators (β
/β οΈ/β), structured bullets, and π next-step guidance.When to use which command
1. Daily default:gov_setup quick (one-click chain)
2. After install or upgrade: gov_migrate then gov_audit
3. Edit platform config safely: gov_openclaw_json
4. Review Brain Docs: gov_brain_audit
5. Recurring issue scan: gov_boot_audit
6. Clean removal: gov_uninstall quick