Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manage incidents in Datadog Incident Management.
.claude/skills/automateyournetwork-datadog-incidents/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -15% | 0% |
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.
Other measured skills in the registry, with their headline benchmark lift.