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 instructions/lordamdal/chromeboost/gemini-mdgit clone --depth 1 https://github.com/lordamdal/chromeboostWrote 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.
[](https://agentmods.dev/instructions/lordamdal/chromeboost/gemini-md)<a href="https://agentmods.dev/instructions/lordamdal/chromeboost/gemini-md"><img src="https://agentmods.dev/badge/instructions/lordamdal/chromeboost/gemini-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.04442 | $0.04442 |
| Opus 5 | $0.02221 | $0.02221 |
| Sonnet 5 | $0.00888 | $0.00888 |
| Haiku 4.5 | $0.00444 | $0.00444 |
Grade A, and why
chromeboost GEMINI.md 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.
How it starts
The opening of the file, as written. The whole thing — 377 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ChromeBoost — Gemini Instructions
What chromeboost is
ChromeBoost drives the user's real Chrome browser via a CDP-attached extension. Sessions, cookies, logins, profiles, and extensions are intact. The agent reaches the page through MCP tools that pierce closed shadow DOM and dispatch isTrusted=true events, which is what components that validate real input require and what generic browser drivers do not provide.
When to use chromeboost (be proactive)
Use chromeboost automatically when a task needs any of:
- Creating or configuring third-party accounts (Stripe, SendGrid, Supabase, Vercel, etc.)
- Retrieving API keys, secrets, or credentials to place in
.env - Setting up pricing tiers, webhooks, or service config in a web UI
- Filling forms behind modern React frameworks (TipTap, ProseMirror, CodeMirror, Monaco, Stripe contenteditable)
- Driving sites with closed shadow DOM (Radix portals, Stencil, Lit)
- Driving sites whose components reject synthetic events and respond only to real input
- Any browser-based step blocking code work
Do NOT ask "should I open the browser?" — just do it. The user expects seamless handoff.
Never end a response with a "you still need to" list of browser tasks. If code changes are done and browser steps remain (creating a Stripe product, adding an env var), continue immediately with chromeboost.
HARD RULES — never break these
-
Never use Bash as a fallback for browser tasks. If
click_elementfails, usescroll_to_elementthen retry, orhighlight_regionto show the user. Never useosascript,applescript, Playwright, Puppeteer, or any shell command to control the browser. The user's logins live in their real Chrome, which only chromeboost drives. Fallbacks fail silently. -
Never use
take_screenshotto read page content. Afterclick_element, after navigation — always callget_page_text(orfind_textif you only need a specific phrase).get_page_textreturns up to 10,000 chars; pagination viastartIndex. Screenshots are ONLY for locating pixel positions after DOM lookup has failed. Never take more than 1-2 screenshots in a row.
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.
- 5d ago First seen · 377 lines · 4,442 tokens per session scan A 08a328d7a9bd
chromeboost GEMINI.md is an instructions file published in the GitHub repository lordamdal/chromeboost (8 stars, last pushed today), licensed MIT. It adds 4,442 tokens to every session, about $0.0222 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.
Other instructions, from other repositories
browser-bridge AGENTS.md
AGENTS.md instructions for koltyakov/browser-bridge, covering project guide, data flow, package map, where to find things and method dispatch (extension side).
browser-agent AGENTS.md
Instructions for uiuing/browser-agent, covering agents.md — guide for ai coding agents, setup & commands, tests — run these before claiming done, repository layout and architecture invariants (do not break these).
openbrowser CLAUDE.md
Claude Code instructions for dylansantwani/openbrowser, covering openbrowser — working guidance, what this is, hard rules, where the token budget goes and things that are true and surprising.
openbrowser AGENTS.md
AGENTS.md instructions for dylansantwani/openbrowser, covering agents.md, what this is, build, test, run, hard rules and the token budget is a first-class concern.
grok-chrome-bridge AGENTS.md
AGENTS.md instructions for davidsolheim/grok-chrome-bridge, covering grok chrome bridge, verify and do not.
ai-invictum-browser-bridge AGENTS.md
AGENTS.md instructions for invictumhr/ai-invictum-browser-bridge: The phrases use IBB, use IBG, use Invictum Browser Bridge, and use Invictum Browser Gate all mean the same thing. Croatian equivalents such as koristi IBB, koristi IBG, koristi Invictum Browser Bridge, and koristi Invictum Browser Gate are recognized…