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

Openclaw Guardian

一键安装包含配置安全、容灾、监控和上下文优化的 OpenClaw 系统全链路守护套件。

Registry SourceRecently Updated
1890Profile unavailable
General

Gateway Watchdog

Monitors and restarts OpenClaw Gateway 24/7 by downloading and running an external watchdog script to ensure continuous operation.

Registry SourceRecently Updated
1760Profile unavailable
General

Data Governance Framework

Evaluate and improve your organization's data governance across six domains by scoring controls, identifying risks, and prioritizing remediation actions.

Registry SourceRecently Updated
3810Profile unavailable
General

YES.md 日本語版

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

Registry SourceRecently Updated
840Profile unavailable