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.
npx agentmods add skills/neverinfamous/mysql-mcp/datadognpx skills add neverinfamous/mysql-mcp --skill datadoggit clone --depth 1 https://github.com/neverinfamous/mysql-mcpWrote 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.
[](https://agentmods.dev/skills/neverinfamous/mysql-mcp/datadog)<a href="https://agentmods.dev/skills/neverinfamous/mysql-mcp/datadog"><img src="https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/datadog.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00100 | $0.02474 |
| Opus 5 | $0.00050 | $0.01237 |
| Sonnet 5 | $0.00020 | $0.00495 |
| Haiku 4.5 | $0.00010 | $0.00247 |
Grade A, and why
datadog scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `grafana/loki:3.6+` | **Distroless** — no `/bin/sh`, `wget`, `grep` | `healthcheck: { disable: true }` (validate via external script) | How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Datadog Skills
Unified guide for interacting with Datadog via the pup CLI.
[!CAUTION] HITL GATE: Stop and ask the user for explicit confirmation before:
- Creating or modifying downtimes (
pup downtime create)- Muting/deleting monitors
- Any operation that modifies production alerting state
Secrets: NEVER log, echo, or commit
DD_API_KEYorDD_APP_KEY. Use env vars exclusively.
Before performing any Datadog operations via CLI, ensure the required authentication variables are set:
- DD_API_KEY: Datadog API key
- DD_APP_KEY: Datadog Application key
- DD_SITE: Datadog site (e.g.,
datadoghq.com,us5.datadoghq.com)
If any are missing or unclear, ask the user to provide them.
Utilize the pup CLI for Datadog interactions.
Command Execution Policy
- Check context first (conversation, prior outputs, known values).
- Run discovery commands when required values are missing.
- Ask the user only when values remain ambiguous.
- Run the target command after required inputs are known.
- Avoid speculative commands likely to fail.
Quick Reference
| Task | Command |
|---|---|
| Search error logs | pup logs search --query "status:error" --from 1h |
| List monitors | pup monitors list |
| Schedule downtime | pup downtime create --file downtime.json |
| Find slow traces | pup traces search --query "service:api @duration:>500ms" --from 1h |
| Query metrics | pup metrics query --query "avg:system.cpu.user{*}" |
| Check auth | pup auth status |
| List dashboards | pup dashboards list -o json |
| Get dashboard | pup dashboards get <id> -o json |
| Update dashboard | pup dashboards update <id> --file <file.json> -y |
Key Flags
| Flag | Purpose |
|---|---|
-o json |
Output format (json, table, yaml, csv) |
--jq "<expr>" |
Filter output through a jq expression (applied before formatting) |
-y |
Auto-approve destructive operations (non-interactive) |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 43 B
- agent-observability/agent-observability-eval-bootstrap/SKILL.md 97 KB
- agent-observability/agent-observability-eval-pipeline/scripts/.gitignore 19 B
- agent-observability/agent-observability-eval-pipeline/scripts/load_env.py 2.5 KB runs code
- agent-observability/agent-observability-eval-pipeline/scripts/publish_dataset.py 4.4 KB runs code
- agent-observability/agent-observability-eval-pipeline/SKILL.md 61 KB
- agent-observability/agent-observability-experiment-analyzer/evals/__init__.py 423 B runs code
- agent-observability/agent-observability-experiment-analyzer/evals/evaluator.py 3.0 KB runs code
- agent-observability/agent-observability-experiment-analyzer/evals/example_config.json 94 B
- agent-observability/agent-observability-experiment-analyzer/evals/executor.py 1.8 KB runs code
- agent-observability/agent-observability-experiment-analyzer/evals/prompts/judge_rubric.txt 2.8 KB
- agent-observability/agent-observability-experiment-analyzer/SKILL.md 25 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/evaluator-styles/class.md 1.8 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/evaluator-styles/function.md 1.8 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/evaluator-styles/remote.md 1.9 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/anthropic.md 1.6 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/bedrock.md 2.3 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/gemini.md 2.0 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/langchain.md 2.4 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/litellm.md 1.9 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/llamaindex.md 2.3 KB
- agent-observability/agent-observability-experiment-py-bootstrap/references/providers/openai.md 1.8 KB
- agent-observability/agent-observability-experiment-py-bootstrap/scripts/env_setup_template.py 3.4 KB runs code
- agent-observability/agent-observability-experiment-py-bootstrap/SKILL.md 57 KB
- agent-observability/agent-observability-session-classify/SKILL.md 62 KB
- agent-observability/agent-observability-trace-rca/evals/__init__.py 0 B runs code
- agent-observability/agent-observability-trace-rca/evals/evaluator.py 3.2 KB runs code
- agent-observability/agent-observability-trace-rca/evals/example_config.json 95 B
- agent-observability/agent-observability-trace-rca/evals/executor.py 2.2 KB runs code
- agent-observability/agent-observability-trace-rca/evals/prompts/judge_rubric.txt 4.4 KB
- agent-observability/agent-observability-trace-rca/SKILL.md 40 KB
- Cargo.toml 83 B
- dd-apm/k8s-ssi/agent-install/SKILL.md 8.2 KB
- dd-apm/k8s-ssi/enable-ssi/SKILL.md 11 KB
- dd-apm/k8s-ssi/onboarding-summary/SKILL.md 4.0 KB
- dd-apm/k8s-ssi/troubleshoot-ssi/SKILL.md 18 KB
- dd-apm/k8s-ssi/verify-ssi/SKILL.md 4.7 KB
- dd-apm/linux-ssi/agent-install/SKILL.md 10 KB
- dd-apm/linux-ssi/enable-ssi/SKILL.md 7.8 KB
- dd-apm/linux-ssi/onboarding-summary/SKILL.md 4.5 KB
- dd-apm/linux-ssi/troubleshoot-ssi/SKILL.md 19 KB
- dd-apm/linux-ssi/verify-ssi/SKILL.md 6.1 KB
- dd-apm/service-remapping/SKILL.md 19 KB
- dd-apm/SKILL.md 6.6 KB
- dd-apps/datadog-app/references/build-upload-publish.md 2.8 KB
- dd-apps/datadog-app/references/cicd.md 1.3 KB
- dd-apps/datadog-app/references/getting-started.md 4.6 KB
- dd-apps/datadog-app/references/querying-data/connections.md 2.8 KB
- dd-apps/datadog-app/references/querying-data/ddsql/datastores.md 3.2 KB
- dd-apps/datadog-app/references/querying-data/getting-started.md 6.5 KB
- dd-apps/datadog-app/references/troubleshooting.md 5.1 KB
- dd-apps/datadog-app/references/upgrading.md 2.7 KB
- dd-apps/datadog-app/references/workflow-http-trigger.md 7.5 KB
- dd-apps/datadog-app/SKILL.md 2.9 KB
- dd-audit/ai-activity-audit/SKILL.md 4.9 KB
- dd-audit/compliance-report/references/control-mapping.md 3.7 KB
- dd-audit/compliance-report/SKILL.md 6.8 KB
- dd-audit/cost-spike-investigation/SKILL.md 5.3 KB
- dd-audit/key-compromise/SKILL.md 4.8 KB
- dd-audit/security-investigation/SKILL.md 6.1 KB
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.
- 4d ago First seen · 188 lines · 100 tokens per session scan A 5027a3d051a2
datadog is a skill published in the GitHub repository neverinfamous/mysql-mcp (10 stars, last pushed 11d ago), licensed MIT. It adds 100 tokens to every session and 2,474 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
debugging-output-and-previewing-html-using-ray
Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.
karpathy-llm-wiki
Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.
proxies
Oxylabs proxy networks: Residential, Mobile, shared Datacenter/ISP, and Dedicated Datacenter/ISP proxies with geo-targeting, IP rotation, session persistence, and port-based sticky IPs. Use when routing traffic through proxies, building scrapers with proxy auth, rotating or sticky sessions, whitelisting IPs, or…
offer-compare-skill
Offer 对比决策器。用户同时拿到两份(或多份)offer 纠结怎么选时,扮演 Senior Career Decision Advisor:结构化对比 comp / 成长 / AI 敞口 / 公司强度 / 团队风险 / 晋升速度 / 生活方式,识别 front-loaded vs long-term upside、resume value、switch-out 难度、hidden risks,最后给一条明确、有立场、不中性的推荐(并附「你是 X 类人选 A,你是 Y 类人选 B」的分叉判定)。三步:贴两份 offer → 补 priorities & 现状 → 自动生成并打开一份 HTML Offer Decision…
multi-voice-dubbing
多角色对话配音:按 cast 和逐行对白为不同角色分配音色与情绪,合成多声线音轨和带角色名字幕。 当用户说“多角色/双人/剧本/对话配音、多人对白、不同角色不同声音、有声剧配音”时使用。 单一公共音色用 tts-voiceover;克隆本人音色用 voice-clone;整部短剧制作由 short-drama 编排。.
ai-music
AI 音乐 / BGM 生成:给短视频、社媒内容生成原创背景音乐 / 配乐 / 纯音乐。通过可插拔 provider(阿里 DashScope / Suno 类第三方 API)文生音乐,异步提交→轮询→下载,产物可再裁剪/归一化或加到视频。当用户说“AI 音乐”“AI 配乐”“生成 BGM”“背景音乐”“原创音乐”“AI 作曲”“纯音乐”“给视频配乐”“做首曲子”时使用。与 tts-voiceover 的区别:tts-voiceover 生成人声口播/旁白,ai-music 生成背景音乐/配乐(无人声或带演唱)。.