Query Datadog monitors, dashboards, and metrics
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill datadog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Datadog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-datadog)More formats (shields.io, HTML) on the badges page.
---
name: datadog
description: Query Datadog monitors, dashboards, and metrics
activation_keywords: [datadog, monitor, dashboard, metric, apm, log, trace]
execution_mode: server
---
# Datadog Skill
Provides read-only Datadog operations via HTTP API:
- List and search monitors
- Get monitor details and status
- List dashboards
- Query metrics
- List incidents
- List SLOs
Use `builtin_datadog` tool with fields:
- `operation`: one of "list_monitors", "get_monitor", "list_dashboards", "query_metrics", "list_incidents", "list_slos"
- `monitor_id`: monitor ID (required for get_monitor)
- `dd_site`: Datadog site (default: "datadoghq.com", use "datadoghq.eu" for EU)
- `api_key`: Datadog API key (from DD_API_KEY env var if not provided)
- `app_key`: Datadog Application key (from DD_APP_KEY env var if not provided)
- `query`: metric query (required for query_metrics, e.g. "avg:system.cpu.user{*}by{host}")
- `per_page`: results per page (default: 20)
Note: All operations are read-only.
API keys are used only for this request and never logged.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.