datadog-cli

Query Datadog logs, traces, patterns, and metrics via CLI.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Bigdrops/bigdrops-app --skill datadog-cli-bigdrops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog-cli
Source: https://github.com/Bigdrops/bigdrops-app/tree/main/.agents/skills/datadog-cli
Command: npx skills add https://github.com/Bigdrops/bigdrops-app --skill datadog-cli-bigdrops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datadog-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the need for efficient debugging and issue resolution by leveraging the Datadog observability suite, simplifying the process of analyzing logs, metrics, and dashboards.

Core Features & Use Cases

  • Log Search: Perform in-depth log queries with Datadog syntax.
  • Real-time Tail: Monitor logs as they are generated.
  • Trace Analysis: Trace distributed requests across services.
  • Pattern Detection: Automatically identify similar log messages.
  • Metrics Query: Query metrics with PromQL-style syntax.
  • Dashboard Management: List, create, update, and delete dashboards.
  • Use Case: When encountering an application error, use this skill to trace the issue through logs, metrics, and dashboards, leading to faster problem resolution.

Quick Start

Use the datadog-cli skill to search for error logs from the last 24 hours.

Frequently Asked Questions about datadog-cli

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

FAQPage Schema
How do I search Datadog logs to trace an application error?

You can query Datadog metrics using PromQL-style syntax to retrieve specific performance data. This allows for detailed analysis of system health and behavior across your infrastructure.

Can I monitor Datadog logs in real-time?

Yes, you can monitor Datadog logs in real-time by using the real-time tailing feature. This allows you to watch logs as they are generated to immediately detect anomalies and issues.

What do I need to configure before querying Datadog metrics and traces?

Before querying Datadog metrics and traces, you need the datadog-cli tool installed and configured with the necessary API keys. This setup ensures secure access to your observability data.

Does this approach support detecting patterns in similar Datadog log messages?

Yes, the skill supports pattern detection to automatically identify similar Datadog log messages. This helps group related errors and streamline the debugging process for IT professionals.

How do I manage Datadog dashboards during an incident response?

You can list, create, update, and delete Datadog dashboards directly using the skill's dashboard management capabilities. This provides immediate visibility into system metrics during incident response.