governed-delegationPolicy-guided governed delegation for subagent use. Use when deciding whether to delegate, which model tier is allowed, whether execution must fail closed, o...
Install via ClawdBot CLI:
clawdbot install joaodriessen/governed-delegationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 6, 2026
A financial institution delegates the generation of regulatory reports to subagents, ensuring only approved model tiers (e.g., CODEX) are used and all actions are auditable. Fail-closed prevents report generation if policy compliance cannot be verified.
A hospital system uses governed delegation to process patient records through subagents, with strict model-tier requirements to protect sensitive data. Critical writes are enforced to fail closed if the execution envelope is violated.
A law firm delegates document review to subagents with deterministic execution for bounded tasks (e.g., clause extraction) and GPT for ambiguity resolution. Governance ensures model-tier compliance and audit trails.
An online retailer delegates inventory updates to subagents, using MINIMAX only for low-risk read-only tasks. Critical writes are guarded by fail-closed policies to prevent erroneous stock changes.
Offer governed delegation as a service to clients requiring auditable subagent workflows for regulated industries. Revenue from subscription fees tied to policy enforcement and audit logging.
License the skill as part of an AI governance platform for enterprises to manage model-tier assignments and fail-closed policies. Revenue from platform licensing and per-seat fees.
Create a marketplace where governed subagents are offered with guaranteed policy compliance, charging transaction fees per delegation call. Revenue from commission on each delegation.
💬 Integration Tip
Integrate the governed-delegation helper as a gating step before any subagent spawn request, ensuring policy checks are not bypassed by direct runtime calls.
Scored May 6, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
A unified OpenClaw skill that merges self-improvement and proactivity: learn from corrections, maintain active state, recover context fast, and keep work mov...
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
Associative memory with spreading activation for persistent, intelligent recall. Use PROACTIVELY when: (1) You need to remember facts, decisions, errors, or...