datadog

Query Datadog logs, traces, and service dependencies via API scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MoeGolibrary/moego-ai-plugin --skill datadog-moegolibrary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datadog
Source: https://github.com/MoeGolibrary/moego-ai-plugin/tree/main/skills/datadog
Command: npx skills add https://github.com/MoeGolibrary/moego-ai-plugin --skill datadog-moegolibrary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dateutil, curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly find and analyze information within Datadog, streamlining the process of debugging production issues and understanding service behavior.

Core Features & Use Cases

  • Log Querying: Search and retrieve logs from Datadog, supporting both recent and historical data.
  • Trace Analysis: Fetch and display detailed information about specific traces, including spans and their attributes.
  • Service Dependency Mapping: Visualize the upstream and downstream dependencies of a given service.
  • Use Case: When a user reports an error in the moego-api-v3 service, this Skill can be used to fetch the relevant logs and traces to pinpoint the root cause.

Quick Start

Use the datadog skill to query logs for 'service:moego-api-v3 status:error' from the last hour.

Frequently Asked Questions about datadog

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

FAQPage Schema
How do I query Datadog logs to debug production issues?

Query Datadog logs by executing dedicated scripts that search and retrieve specific log events using your API and App keys. You can fetch recent or historical data to pinpoint the root cause of production errors.

Can I fetch detailed trace spans from Datadog to analyze service behavior?

Yes, you can fetch detailed trace data from Datadog using provided scripts to display specific traces, including individual spans and their attributes, to help analyze service behavior during incidents.

What is the best way to visualize upstream and downstream service dependencies in Datadog?

Visualize service dependencies by running the service dependency mapping scripts included in this Skill, which query Datadog to map and display the upstream and downstream interconnections of a given service.

Do I need Datadog API and App keys to query logs and traces?

Yes, Datadog API and App keys are required for authentication. The scripts use these keys with tools like curl and Python requests to securely interact with the Datadog API and retrieve your data.

How do I retrieve error logs for a specific service from the last hour?

Retrieve error logs by running the log querying script with a search query like 'service:moego-api-v3 status:error' and specifying a one-hour time window to fetch the relevant events from Datadog.