What problem does it solve? Working with Datadog requires either memorizing API endpoints and client library syntax or manually running one-off queries. This Skill bridges both needs by executing immediate Datadog operations via the pup CLI and generating ready-to-use integration code in five languages. ## Core Features & Use Cases - Immediate CLI Execution: Run pup commands to query metrics, search logs, list monitors, manage dashboards, SLOs, incidents, and 30+ other Datadog domains with JSON, YAML, or table output. - Multi-Language Code Generation: Produce complete, runnable examples using official Datadog API clients for TypeScript, Python, Java, Go, and Rust, including authentication setup and error handling. - Use Case: A developer needs to alert on error rates. First, they test the query with pup logs search --query="status:error" --from="1h", then ask for a Python script using datadog-api-client to embed the same query in their deployment pipeline. ## Quick Start Ask the assistant to query Datadog metrics for the last hour or generate a Python script that searches error logs using the Datadog API client.