dd-browser-sdk

dd-browser-sdk is a skill for Claude Code, Codex from neverinfamous/mysql-mcp. It costs 56 tokens per session (474 once invoked), scanned A, a copy of dd-browser-sdk, MIT.

A setup and migration guide for Datadog's Browser SDK, which collects information about errors, page use, browser logs, and recorded user sessions.

In plain words
What is it for?
Use it to set up or migrate browser-side Datadog monitoring, including Real User Monitoring, logs, session replay, profiling, product analytics, and error tracking.
Why use it?
It helps developers configure browser monitoring and handle version upgrades without relying on outdated settings or APIs.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/neverinfamous/mysql-mcp/dd-browser-sdk
Any agent
npx skills add neverinfamous/mysql-mcp --skill dd-browser-sdk
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-browser-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/dd-browser-sdk.svg)](https://agentmods.dev/skills/neverinfamous/mysql-mcp/dd-browser-sdk)
Your own site
<a href="https://agentmods.dev/skills/neverinfamous/mysql-mcp/dd-browser-sdk"><img src="https://agentmods.dev/badge/skills/neverinfamous/mysql-mcp/dd-browser-sdk.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 474 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 86% 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.00056 $0.00474
Opus 5 $0.00028 $0.00237
Sonnet 5 $0.00011 $0.00095
Haiku 4.5 $0.00006 $0.00047

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

Security

Grade A, and why

dd-browser-sdk 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 5d 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

86% identical to dd-browser-sdk — 6 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-browser-sdk/SKILL.md · 40 lines

What it actually says

Datadog Browser SDK

RUM, Logs, and Session Replay instrumentation for browser applications.

Skills

Task Skill
Upgrade from v4 to v5 dd-browser-sdk/upgrade-v5
Upgrade from v5 to v6 dd-browser-sdk/upgrade-v6
Upgrade from v6 to v7 dd-browser-sdk/upgrade-v7

Routing

Upgrading from v4 to v5 (removed options like proxyUrl, sampleRate, replaySampleRate, premiumSampleRate, allowedTracingOrigins, deprecated APIs like addRumGlobalContext, removeUser, or /v4/ CDN paths):

Immediately read upgrade-v5/SKILL.md — do not proceed from memory.

Upgrading from v5 to v6 (removed options like useCrossSiteSessionCookie, sendLogsAfterSessionExpiration, dropping IE11 support, or /v5/ CDN paths):

Immediately read upgrade-v6/SKILL.md — do not proceed from memory.

Upgrading from v6 to v7 (removed options like betaEncodeCookieOptions, allowFallbackToLocalStorage, trackBfcacheViews, usePciIntake, or /v6/ CDN paths):

Immediately read upgrade-v7/SKILL.md — do not proceed from memory.

Files

What ships with it

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

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. 5d ago First seen · 40 lines · 56 tokens per session scan A 8abf4d1c4768

Subscribe to this mod's changes

dd-browser-sdk is a skill published in the GitHub repository neverinfamous/mysql-mcp (10 stars, last pushed 5d ago), licensed MIT. It adds 56 tokens to every session and 474 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to dd-browser-sdk, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories

laravel-actions

Build, refactor, and troubleshoot Laravel Actions using lorisleiva/laravel-actions. Use when implementing reusable action classes (object/controller/job/listener/command), converting service classes/controllers/jobs into actions, orchestrating workflows via faked actions, or debugging action entrypoints and wiring.

coollabsio/coolify · 62 tokens

livewire-development

Use for any task or question involving Livewire. Activate if user mentions Livewire, wire: directives, or Livewire-specific concepts like wire:model, wire:click, invoke this skill. Covers building new components, debugging reactivity issues, real-time form validation, loading states, migrating from Livewire 2 to 3…

coollabsio/coolify · 115 tokens

mcp-development

Use this skill for Laravel MCP development only. Trigger when creating or editing MCP tools, resources, prompts, or servers in Laravel projects. Covers: artisan make:mcp- generators, mcp:inspector, routes/ai.php, Tool/Resource/Prompt classes, schema validation, shouldRegister(), OAuth setup, URI templates, read-only…

coollabsio/coolify · 95 tokens

laravel-best-practices

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…

coollabsio/coolify · 114 tokens

whodb

Query and explore databases via MCP. Use when the user asks to inspect schemas, run SQL, browse tables, analyze data quality, generate ER diagrams, or work with PostgreSQL, MySQL, MariaDB, TiDB, SQLite, MongoDB, Redis, ClickHouse, Elasticsearch, or DuckDB.

clidey/whodb · 64 tokens

graphjin-eval

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

dosco/graphjin · 27 tokens