Skip to content
OpenSmartRoute
Skillv1.0.0

pup

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

by DataDog(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from DataDog/pup (SKILL.md). Install upstream with npx skills add DataDog/pup. Copyright stays with the author.

Datadog Pup CLI

Rust-based CLI for Datadog APIs. 49 command groups, 300+ subcommands across 53 command modules.

Install Skills

# 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.

pup skills list --category=agent

Quick Start

# Install pup
brew tap datadog-labs/pack && brew install pup

# Authenticate
pup auth login

# Install skills for your AI assistant
pup skills install

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/datadog-pup-pup/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

datadog-pup-pup.ocm.jsonjson
{
  "ocm": "1",
  "id": "datadog-pup-pup",
  "kind": "skill",
  "name": "pup",
  "description": "Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.",
  "publisher": "DataDog",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "datadog",
      "cli",
      "monitoring",
      "logs",
      "apm",
      "metrics",
      "security",
      "infrastructure",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/DataDog/pup",
      "path": "SKILL.md",
      "ref": "a148d034feb82c5864733d43a046175e562cc4c3",
      "url": "https://github.com/DataDog/pup/blob/a148d034feb82c5864733d43a046175e562cc4c3/SKILL.md",
      "key": "DataDog/pup/SKILL.md"
    }
  },
  "instructions": "# Datadog Pup CLI\n\nRust-based CLI for Datadog APIs. 49 command groups, 300+ subcommands across 53 command modules.\n\n## Install Skills\n\n```bash\n# Install all skills and agents for the auto-detected AI assistant\npup skills install\n\n# Or install for a specific platform (claude, cursor, codex, opencode, pi)\npup skills install claude\npup skills install codex\npup skills install cursor\n\n# Install for every supported platform at once\npup skills install all\n\n# Install a single skill by name\npup skills install claude --name dd-pup\n\n# Default scope is user-global; pass --project to install into the repo\n",
  "cost": {
    "context_tokens": 395
  }
}

Fetch it by URL: GET /api/v1/registry/datadog-pup-pup/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.