OpenClaw Skill Governance (Balanced Dynamic Core Pool)

# skill-governance

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "OpenClaw Skill Governance (Balanced Dynamic Core Pool)" with this command: npx skills add dalomeve/skill-governance-balanced

skill-governance

Use this skill to control multi-skill side effects with a balanced governance model.

When to use

  • After installing a new skill (must pass acceptance before becoming ready)
  • Daily/heartbeat governance refresh
  • Core pool tuning and automatic promotion/demotion
  • Routing decisions: core first, then all ready skills, then explore fallback

Policy

  • Status model: candidate -> ready -> core -> quarantine -> retired
  • Third-party skills default to candidate
  • Only ready or core skills are eligible for automatic selection
  • Quarantine after 2 consecutive failures
  • Demote core skill to ready after 3 days without usage
  • Dynamic core cap range: 8 to 14

Security and privacy

  • No outbound network calls are required by this skill.
  • No credential collection or token upload behavior is implemented.
  • Scripts only read/write local workspace files for governance state and evidence.
  • Weekly cleanup is non-destructive by design (status transitions only; no file deletion).
  • Any action beyond local governance must be explicitly added by the operator.

Source of truth

  • skill-registry.json

Scripts

  1. Reconcile runtime + filesystem into registry:
    • scripts/reconcile-ready.ps1 -Root <workspace>
  2. Audit one skill with 4-step acceptance:
    • scripts/audit-skill.ps1 -Root <workspace> -SkillName <name>
  3. Record skill usage outcome:
    • scripts/record-skill-usage.ps1 -Root <workspace> -SkillName <name> -Outcome success|failure|blocked
  4. Evaluate core pool promotion/demotion and dynamic cap:
    • scripts/update-core-pool.ps1 -Root <workspace>
  5. Route execution chain (core -> ready -> explore):
    • scripts/route-skill.ps1 -Root <workspace> -TaskText "<text>" -Candidates "a,b,c"
  6. Weekly cleanup (retire stale or missing skills):
    • scripts/weekly-cleanup.ps1 -Root <workspace>

Required install flow

After installing a new skill:

  1. Run reconcile-ready.ps1
  2. Run audit-skill.ps1 for that skill
  3. Confirm status in skill-registry.json is ready before use in automatic routing

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Construction Meeting Minutes Generator

Generate structured construction meeting minutes from rough notes or voice transcription, with separated action items, decision tracking, and contractual fla...

Registry SourceRecently Updated
2000Profile unavailable
General

YES.md 中文版

當任務涉及修改檔案、設定、資料庫或部署時觸發。當除錯連續失敗 2 次以上時觸發。當即將猜測或假設而沒有證據時觸發(「應該是」「可能是」「我覺得」「感覺是」)。當把問題推給用戶時觸發(「請你檢查」「建議您手動」「你可能需要」)。當改完東西沒有驗證就說完成時觸發。當下結論或判定根因時觸發。當有工具卻不用時觸發(有 W...

Registry SourceRecently Updated
2610Profile unavailable
General

YES.md

Use when any task involves modifying files, configs, databases, or deployments. Use when debugging hits 2+ failures. Use when about to guess or assume withou...

Registry SourceRecently Updated
2590Profile unavailable
General

YES.md 日本語版

ファイル・設定・データベース・デプロイの変更を伴うタスクで発動。デバッグが2回以上連続で失敗した時に発動。証拠なしに推測・仮定しようとした時に発動(「おそらく」「多分」「〜だと思う」「〜のはず」)。ユーザーに丸投げしようとした時に発動(「ご確認ください」「手動で対応してください」「〜が必要かもしれません」)。修正...

Registry SourceRecently Updated
2560Profile unavailable