npx skills add ...
npx skills add datadog-labs/agent-skills --skill agent-skills
npx skills add datadog-labs/agent-skills --skill agent-skills
Datadog skills for AI agents. Essential monitoring, logging, tracing and observability.
Essential Datadog skills for AI agents.
| 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 |
See Setup Pup for installation and authentication.
Use this order for scoped commands:
| 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 |
Token Expiry: OAuth tokens expire (~1 hour). Run pup auth refresh if commands fail with 401/403.
Additional skills available shortly.
pup auth login # OAuth2 (recommended)
pup auth status # Check token
pup auth refresh # Refresh expired tokennpx skills add datadog-labs/agent-skills --list --full-depth