codex-browser

codex-browser is a skill for Claude Code, Codex from DeliciousBuding/codex-browser-bridge. It costs 41 tokens per session (2,585 once invoked), scanned A, original, MIT.

Instructions for controlling Chrome through Codex Desktop's browser connection. They document tools for tabs, navigation, page content, user input, browser debugging, network activity, and file uploads.

In plain words
What is it for?
Navigating websites, reading and editing page content, entering data, uploading files, managing dialogs, inspecting browser behaviour, and diagnosing the connection.
Why use it?
They explain how an agent can operate a real Chrome session and what to check when the browser connection is unavailable.

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/deliciousbuding/codex-browser-bridge/skill
Any agent
npx skills add DeliciousBuding/codex-browser-bridge --skill skill
Clone the repo
git clone --depth 1 https://github.com/DeliciousBuding/codex-browser-bridge

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 codex-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/deliciousbuding/codex-browser-bridge/skill.svg)](https://agentmods.dev/skills/deliciousbuding/codex-browser-bridge/skill)
Your own site
<a href="https://agentmods.dev/skills/deliciousbuding/codex-browser-bridge/skill"><img src="https://agentmods.dev/badge/skills/deliciousbuding/codex-browser-bridge/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,585 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 $0.00041 $0.02585
Opus 5 $0.00020 $0.01293
Sonnet 5 $0.00008 $0.00517
Haiku 4.5 $0.00004 $0.00259

Measured 3d ago against content hash 2f41ebd75b56, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codex-browser 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 3d 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

Copies of this mod

1 near-identical copy found in the catalogue:

docs/archives/codex-browser-bridge-continuous-hardening/skill/SKILL.md · 222 lines

How it starts

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

Codex Browser Bridge

You are an agent controlling a real Chrome browser through the codex-browser MCP server. This skill covers all 52 tools and their effective use.

Quick Check

Call codex_doctor first. If it reports healthy, proceed. If not, tell the user to start Codex Desktop, Chrome, and the Codex extension.

Tool Groups

Tabs (5 tools)

Tool What it does
codex_list_tabs Tabs owned by this session
codex_create_tab New blank tab (navigate after)
codex_close_tab Close a tab
codex_user_tabs All browser tabs, including unclaimed
codex_claim_tab Take ownership of an existing tab

Navigation (8 tools)

Tool What it does
codex_navigate Go to URL. Only http:// and https:// URLs are accepted.
codex_reload Reload current page
codex_navigate_back Back
codex_navigate_forward Forward
codex_wait_for_load Poll document.readyState until complete or timeout (default 10s)
codex_nav_and_wait Navigate and wait for load in one call. Prefer this over navigate + wait_for_load.
codex_wait_for_element Poll a CSS selector until it matches. Use on SPAs where wait_for_load returns immediately but content renders async.
codex_wait_for_url Poll until location.href contains a substring (SPA route change).

DOM & Accessibility (5 tools)

Tool What it does
codex_dom_snapshot Full AX tree with node IDs for codex_dom_click
codex_dom_get_visible Human-readable DOM (no node IDs)
codex_dom_click Click by AX node ID from snapshot
codex_find_element Search by ARIA role and/or name. Returns node IDs.
codex_click_element Click a result from codex_find_element. Uses CDP mouse events — no JS injection.

Page inspection (7 tools)

Tool What it does
codex_get_url Current URL via location.href
codex_get_title Current document.title
codex_evaluate Run arbitrary JS, get JSON result
codex_page_assets List page resources (images, CSS, JS, fonts)
codex_console_logs Capture console.* output for a duration window (frontend debugging)
codex_emulate_device Override viewport to emulate a device (reset=true to clear)
codex_performance_metrics Chrome Performance metrics — DOM nodes, JS heap, event listeners

Read the full file on GitHub · 222 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. 3d ago First seen · 222 lines · 41 tokens per session scan A 2f41ebd75b56

Subscribe to this mod's changes

codex-browser is a skill published in the GitHub repository DeliciousBuding/codex-browser-bridge (15 stars, last pushed 15d ago), licensed MIT. It adds 41 tokens to every session and 2,585 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

owb

Open Web Bridge (OWB) — drive the user's own real browser with the owb command. Read pages behind their existing logins, gather and cross-check information, fill forms, walk multi-step flows, debug their site, audit responsive/accessibility behavior, and capture or reverse-engineer network traffic. Use this whenever…

woniu9524/open-web-bridge · 143 tokens

nekoro-browser

浏览器自动化——打开网页、搜索、点击、截图、执行 JS、填表、上传文件、处理对话框。通过 Chrome 扩展的 chrome.debugger API 操控用户日常浏览器,保留登录态,不开调试端口。触发词:"浏览器"、"打开网页"、"搜索"、"截图"、"点击"、"填表"、"上传文件"、"自动化操作"。.

zeshuochen/nekoro-browser · 102 tokens

codex-control-chrome-mcp

Use Codex Control Chrome MCP to control the user's normal Chrome profile through the Codex Chrome extension. Use when a task needs existing Chrome tabs, cookies, logged-in sessions, installed extensions, CDP commands, page inspection, navigation, screenshots, network/console events, or browser automation from an MCP…

iola1999/codex-control-chrome-mcp · 79 tokens

browser-automation

Use browser automation to inspect or interact with websites, test rendered interfaces, capture screenshots, and diagnose console or network behavior.

mirsella/opencode-browser-mcp · 28 tokens

control-chrome-bridge

Drive the user's real Chrome browser — their own profile, tabs, cookies and logged-in sessions — through the chrome-bridge MCP server. Use for tasks that need existing browser state: reading a page behind a login, filling a form on a site the user is signed into, testing a local app in a real browser, or inspecting…

ShalomObongo/chrome-bridge-mcp · 114 tokens

setup

Guide users through Chrome extension setup for browser control. Use when user asks about setup, installing the extension, connecting Chrome, or when browsercontrol tools return "No browser connected".

gettalon/talon-plugins · 35 tokens