← Back to Skills Marketplace
330
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install skill-governance-balanced
Description
Manages skill lifecycle and routing using a balanced governance model with status transitions, core pool tuning, and failure-based quarantine.
Usage Guidance
Before installing or enabling this skill, ensure the governance scripts it references are available and have been audited. The package contains only documentation — it does not include the .ps1 scripts it tells you to run. If you plan to use it, either (a) obtain and review the scripts from a trusted source and store them in the workspace with restricted permissions, or (b) implement your own vetted scripts that follow the described policy. Limit the skill's workspace access (or run it in a sandbox) so the registry and any sensitive files cannot be altered without review. Backup skill-registry.json before running any reconciliation/cleanup actions, and prefer an operator-driven audit step for promotions/demotions rather than fully autonomous execution until you have vetted the implementation. If you cannot verify where the scripts come from, do not enable automatic routing or give the agent permission to fetch or execute remote code to satisfy the missing scripts.
Capability Analysis
Type: OpenClaw Skill
Name: skill-governance-balanced
Version: 1.0.1
The provided files consist of metadata and documentation for a skill governance system. The `SKILL.md` describes the skill's purpose, policy, and a list of local PowerShell scripts for managing skill states. It explicitly claims 'No outbound network calls', 'No credential collection', and 'Scripts only read/write local workspace files'. There is no evidence of prompt injection against the AI agent, obfuscation, or any other malicious intent within the provided content. While the described use of dynamic input like `-TaskText` for PowerShell scripts could introduce vulnerabilities if the scripts themselves are poorly implemented, the documentation itself does not contain malicious instructions or code.
Capability Assessment
Purpose & Capability
The skill's name and description (manage skill lifecycle, routing, core pool tuning) match the instructions which operate on a skill-registry.json and describe status transitions. However, the SKILL.md repeatedly references concrete scripts (PowerShell .ps1 files) that are not included in the package and there's no install spec — that is an inconsistency between claimed capabilities and the actual artifact delivered.
Instruction Scope
Runtime instructions instruct running scripts that read/write local workspace files (skill-registry.json and 'evidence'), and to perform status transitions and weekly cleanup. Because no scripts are provided, an operator or the agent would need to create, fetch, or run ad-hoc commands to implement these steps. The instructions permit broad read/write access to the workspace (which may contain secrets or unrelated data) and give operational authority over the central skill registry — reasonable for a governance tool but risky without concrete, auditable scripts.
Install Mechanism
No install spec and no code files are present, so nothing will be written to disk by an installer. This reduces supply-chain risk, but it also means the declared scripts are missing and must be provided externally, which is the core concern.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the stated local governance purpose.
Persistence & Privilege
The skill is not marked always:true and allows normal autonomous invocation (default). It explicitly intends to modify skill-registry.json (the agent's source-of-truth for skills), which is expected for governance but is a powerful capability: whoever supplies or runs the missing scripts would be able to change which skills are eligible for automatic routing. That capability should be treated as high-impact and controlled.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-governance-balanced - After installation, invoke the skill by name or use
/skill-governance-balanced - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add explicit security transparency: local-only scope, no outbound network requirement, no credential exfiltration behavior, and non-destructive cleanup semantics.
v1.0.0
Initial release: dual-pool skill lifecycle governance with install acceptance gate, dynamic core pool (8-14), usage telemetry, quarantine/retire flow, and weekly cleanup.
Metadata
Frequently Asked Questions
What is OpenClaw Skill Governance (Balanced Dynamic Core Pool)?
Manages skill lifecycle and routing using a balanced governance model with status transitions, core pool tuning, and failure-based quarantine. It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install OpenClaw Skill Governance (Balanced Dynamic Core Pool)?
Run "/install skill-governance-balanced" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Skill Governance (Balanced Dynamic Core Pool) free?
Yes, OpenClaw Skill Governance (Balanced Dynamic Core Pool) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw Skill Governance (Balanced Dynamic Core Pool) support?
OpenClaw Skill Governance (Balanced Dynamic Core Pool) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Skill Governance (Balanced Dynamic Core Pool)?
It is built and maintained by Dalomeve (@dalomeve); the current version is v1.0.1.
More Skills