chrome

chrome is a skill for Claude Code, Codex from dinglebear-ai/dendrite. It costs 114 tokens per session (2,480 once invoked), scanned B, original, AGPL-3.0.

A browser-control workflow for inspecting and operating the user's own Chrome session through its debugging connection.

In plain words
What is it for?
Use it to list tabs, take screenshots, navigate pages, run browser JavaScript, and inspect browser data such as cookies.
Why use it?
It lets an agent work with the tabs and page state already open in Chrome instead of starting from an unrelated browser session.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the vibin plugin — 40 skills, 1 command shipped together

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/dinglebear-ai/dendrite/chrome
Any agent
npx skills add dinglebear-ai/dendrite --skill chrome
Clone the repo
git clone --depth 1 https://github.com/dinglebear-ai/dendrite

Made for: Claude Code, Codex.

Or install vibin, the plugin that ships this one along with the rest of its 40 skills, 1 command.

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 chrome

README.md
[![agentmods](https://agentmods.dev/badge/skills/dinglebear-ai/dendrite/chrome.svg)](https://agentmods.dev/skills/dinglebear-ai/dendrite/chrome)
Your own site
<a href="https://agentmods.dev/skills/dinglebear-ai/dendrite/chrome"><img src="https://agentmods.dev/badge/skills/dinglebear-ai/dendrite/chrome.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,480 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found 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.00114 $0.02480
Opus 5 $0.00057 $0.01240
Sonnet 5 $0.00023 $0.00496
Haiku 4.5 $0.00011 $0.00248

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

Security

Grade B, and why

chrome scanned grade B with 2 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/cdp-call.ps1, scripts/cdp-shot.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Persist via `~/.claude/settings.json`'s `env` block (reloaded per session):

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

On the default host there's a "Chrome (debug)" desktop shortcut wired to this. If `curl -s http://127.0.0.1:9222/json` from the remote returns nothing, ask the user to launch the debug Chrome and open the target page in
plugins/vibin/skills/chrome/SKILL.md · 198 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 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. 3d ago First seen · 198 lines · 114 tokens per session scan B 437eb4e18061

Subscribe to this mod's changes

chrome is a skill published in the GitHub repository dinglebear-ai/dendrite (1 stars, last pushed 10d ago), licensed AGPL-3.0. It adds 114 tokens to every session and 2,480 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

tavily-usage

This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".

fcakyon/claude-codex-settings · 57 tokens

lov-publish-wechat-channels

通过已登录的视频号助手网页预检、上传并发布本地视频,按用户明确的标题、描述、话题、封面和原创设置逐项回读,并从内容列表核验草稿、定时、审核与发布状态。Use when the user asks“发布视频号”“保存草稿”“定时发布”或“核验状态”;不用于公众号文章。.

lovstudio/skills · 91 tokens

lov-fill-web-form

Fill web forms by fetching form fields from a URL, deep-searching the user's local knowledge base for relevant info, and generating a markdown document with all answers pre-filled. Use when the user provides a URL to a web form (conference application, speaker submission, event registration, profile form) and wants…

lovstudio/skills · 146 tokens

browser-extension-builder

Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension…

agent-skills-hub/agent-skills-hub · 66 tokens

browser-automation

Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping…

agent-skills-hub/agent-skills-hub · 100 tokens

agent-browser

为 Agent 设计的自动化浏览器 CLI 工具,也能操作 Electron 桌面应用。当需要与网站交互(包括页面导航)时使用.

cafe3310/public-agent-skills · 36 tokens