Install
openclaw skills install skill-governance-balancedManages skill lifecycle and routing using a balanced governance model with status transitions, core pool tuning, and failure-based quarantine.
openclaw skills install skill-governance-balancedUse this skill to control multi-skill side effects with a balanced governance model.
ready)candidate -> ready -> core -> quarantine -> retiredcandidateready or core skills are eligible for automatic selectioncore skill to ready after 3 days without usageskill-registry.jsonscripts/reconcile-ready.ps1 -Root <workspace>scripts/audit-skill.ps1 -Root <workspace> -SkillName <name>scripts/record-skill-usage.ps1 -Root <workspace> -SkillName <name> -Outcome success|failure|blockedscripts/update-core-pool.ps1 -Root <workspace>scripts/route-skill.ps1 -Root <workspace> -TaskText "<text>" -Candidates "a,b,c"scripts/weekly-cleanup.ps1 -Root <workspace>After installing a new skill:
reconcile-ready.ps1audit-skill.ps1 for that skillskill-registry.json is ready before use in automatic routing