agentic-governance
Keep your constraints healthy — lifecycle management with automatic staleness detection
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leegitw/agentic-governancegovernance (治理)
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:
- State tracking — know which constraints are active, suspended, or retired
- Periodic reviews — 90-day gates to re-evaluate constraints against current evidence
- 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
| Command | CJK | Logic | Trigger |
|---|---|---|---|
/gov state | 状態 | central_state, event→alert | HEARTBEAT |
/gov review | 審査 | constraints.due→review_queue | HEARTBEAT |
/gov index | 索引 | skills[]→INDEX.md | Explicit |
/gov verify | 検証 | round_trip(source↔compiled)→sync✓∨drift✗ | Explicit |
/gov migrate | 移行 | schema.v(n)→schema.v(n+1) | Explicit |
Arguments
/gov state
| Argument | Required | Description |
|---|---|---|
| --summary | No | Show summary only (default: full state) |
| --alerts | No | Show pending alerts only |
/gov review
| Argument | Required | Description |
|---|---|---|
| --due | No | Show only due reviews (default) |
| --all | No | Show all constraints with review dates |
| --complete | No | Mark review as complete |
/gov index
| Argument | Required | Description |
|---|---|---|
| --path | No | Output path (default: agentic/INDEX.md) |
| --format | No | Format: markdown (default), json |
/gov verify
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leegitw-agentic-governance": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
homestruk-maintenance-triage
Triage tenant maintenance requests by severity, assign priority, identify the right contractor type, estimate costs, and generate work orders. Use when a tenant reports a maintenance issue, when reviewing open work orders, or when assessing property condition. Follows Massachusetts habitability requirements (105 CMR 410).
sealvera
Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SOC 2, or when a user asks about AI decision audit trails, explainability, or SealVera.
decision-ledger
从纪要、聊天或项目材料中提取决策、负责人、截止时间、前提假设与撤销条件。;use for decision, meeting, governance workflows;do not use for 编造不存在的决策, 替代法律审计.
hr-policy-generator
Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.