dd-pup

Installation
SKILL.md

pup (Datadog CLI)

Pup CLI for Datadog API operations. Supports OAuth2 and API key auth.

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 recent slow traces for a service (last 1h) pup traces search --query "service:<service-name> @duration:>500ms" --from 1h
List incidents pup incidents list --limit 50
Import incident payload pup incidents import --file incident.json
Query metrics pup metrics query --query "avg:system.cpu.user{*}"
List hosts pup infrastructure hosts list --count 50
Check SLOs pup slos list
On-call teams pup on-call teams list
Triage open critical security signals (last 1h) pup security signals list --query "status:open severity:critical" --from 1h --limit 100
Related skills
Installs
655
GitHub Stars
105
First Seen
Feb 26, 2026