datadog-analyser
Installation
SKILL.md
Datadog Analyser
Investigate and analyse Datadog observability data using the pup CLI.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- QUERY: what to analyse.
- SINCE: (optional) UTC ISO8601 start of analysis window. When provided, convert to epoch seconds for
pup--fromflags (e.g.date -d "2026-03-20T02:30:00Z" +%son Linux, ordate -jf "%Y-%m-%dT%H:%M:%SZ" "2026-03-20T02:30:00Z" +%son macOS). - UNTIL: (optional) UTC ISO8601 end of analysis window. When provided, convert to epoch seconds for
pup--toflags where supported; otherwise omit (defaults to now). - SERVICE_HINT: (optional) Service name to prioritise in queries (filter monitors, logs, APM by this service first).
System Requirements
pupCLI installed — see https://github.com/datadog-labs/pup/blob/main/README.mdDD_API_KEYandDD_APP_KEYenvironment variables set. Important: When checking these variables, verify at least 2 times before concluding they are not set. Environment variables can appear unset due to shell context differences. Never expose the values — use existence checks only (e.g.test -n "$DD_API_KEY").DD_SITEset if not usingdatadoghq.com(optional)