dashclaw-platform-intelligence

Instrument agents with the DashClaw SDK and troubleshoot platform errors.

291|49|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ucsandman/DashClaw --skill dashclaw-platform-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashclaw-platform-intelligence
Source: https://github.com/ucsandman/DashClaw/tree/main/.claude/skills/dashclaw-platform-intelligence
Command: npx skills add https://github.com/ucsandman/DashClaw --skill dashclaw-platform-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive expertise on the DashClaw platform, enabling users to effectively integrate, manage, and troubleshoot their AI agent governance infrastructure.

Core Features & Use Cases

  • Agent Integration: Guides users through instrumenting their agents with the DashClaw SDK for action recording, policy enforcement, and real-time event handling.
  • Troubleshooting: Assists in diagnosing and resolving common DashClaw errors (401, 403, 429, 503) and unexpected behaviors.
  • Platform Development: Provides guidance on adding new capabilities to the DashClaw platform itself, including API route scaffolding and SDK updates.
  • Use Case: An AI engineer needs to integrate their new agent with DashClaw for security monitoring. They can use this Skill to get step-by-step instructions on installing the SDK, instrumenting decision points, and configuring environment variables.

Quick Start

Use the dashclaw-platform-intelligence skill to instrument my Node.js agent with DashClaw.

Frequently Asked Questions about dashclaw-platform-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate my AI agent with DashClaw for security monitoring?

To integrate DashClaw agent instrumentation, install the SDK, instrument decision points for action recording, and configure environment variables to enforce policies and handle real-time events.

Why does my DashClaw integration return a 403 or 429 error?

DashClaw 403 and 429 errors typically stem from policy engine restrictions or rate limits. Diagnose the auth chain and policy configurations to identify the specific enforcement rule blocking requests.

What is the best way to add new API routes to the DashClaw platform?

The best way to add DashClaw API routes is through scaffolding. This platform development process extends the architecture's capabilities while maintaining the existing auth chain and event handling logic.

Can I use DashClaw for real-time policy enforcement on Node.js agents?

Yes, DashClaw supports real-time policy enforcement for Node.js agents. The SDK instruments decision points to record actions and apply policy engine rules dynamically during agent execution.

How does the DashClaw auth chain handle unexpected agent behaviors?

The DashClaw auth chain validates agent identities and enforces policy engine rules. Troubleshooting unexpected behaviors requires tracing this auth chain to ensure proper SDK instrumentation and policy design compliance.