Skills openclaw-workspace-governance-installer
Install OpenClaw WORKSPACE_GOVERNANCE in minutes. Get guided setup, upgrade checks, migration, and audit for long-running workspaces.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adamchanadam/openclaw-workspace-governance-installer" ~/.claude/skills/clawdbot-skills-openclaw-workspace-governance-installer && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adamchanadam/openclaw-workspace-governance-installer" ~/.openclaw/skills/clawdbot-skills-openclaw-workspace-governance-installer && rm -rf "$T"
manifest:
skills/adamchanadam/openclaw-workspace-governance-installer/SKILL.mdsource content
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:
# 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
— deploy, upgrade, or verify governance in one step.gov_setup quick|check|install|upgrade
— align workspace behavior to the latest governance rules after install or upgrade.gov_migrate
— verify 12 integrity checks and catch drift before declaring completion.gov_audit
— clean removal with backup and restore evidence.gov_uninstall quick|check|uninstall
— safely edit platform config (gov_openclaw_json
) with backup, validation, and rollback.openclaw.json
— review and harden Brain Docs quality with preview-first approval and rollback.gov_brain_audit
— scan for recurring issues and generate upgrade proposals (read-only diagnostic).gov_boot_audit
— apply a single BOOT upgrade proposal with explicit human approval (Experimental, controlled UAT only).gov_apply <NN>
— see all commands and recommended entry points at a glance.gov_help
Feature maturity (important)
- GA flow for production rollout:
, plusgov_setup -> gov_migrate -> gov_audit
,gov_uninstall
,gov_openclaw_json
,gov_brain_audit
.gov_boot_audit - Experimental flow:
remains controlled-UAT scope.gov_apply <NN> - All
command outputs use branded format:/gov_*
header, emoji status indicators (✅/⚠️/❌), structured bullets, and🐾
next-step guidance.👉
When to use which command
- Daily default:
(one-click chain)gov_setup quick - After install or upgrade:
thengov_migrategov_audit - Edit platform config safely:
gov_openclaw_json - Review Brain Docs:
gov_brain_audit - Recurring issue scan:
gov_boot_audit - Clean removal:
gov_uninstall quick
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