dd-pup

dd-pup is a skill for Claude Code, Codex from neverinfamous/mysql-mcp. It costs 18 tokens per session (2,745 once invoked), scanned A, a copy of dd-pup, MIT.

A command-line tool for working with Datadog, a service that stores application logs, metrics, traces, incidents, and monitoring alerts.

In plain words
What is it for?
Use it to search error logs, inspect slow traces and metrics, list monitors and incidents, manage downtime, review security or audit logs, and check service-level objectives.
Why use it?
It lets developers investigate production problems and manage monitoring data from the terminal instead of handling each task manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search error logs, inspect slow traces and metrics, list monitors and incidents, manage downtime, review security or audit logs, and check service-level objectives.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neverinfamous/mysql-mcp/dd-pup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add neverinfamous/mysql-mcp --skill dd-pup
Clone the repo
git clone --depth 1 https://github.com/neverinfamous/mysql-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dd-pup

README.md
[![agentmods](https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/dd-pup/github.svg)](https://agentmods.dev/skills/neverinfamous/mysql-mcp/dd-pup)
Your own site
<a href="https://agentmods.dev/skills/neverinfamous/mysql-mcp/dd-pup"><img src="https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/dd-pup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dd-pup

Your own site · 80×15
<a href="https://agentmods.dev/skills/neverinfamous/mysql-mcp/dd-pup"><img src="https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/dd-pup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.02745
Opus 5 $0.00009 $0.01373
Sonnet 5 $0.00004 $0.00549
Haiku 4.5 $0.00002 $0.00275

Measured 10d ago against content hash d8332bbf6010, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

dd-pup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

91% identical to dd-pup — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/datadog/dd-pup/SKILL.md · 325 lines

How it starts

The opening of the file, as written. The whole thing — 325 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pup (Datadog CLI)

Pup CLI for Datadog API operations. Supports OAuth2 and API key auth.

Quick Reference

Task Command
Search error logs pup logs search --query "status:error" --from 1h
List monitors pup monitors list
Schedule monitor downtime pup downtime create --file downtime.json
Find recent slow traces for a service (last 1h) pup traces search --query "service:<service-name> @duration:>500ms" --from 1h
List incidents pup incidents list --limit 50
Import incident payload pup incidents import --file incident.json
Query metrics pup metrics query --query "avg:system.cpu.user{*}"
List hosts pup infrastructure hosts list --count 50
Check SLOs pup slos list
On-call teams pup on-call teams list
Triage open critical security signals (last 1h) pup security signals list --query "status:open severity:critical" --from 1h --limit 100
Search audit logs pup audit-logs search --query "@action:deleted" --from 24h
Audit activity by user pup audit-logs search --query "@usr.email:[email protected]" --from 7d
Investigate API key pup audit-logs search --query "@metadata.api_key.id:KEY_ID" --from 90d
Check auth pup auth status
Token expiry (time left) pup auth status
Refresh token pup auth refresh

Prerequisites

Install pup using the setup instructions.

Required Input Resolution

For commands that need specific scope values (<env>, <service-name>, <team-id>, resource IDs), use this order:

  1. Check context first (conversation history, prior command output, saved variables).
  2. If missing, run a discovery command first (list/search) to get valid values.
  3. If still missing or ambiguous, ask the user to confirm the exact value.
  4. Then run the target command.
  5. Never run commands with unresolved placeholders like <env> or <monitor-id>.

Read the full file on GitHub · 325 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 325 lines · 18 tokens per session scan A d8332bbf6010

Subscribe to this mod's changes

dd-pup is a skill published in the GitHub repository neverinfamous/mysql-mcp (10 stars, last pushed 3d ago), licensed MIT. It adds 18 tokens to every session and 2,745 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to dd-pup, differing in 14 lines, and is treated as a copy.

Related

Other skills, from other repositories

dory

Use Dory as the official AI-native SQL workspace for agents. Use when the user asks to inspect or analyze databases, explore unknown schemas, debug data issues, run read-only SQL through Dory MCP, manage Dory Agent Runs, create or update SQL workspace tabs, work with saved queries, preserve query results, or hand SQL…

dorylab/dory · 80 tokens

sqlike

Check SQL with sqlike — deterministic static analysis (validity, anti-patterns, rewrites, index advice) and query-equivalence verification. Use whenever you write, edit, review, or rewrite a SQL query, or need to prove two queries return the same results. Requires the sqlike MCP server (@sqlike/mcp) or the sqlike CLI…

orifisher2/sqlike · 81 tokens

taiyi-ui-design

A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.

Dong90/oh-my-taiyiforge · 35 tokens

ln-62-repository-publisher

Commits, pushes, and remotely verifies authorized repository changes. Not for releases, package publication, or announcements.

levnikolaevich/claude-code-skills · 30 tokens

remove

Remove a deployed framework or addon from the current workspace.

jmagly/aiwg · 12 tokens

maggy

Maggy is a local AI engineering command center. AI-prioritized inbox across issue trackers (GitHub Issues/Asana), one-click TDD execute with iCPG context enrichment, daily competitor intelligence briefing.

alinaqi/maggy · 46 tokens