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
Create downtime pup downtime create --file downtime.json
Find slow traces pup traces search --query="@duration:>500000000" --from="1h"
List incidents pup incidents list
Query metrics pup metrics query --query "avg:system.cpu.user{*}"
List hosts pup infrastructure hosts list
Check SLOs pup slos list
On-call teams pup on-call teams list
Security signals pup security signals list --query "*" --from 24h
Inspect runtime values pup debugger probes create --service my-svc --env prod --probe-location "com.example.MyClass:myMethod" or "com.example.MyClass:myMethod(String, int)"
Related skills
Installs
5
GitHub Stars
741
First Seen
Mar 9, 2026