wk-datadog
Installation
SKILL.md
Datadog
Manage Datadog dashboards, monitors, SLOs, and notebooks via the pup CLI —
Datadog's agent-ready CLI over 30+ API domains. Prefer pup over raw REST/curl
and over the Datadog MCP server.
Step 1: Authenticate
- Verify auth first:
pup auth status. Only prompt if it reports unauthenticated. - Two auth modes — either satisfies:
- OAuth2 (preferred, interactive): ask the user to run
pup auth login(opens a browser). - API keys (headless/CI): env vars below.
- OAuth2 (preferred, interactive): ask the user to run
pup auth status || echo "Run: pup auth login (or set DD_API_KEY + DD_APP_KEY)"