datadog-incidents

Manage incidents in Datadog Incident Management via remote MCP tools.

650|182|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill datadog-incidents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog-incidents
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/datadog-incidents
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill datadog-incidents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network and operations teams need a fast way to query, investigate, and track incidents in Datadog Incident Management without switching to the Datadog UI, especially during active outages and post-incident reviews.

Core Features & Use Cases

  • Incident Listing and Filtering: List incidents filtered by status, severity, tags, and time range to find active or historical incidents quickly.
  • Incident Detail Retrieval: Get full incident details including timelines, related monitors, and affected services for investigation.
  • Incident Creation and Updates: Create new incidents and update status or fields, operating in read-only mode by default for safety.
  • Use Case: During a network outage, list all SEV-1 incidents tagged with service:network from the past 30 days, pull the timeline of a specific incident, and document findings for a post-incident review.

Quick Start

Ask the agent to list all active Datadog incidents and show the details of the most recent SEV-1 incident.

Frequently Asked Questions about datadog-incidents

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

FAQPage Schema
How do I list active incidents in Datadog?

Use the list_incidents tool with status set to active. You can further filter by severity, tags such as service:network, and time ranges like 7d or 30d to narrow results.

How do I get details of a specific Datadog incident?

Call get_incident with the incident ID, for example INC-12345. It returns detailed incident information including the timeline and related monitors for investigation.

What credentials does the Datadog incidents integration need?

It requires a DD_API_KEY and DD_APP_KEY environment variable, plus an optional DD_SITE variable that defaults to datadoghq.com. The skill connects through the datadog-mcp server via remote MCP transport.

Can I create or update Datadog incidents with this skill?

Yes, create_incident and update_incident are available, but NetClaw operates in read-only mode by default for safety. Write operations may also require additional Datadog permissions and should follow your organization's incident process.

How do I track network outages using Datadog incidents?

Search incidents with tags like service:network and filter by severity such as SEV-1 or SEV-2. Then review affected services, dependencies, and timelines to track MTTR and resolution patterns.