datadog

Query the Datadog Logs API to fetch, filter, and correlate log events.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill datadog-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog
Source: https://github.com/nexu-io/nexu/tree/main/skills/localdev/datadog
Command: npx skills add https://github.com/nexu-io/nexu --skill datadog-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid investigation of production issues by querying the Datadog Logs API to fetch, filter, and correlate log events.

Core Features & Use Cases

  • Open and search Datadog Logs with API authentication to surface relevant errors, warnings, and event sequences.
  • Support incident investigations, post-mortem analyses, and performance troubleshooting by retrieving time-bound logs and key attributes.
  • Use case: When a production alert fires, pull recent log events for the affected service to identify error codes and downstream impact.

Quick Start

Ask the user for their Datadog API keys and run a sample query to fetch recent error events.

Frequently Asked Questions about datadog

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

FAQPage Schema
How do I investigate production issues using Datadog logs?

Query the Datadog Logs API to fetch, filter, and correlate log events for production issues. This retrieves time-bound logs and key attributes to surface relevant errors and warnings during incident investigations.

What do I need to query Datadog logs for incident investigations?

Querying Datadog logs for incident investigations requires valid Datadog API keys. You must ensure both DD_API_KEY and DD_APP_KEY are available and credentials are handled securely before retrieving log events.

Can I filter and correlate Datadog log events for error analysis?

Yes, you can filter and correlate Datadog log events for error analysis. The Skill retrieves time-bound logs and applies filtering and correlation to identify error codes and downstream impact during post-mortem analyses.

What's the best way to retrieve time-bound logs for performance troubleshooting?

The best way to retrieve time-bound logs for performance troubleshooting is querying the Datadog Logs API. It fetches relevant log events and key attributes to pinpoint error codes and event sequences affecting service performance.

Why do I need both DD_API_KEY and DD_APP_KEY to search Datadog logs?

You need both DD_API_KEY and DD_APP_KEY to authenticate Datadog Logs API requests. Valid credentials are required to securely query the API and fetch log events for your incident investigations.