openclaw-workspace-governance-installer
Install OpenClaw WORKSPACE_GOVERNANCE in minutes. Get guided setup, upgrade checks, migration, and audit for long-running workspaces.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adamchanadam/openclaw-workspace-governance-installerWhat This Skill Does
The openclaw-workspace-governance-installer is a comprehensive orchestration layer designed to bring structured operations to your OpenClaw environment. Rather than relying on ad-hoc, manual prompt adjustments that lead to configuration drift, this skill provides a standardized, repeatable pathway for setting up, upgrading, and auditing workspace governance. It manages the complexities of workspace integrity, ensuring that both beginners and enterprise users can maintain a predictable operational flow. By automating configuration validation, audit trails, and migration tasks, the installer prevents common 'edit first, verify later' pitfalls, ensuring your AI agents operate within defined, traceable parameters.
Installation
Installation is streamlined via the OpenClaw plugin system. First, execute the installation command: openclaw plugins install @adamchanadam/openclaw-workspace-governance@latest. Once installed, enable the plugin using openclaw plugins enable openclaw-workspace-governance. After enabling, confirm that the required skills are available by running openclaw skills list --eligible. For existing users looking to upgrade, simply run openclaw plugins update openclaw-workspace-governance followed by openclaw gateway restart. Avoid redundant installation commands if the plugin is already present in your local environment.
Use Cases
This skill is ideal for teams needing to enforce strict operational standards across multiple agents. It is particularly effective for:
- Environment Standardization: Deploying identical, audit-ready governance rules to every new workspace.
- Compliance & Auditing: Running the
gov_auditcommand to perform 12 integrity checks against your workspace, effectively catching configuration drift before it affects performance. - Safe Configuration Changes: Using
gov_openclaw_jsonto modify your platform configuration with built-in rollback protection and pre-modification validation. - Lifecycle Management: Guiding users through the upgrade path from older versions to the latest best practices without manually editing source files.
Example Prompts
- "/gov_setup quick"
- "/gov_audit"
- "/gov_openclaw_json"
Tips & Limitations
- Always run
gov_auditafter any major change to ensure your workspace remains in a compliant state. - The
gov_applycommand is experimental; use it only in controlled User Acceptance Testing (UAT) environments until you are comfortable with the automation flow. - If the quick setup indicates the allowlist is not ready, prioritize aligning your
plugins.allowsettings before proceeding with the manual install path. - Always perform a workspace backup if your environment contains critical, non-standard configurations before initiating a migration command.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adamchanadam-openclaw-workspace-governance-installer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution