plugins marketplace
← All plugins

pup

v0.62.0

Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.

CodexClaude Code12 skills

by DatadogApache-2.0975updated 1 day ago

Source

git clone https://github.com/DataDog/pup

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

pup/
├── .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

dd-apmskills/dd-apm/SKILL.md

APM - traces, services, dependencies, performance analysis.

dd-code-generationskills/dd-code-generation/SKILL.md

Use pup CLI for immediate Datadog operations or generate code for integration into applications

dd-debuggerskills/dd-debugger/SKILL.md

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.

dd-docsskills/dd-docs/SKILL.md

Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.

dd-file-issueskills/dd-file-issue/SKILL.md

File GitHub issues to the right repository (pup CLI or plugin)

dd-logsskills/dd-logs/SKILL.md

Log management - search, pipelines, archives, and cost control.

dd-monitorsskills/dd-monitors/SKILL.md

Monitor management - create, update, mute, and alerting best practices.

dd-pupskills/dd-pup/SKILL.md

Datadog CLI (pup). OAuth2 auth with token refresh.

dd-symdbskills/dd-symdb/SKILL.md

Symbol Database - search service symbols, find probe-able methods.

dd-triage-flaky-testskills/dd-triage-flaky-test/SKILL.md

Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.

dd-unblock-prskills/dd-unblock-pr/SKILL.md

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.

pupSKILL.md

Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.

Manifests2

.codex-plugin/plugin.json
{
  "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/"
}
.claude-plugin/plugin.json
{
  "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"
  ]
}