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/haposoft/cafekit/chrome-devtoolsnpx skills add haposoft/cafekit --skill chrome-devtoolsgit clone --depth 1 https://github.com/haposoft/cafekitWhat 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.00039 | $0.06065 |
| Opus 5 | $0.00019 | $0.03033 |
| Sonnet 5 | $0.00008 | $0.01213 |
| Haiku 4.5 | $0.00004 | $0.00607 |
Grade A, and why
hapo:chrome-devtools 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 yesterday.
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.
# Netscape format (from curl/wget): The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
29 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.
- references/cdp-domains.md 17 KB
- references/performance-guide.md 21 KB
- references/puppeteer-reference.md 19 KB
- scripts/__tests__/error-handling.test.js 3.6 KB runs code
- scripts/__tests__/selector.test.js 6.4 KB runs code
- scripts/.env.example 775 B
- scripts/.gitignore 53 B
- scripts/aria-snapshot.js 10 KB runs code
- scripts/click.js 2.4 KB runs code
- scripts/connect-chrome.js 4.1 KB runs code
- scripts/console.js 1.9 KB runs code
- scripts/evaluate.js 1.4 KB runs code
- scripts/fill.js 2.0 KB runs code
- scripts/import-cookies.js 5.7 KB runs code
- scripts/inject-auth.js 7.3 KB runs code
- scripts/install-deps.sh 4.3 KB runs code
- scripts/install.sh 2.1 KB runs code
- scripts/lib/browser.js 12 KB runs code
- scripts/lib/selector.js 5.3 KB runs code
- scripts/navigate.js 4.6 KB runs code
- scripts/network.js 2.9 KB runs code
- scripts/package.json 394 B
- scripts/performance.js 4.0 KB runs code
- scripts/README.md 8.0 KB
- scripts/screenshot.js 6.2 KB runs code
- scripts/select-ref.js 3.8 KB runs code
- scripts/snapshot.js 3.6 KB runs code
- scripts/ws-debug.js 1.5 KB runs code
- scripts/ws-full-debug.js 3.3 KB runs code
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.
- yesterday First seen · 667 lines · 39 tokens per session scan A 91065a5d625f
hapo:chrome-devtools is a skill published in the GitHub repository haposoft/cafekit (54 stars, last pushed 3d ago), with no licence file. It adds 39 tokens to every session and 6,065 once invoked, about $0.0002 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-30.
Other skills, from other repositories
surf
Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.
deep-x-research
Deep, exhaustive research on a topic across X (Twitter) by driving Grok (x.com/i/grok) through surf. Use when the user wants comprehensive X research on a concept, technique, trend, tool, or creator scene; needs categorized findings with every claim traceable to post URLs; or when a single Grok query is not enough.
surf-codebase
Navigate and modify surf-cli codebase - Chrome extension + native host for AI browser automation. Use for surf-cli code work, architecture questions, implementing browser control/CDP/accessibility/network features.
webview-devtools
Use webview-devtools-mcp to inspect and automate an already-instrumented WebView/page: choose this skill when the user’s target environment is configured so the page injects wdmcp’s target.js (or the user is explicitly asking to work with such a configured WebView). If the page is not yet injecting target.js, do not…
electron-chromium-upgrade
Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during e sync --3. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.
chrome-devtools-cli
Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.