workspace/skills/datadog-incidents/SKILL.md
Manage incidents in Datadog Incident Management.
npx skillsauth add automateyournetwork/netclaw datadog-incidentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage incidents in Datadog Incident Management.
| Tool | Description |
|------|-------------|
| list_incidents | List incidents with optional filters |
| get_incident | Get detailed incident information |
| create_incident | Create a new incident (read-only by default) |
| update_incident | Update incident status or fields (read-only by default) |
List all active incidents
→ list_incidents(status="active")
Get details of a specific incident
→ get_incident(incident_id="INC-12345")
List recent network-related incidents
→ list_incidents(tags=["service:network"], time_range="7d")
List SEV1 incidents from the past month
→ list_incidents(severity="SEV-1", time_range="30d")
list_incidents(status="active")get_incident(incident_id="INC-12345")list_incidents(tags=["service:network"])list_incidents(severity="SEV-1,SEV-2")get_incident(incident_id="INC-12345")DD_API_KEY Datadog API keyDD_APP_KEY Datadog application keyDD_SITE Datadog site (optional, defaults to datadoghq.com)This skill uses the datadog-mcp server via remote MCP transport.
tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.