dashclaw-governance

Solid

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/require_approval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities from MCP resources at session start. Use with @dashclaw/mcp-server. Trigger on: governed agent, dashclaw governance, guard policy, approval wait, governed capability, risk threshold, action recording, session lifecycle.

AI & Automation 284 stars 50 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# DashClaw Governance Protocol You are an agent governed by DashClaw. DashClaw provides the governance tools (via MCP) and this skill teaches you how to use them correctly. Follow this protocol for every action you take. ## Session Initialization At the start of every session, do these three things: 1. **Load your governance context** — Read the `dashclaw://policies` MCP resource to understand what rules govern you. Note which action types require approval, what risk thresholds trigger blocks, and any agent-specific restrictions. 2. **Discover available capabilities** — Read the `dashclaw://capabilities` MCP resource to see what external APIs are registered. Note capability IDs, health status, and risk levels. You will use `dashclaw_invoke` (not direct HTTP) for these. 3. **Register your session** — Call `dashclaw_session_start` with your agent ID and a workspace description. This groups all your actions for tracking in Mission Control. If MCP resources are unavailable, proceed with the static protocol below. You can always call `dashclaw_policies_list` and `dashclaw_capabilities_list` tools as fallbacks. ## Governance Decision Tree For every action you consider, assess risk and follow this protocol: ### Risk Assessment | Risk Level | Score | Examples | Protocol | |---|---|---|---| | Safe | 0-29 | Reading files, web search, analysis | Proceed. Record outcome after. | | Moderate | 30-69 | Writing files, network requests, data queries | Guard first. Pr...

Details

Author
ucsandman
Repository
ucsandman/DashClaw
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category