chrome-agent-control

chrome-agent-control is a skill for Codex from escapeWu/chrome-agent-bridge. It costs 86 tokens per session (769 once invoked), scanned A, original, MIT.

Instructions and tools for controlling an approved Chrome tab or analyzing supplied browser-related code and files.

In plain words
What is it for?
Use it to inspect pages, click and fill forms, debug scripts, trace browser performance, study requests, reconstruct source maps, or analyze local JavaScript, binary payloads, and WASM.
Why use it?
They provide defined procedures for browser control, debugging, source maps, network monitoring, performance data, payloads, protocols, and WebAssembly (WASM).

Skill for Codex

Written for Codex: agents/openai.yaml present.

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

Made for: 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 chrome-agent-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/escapewu/chrome-agent-bridge/chrome-agent-control.svg)](https://agentmods.dev/skills/escapewu/chrome-agent-bridge/chrome-agent-control)
Your own site
<a href="https://agentmods.dev/skills/escapewu/chrome-agent-bridge/chrome-agent-control"><img src="https://agentmods.dev/badge/skills/escapewu/chrome-agent-bridge/chrome-agent-control.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 769 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00086 $0.00769
Opus 5 $0.00043 $0.00385
Sonnet 5 $0.00017 $0.00154
Haiku 4.5 $0.00009 $0.00077

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

Security

Grade A, and why

chrome-agent-control 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.

skills/chrome-agent-control/SKILL.md · 40 lines

How it starts

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

Chrome Agent Control

Use chrome-agent-bridge when a task depends on the user's existing Chrome tabs or signed-in session. Prefer a dedicated connector or API when it can perform the semantic operation directly.

Start

  1. For supplied code, payloads, source-map text, or WASM files, load the matching local-analysis reference; no browser connection is required.
  2. Before a browser operation, call browser_status. On failure, read connection-and-recovery.md.
  3. Call browser_list_tabs and select a current tab before any tab-scoped operation. Never guess a tab ID.
  4. Load only the reference required by the task:
    • Navigation, snapshots, screenshots, clicks, fills, or tab events: read page-control.md.
    • Sanitized request lifecycle monitoring: read network-monitoring.md.
    • Arbitrary CDP commands or original CDP events: read raw-cdp.md.
    • Collected scripts, breakpoints, scopes, watches, or Webpack modules: read script-debugging.md, then follow its Raw CDP prerequisite.
    • Source-map discovery, lookup, coverage, reconstruction, or diffing: read source-maps.md.
    • CPU/heap/coverage/trace or unsanitized response bodies, HAR, auth, and interception: read performance-and-deep-network.md, then follow its Raw CDP prerequisite.
    • Supplied JavaScript analysis or transformation: read code-analysis.md.
    • Supplied binary, Protobuf, HTTP/2, gRPC, protocol, or WASM data: read protocol-and-wasm.md.
    • Raw commands plus a sanitized network projection: read network-monitoring.md and raw-cdp.md; do not load the other references.

Do not read the entire references/ directory preemptively. Treat the selected references as the authoritative Agent-facing tool contract. Do not inspect MCP source, repository README files, or installation docs during normal browser work; read installation docs only for setup or upgrade tasks.

Read the full file on GitHub · 40 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. 5d ago First seen · 40 lines · 86 tokens per session scan A c056b8c13066

Subscribe to this mod's changes

chrome-agent-control is a skill published in the GitHub repository escapeWu/chrome-agent-bridge (3 stars, last pushed 24d ago), licensed MIT. It adds 86 tokens to every session and 769 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

chrome-bridge

Recipes for the user's real, logged-in Chrome through the chrome-bridge MCP tools and the zero-token chrome-bridge CLI. Use whenever the user wants to test, debug, audit, compare or automate something in a browser — a form "until the email arrives", a checkout with a test card, a pixel/GTM check, a cookie-banner…

frsorrentino/chrome-bridge · 145 tokens

debug-codex-chrome-mcp

Diagnose ChromeWire MCP connection problems between MCP clients, the bridge, Chrome, and the official Codex Chrome Extension.

bakhtiersizhaev/chromewire-mcp · 33 tokens

opencli-autofix

Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

jackwener/OpenCLI · 61 tokens

moli-webfetch

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

lexmount/moli · 90 tokens

moli-cdp-server

Start Moli's CDP server and connect Playwright, Puppeteer, or raw CDP clients. Use to run a headless-browser CDP endpoint, replace a Chromium process, attach over CDP, enable real layout and screenshot surfaces, or diagnose CDP discovery, connection, and target startup—even when Moli is not named.

lexmount/moli · 74 tokens

aipex-browser

AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.

AIPexStudio/AIPex · 61 tokens