pup
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
Works with
--- name: pup description: Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure. license: Apache-2.0 --- # Datadog Pup CLI Rust-based CLI for Datadog APIs. 49 command groups, 300+ subcommands across 53 command modules. ## Install Skills ```bash # Install all skills and agents for the auto-detected AI assistant pup skills install # Or install for a specific platform (claude, cursor, codex, opencode, pi) pup skills install claude pup skills install codex pup skills install cursor # Install for every supported platform at once pup skills install all # Install a single skill by name pup skills install claude --name dd-pup # Default scope is user-global; pass --project to install into the repo pup skills install claude --project # List all available skills pup skills list ``` ## Skills | Skill | Description | |-------|-------------| | **dd-pup** | Primary CLI - all pup commands, auth, site config | | **dd-monitors** | Create, manage, mute monitors and alerts | | **dd-logs** | Search logs, pipelines, archives | | **dd-apm** | Traces, services, performance analysis | | **dd-docs** | Search Datadog documentation via llms.txt | | **dd-code-generation** | CLI vs code-gen decision, multi-language examples | | **dd-file-issue** | Issue routing to correct repo, duplicate search | ## Domain Agents (48) Specialized agents for every Datadog API domain: logs, metrics, dashboards, monitors, APM, security, infrastructure, incidents, and more. ```bash pup skills list --category=agent ``` ## Quick Start ```bash # Install pup brew tap datadog-labs/pack && brew install pup # Authenticate pup auth login # Install skills for your AI assistant pup skills install ```
More Observability skills
google-agents-cli-observability
google/agents-cli
>
azure-observability
microsoft/azure-skills
Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports. USE FOR: Azure Monitor, Application Insights, Log Analytics, Alerts, Workbooks, metrics, APM, distributed tracing, KQL queries, interactive reports, observability, monitoring dashboards. DO NOT USE FOR: instrumenting apps with App Insights SDK (use appinsights-instrumentation), querying Kusto/ADX clusters (use azure-kusto), cost analysis (use azure-cost-optimization).
workers-best-practices
cloudflare/skills
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

