DashClaw
Approval gates, policy enforcement, and audit trails for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install DashClaw?โผ
Run `npx skills add ucsandman/DashClaw --all -g -y` in your terminal to install all skills in this suite globally.
How to stop an AI agent from running destructive commands?โผ
DashClaw sits between the agent's decision and tool execution, scoring each action against your policies and blocking or freezing high-risk calls until a human approves them.
Can I approve agent actions remotely?โผ
Yes. Pending actions appear in the Approvals inbox and can be approved or denied from the web dashboard, CLI, a phone PWA, Telegram, or Discord.
Does DashClaw work with Claude Code and Codex?โผ
Yes. It ships PreToolUse hooks for Claude Code, Codex, and Hermes, plus an MCP server and Node and Python SDKs for any other runtime.
Does DashClaw keep an audit trail of agent actions?โผ
Yes. Every decision is written to a signed, replayable ledger with Ed25519 receipts that anyone can verify, and it supports SOC 2, NIST AI RMF, and EU AI Act compliance exports.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core