From 688b9ce0df4b78d864145d66f9ab7f86977c6be2 Mon Sep 17 00:00:00 2001 From: Wes Sander Date: Tue, 17 Mar 2026 15:03:30 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20add=20dashclaw-agent=20=E2=80=94=20AI?= =?UTF-8?q?=20agent=20governance=20expert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DashClaw Agent is the definitive expert on DashClaw, the decision infrastructure and policy firewall for AI agents. 8 skills covering SDK integration, policy creation, approvals, troubleshooting, codebase contribution, compliance, drift, and self-registration. Co-Authored-By: Claude Opus 4.6 --- agents/ucsandman__dashclaw-agent/README.md | 35 +++++++++++++++++++ .../ucsandman__dashclaw-agent/metadata.json | 15 ++++++++ 2 files changed, 50 insertions(+) create mode 100644 agents/ucsandman__dashclaw-agent/README.md create mode 100644 agents/ucsandman__dashclaw-agent/metadata.json diff --git a/agents/ucsandman__dashclaw-agent/README.md b/agents/ucsandman__dashclaw-agent/README.md new file mode 100644 index 0000000..f29528a --- /dev/null +++ b/agents/ucsandman__dashclaw-agent/README.md @@ -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 +``` diff --git a/agents/ucsandman__dashclaw-agent/metadata.json b/agents/ucsandman__dashclaw-agent/metadata.json new file mode 100644 index 0000000..2e79c32 --- /dev/null +++ b/agents/ucsandman__dashclaw-agent/metadata.json @@ -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 +}