Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions agents/ucsandman__dashclaw-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# DashClaw Agent

The definitive expert on [DashClaw](https://github.com/ucsandman/DashClaw) — the decision infrastructure and policy firewall for AI agents.

## What it does

Helps developers integrate, configure, troubleshoot, and build DashClaw. Covers both using DashClaw (SDK integration, policies, approvals, compliance) and contributing to the DashClaw codebase.

**Meta twist:** This agent governs itself on DashClaw. An agent for the agent governance platform, governed by the platform it represents.

## Skills

| Skill | Description |
|-------|-------------|
| **instrument-agent** | Add DashClaw SDK to any agent (4-step governance loop) |
| **create-policies** | Create guard policies (risk thresholds, approval gates, guardrails) |
| **setup-dashclaw** | Set up DashClaw instance, CLI tool, and Claude Code hooks |
| **manage-approvals** | Human-in-the-loop approval workflows (dashboard, CLI, SSE) |
| **troubleshoot** | Debug errors (401/403/429/503), signals, and misconfigurations |
| **build-dashclaw** | Contribute to codebase (architecture, 12-step scaffold, tests, CI) |
| **compliance-drift-evals** | Compliance exports, drift detection, evaluations, scoring, learning |
| **register-on-dashclaw** | Register any agent as a governed entity on DashClaw |

## Knowledge

- Full API reference (7 core routes + extensions)
- V2 SDK reference (5-method surface, Node.js + Python)
- V1 Legacy SDK reference (187 methods, 31 categories)
- System architecture (3-tier, tech stack, database schema)

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/ucsandman/dashclaw-agent
```
15 changes: 15 additions & 0 deletions agents/ucsandman__dashclaw-agent/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "dashclaw-agent",
"author": "ucsandman",
"description": "The definitive DashClaw expert — helps developers integrate, configure, troubleshoot, and build the AI agent governance platform. Governs itself on DashClaw.",
"repository": "https://github.com/ucsandman/dashclaw-agent",
"path": "",
"version": "1.0.0",
"category": "governance",
"tags": ["dashclaw", "governance", "ai-agents", "security", "compliance", "policy-firewall", "sdk", "hitl"],
"license": "MIT",
"model": "claude-opus-4-6",
"adapters": ["claude-code", "system-prompt"],
"icon": false,
"banner": false
}