ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agentic-governance

Keep your constraints healthy — lifecycle management with automatic staleness detection

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/leegitw/agentic-governance
Or

governance (治理)

Unified skill for constraint governance state, periodic reviews, index generation, round-trip verification, and schema migration. Consolidates 6 granular skills.

Trigger: 定期保守 (periodic maintenance) or HEARTBEAT

Source skills: constraint-reviewer, index-generator, round-trip-tester, governance-state, slug-taxonomy, adoption-monitor (from safety)

Installation

openclaw install leegitw/governance

Dependencies:

  • leegitw/constraint-engine (for constraint data)
  • leegitw/failure-memory (for observation data)
# Install full governance stack
openclaw install leegitw/context-verifier
openclaw install leegitw/failure-memory
openclaw install leegitw/constraint-engine
openclaw install leegitw/governance

Standalone usage: Index generation and round-trip verification work independently. Full governance features require constraint-engine and failure-memory integration.

Data handling: This skill operates within your agent's trust boundary. When triggered, it uses your agent's configured model for governance analysis and review. No external APIs or third-party services are called. Results are written to output/governance/ in your workspace.

What This Solves

Constraints that never get reviewed become stale. Rules that never get challenged become dogma. This skill manages the lifecycle:

  1. State tracking — know which constraints are active, suspended, or retired
  2. Periodic reviews — 90-day gates to re-evaluate constraints against current evidence
  3. Index generation — dashboards showing constraint health at a glance

The insight: Good governance is proactive. Constraints need maintenance, not just creation.

Usage

/gov <sub-command> [arguments]

Sub-Commands

CommandCJKLogicTrigger
/gov state状態central_state, event→alertHEARTBEAT
/gov review審査constraints.due→review_queueHEARTBEAT
/gov index索引skills[]→INDEX.mdExplicit
/gov verify検証round_trip(source↔compiled)→sync✓∨drift✗Explicit
/gov migrate移行schema.v(n)→schema.v(n+1)Explicit

Arguments

/gov state

ArgumentRequiredDescription
--summaryNoShow summary only (default: full state)
--alertsNoShow pending alerts only

/gov review

ArgumentRequiredDescription
--dueNoShow only due reviews (default)
--allNoShow all constraints with review dates
--completeNoMark review as complete

/gov index

ArgumentRequiredDescription
--pathNoOutput path (default: agentic/INDEX.md)
--formatNoFormat: markdown (default), json

/gov verify

Metadata

Author@leegitw
Stars1656
Views1
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-leegitw-agentic-governance": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#agentic#governance#lifecycle#maintenance#health-checks#observability#compliance#staleness
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.