pup
v0.62.0Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
by DatadogApache-2.0975updated 1 day ago
Source
git clone https://github.com/DataDog/pupClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/dd-apm/SKILL.md├── skills/dd-code-generation/SKILL.md├── skills/dd-debugger/SKILL.md├── skills/dd-docs/SKILL.md├── skills/dd-file-issue/SKILL.md├── skills/dd-logs/SKILL.md├── skills/dd-monitors/SKILL.md├── skills/dd-pup/SKILL.md├── skills/dd-symdb/SKILL.md├── skills/dd-triage-flaky-test/SKILL.md├── skills/dd-unblock-pr/SKILL.md└── SKILL.md
Skills12
APM - traces, services, dependencies, performance analysis.
Use pup CLI for immediate Datadog operations or generate code for integration into applications
Live Debugger - inspect runtime argument/variable values in production by placing log probes on methods. Use when asked what values a function receives, what parameters look like at runtime, or to capture live data from running services without redeploying.
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
File GitHub issues to the right repository (pup CLI or plugin)
Log management - search, pipelines, archives, and cost control.
Monitor management - create, update, mute, and alerting best practices.
Datadog CLI (pup). OAuth2 auth with token refresh.
Symbol Database - search service symbols, find probe-able methods.
Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.
Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
Manifests2
{
"name": "pup",
"version": "0.62.0",
"description": "Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.",
"author": {
"name": "Datadog",
"email": "support@datadoghq.com"
},
"repository": "https://github.com/DataDog/pup",
"license": "Apache-2.0",
"keywords": [
"datadog",
"monitoring",
"logs",
"apm",
"metrics",
"security",
"infrastructure"
],
"skills": "./skills/"
}{
"name": "pup",
"version": "0.25.0",
"description": "Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.",
"author": {
"name": "Datadog",
"email": "support@datadoghq.com"
},
"repository": "https://github.com/DataDog/pup",
"license": "Apache-2.0",
"keywords": [
"datadog",
"monitoring",
"logs",
"apm",
"metrics",
"security",
"infrastructure"
]
}