
Description
Datadog skills for AI agents. Essential monitoring, logging, tracing and observability.
SKILL.md
Datadog Skills
Essential Datadog skills for AI agents.
Core Skills
| Skill | Description |
|---|---|
| dd-pup | Primary CLI - all pup commands, auth, PATH setup |
| dd-monitors | Create, manage, mute monitors and alerts |
| dd-logs | Search logs, pipelines, archives |
| dd-apm | Traces, services, performance analysis |
| dd-docs | Search Datadog documentation |
| dd-llmo | LLM Observability traces, experiments, evals |
| dd-browser-sdk | Browser SDK setup, RUM, Logs, Session Replay, version migration |
| dd-software-delivery | CI/CD workflow skills — unblock PR, triage flaky tests |
| dd-apps | Build Datadog Apps — scaffold, run, upload, publish, CI/CD |
Install
# Install core skills
npx skills add datadog-labs/agent-skills \
--skill dd-pup \
--skill dd-monitors \
--skill dd-logs \
--skill dd-apm \
--skill dd-docs \
--full-depth -y
# Install CI/CD workflow skills
npx skills add datadog-labs/agent-skills \
--skill dd-software-delivery/unblock-pr \
--skill dd-software-delivery/triage-flaky-test \
--full-depth -y
Prerequisites
See Setup Pup for installation and authentication.
Command Execution Policy
Use this order for scoped commands:
- Check context first (conversation, prior outputs, known values).
- Run discovery commands when required values are missing.
- Ask the user only when values remain ambiguous.
- Run the target command after required inputs are known.
- Avoid speculative commands likely to fail.
Quick Reference
| Task | Command |
|---|---|
| Search error logs | pup logs search --query "status:error" --from 1h |
| List monitors | pup monitors list |
| Schedule monitor downtime | pup downtime create --file downtime.json |
| Find slow traces | pup traces search --query "service:api @duration:>500ms" --from 1h |
| Query metrics | pup metrics query --query "avg:system.cpu.user{*}" |
| Check auth | pup auth status |
| Refresh token | pup auth refresh |
Auth
pup auth login # OAuth2 (recommended)
pup auth status # Check token
pup auth refresh # Refresh expired token
Token Expiry: OAuth tokens expire (~1 hour). Run pup auth refresh if commands fail with 401/403.
More Skills
Additional skills available shortly.
npx skills add datadog-labs/agent-skills --list --full-depth
More skills from the agent-skills repository
View all 33 skillsagent-install
install Datadog Agent on Kubernetes
Apr 15DatadogDeploymentKubernetesObservabilityagent-observability-auto-experiment
run iterative code improvements using Datadog data
Jul 18DatadogDebuggingEvalsLLM +1agent-observability-eval-bootstrap
bootstrap evaluators from production traces
Jun 19DatadogEvalsLLMObservabilityagent-observability-eval-pipeline
run agent observability and evaluation pipelines
Jun 19AgentsData PipelineDatadogEvals +1agent-observability-experiment-analyzer
analyze LLM experiment results
Jun 19AnalyticsDatadogEvalsLLM +1agent-observability-experiment-py-bootstrap
generate Python experiment clients for LLM observability
Jun 19DatadogJupyterLLMObservability +1
More from Datadog Labs
View publisheragent-observability-session-classify
evaluate user intent satisfaction in sessions
agent-skills
Jun 19AnalyticsDatadogEvalsLLM +1agent-observability-trace-rca
diagnose LLM application failures from traces
agent-skills
Jun 19DatadogDebuggingEvalsLLM +1datadog-app
build and manage Datadog applications
agent-skills
Jun 18DatadogFrontendReactTypeScript +1dd-apm
query Datadog APM traces
agent-skills
Apr 6DatadogDistributed TracingObservabilityPerformancedd-audit
investigate Datadog Audit Trails
agent-skills
May 8AuditComplianceDatadogObservability +1