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/kiarina/chrome-bridge/agents-mdgit clone --depth 1 https://github.com/kiarina/chrome-bridgeWrote 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/kiarina/chrome-bridge/agents-md)<a href="https://agentmods.dev/instructions/kiarina/chrome-bridge/agents-md"><img src="https://agentmods.dev/badge/instructions/kiarina/chrome-bridge/agents-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 | $0.01925 | $0.01925 |
| Opus 5 | $0.00962 | $0.00962 |
| Sonnet 5 | $0.00385 | $0.00385 |
| Haiku 4.5 | $0.00193 | $0.00193 |
Grade A, and why
chrome-bridge AGENTS.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 today.
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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
このリポジトリで作業するエージェント向けのガイドラインです。
作業前に読むもの
あらゆるタスクを開始する前に、下記を必ず把握してください。
README.mdSPEC.md— protocol と tool の規範仕様- 下の「タスク一覧」と、着手するタスクの
tasks/ファイル
完了タスク・実測値・過去の意思決定を辿るときは HISTORY.md を参照し、
設計知識・公開契約・作業手順は docs/ を正典とします。
タスク管理の使い分け
tasks/— 未完了タスク。1 タスク 1 ファイルで、背景・やること・進捗・申し送りを そのファイルに直接記載するHISTORY.md— 完了した作業、実測値、過去の意思決定docs/— 設計知識、公開契約、再利用する手順- 各 component の
CHANGELOG.md— 配布物ごとの利用者向け変更履歴
運用ルール:
- タスクに着手したら、進捗・未検証の懸念・踏んだ落とし穴・次の一手を該当の
tasks/ファイルへ直接追記する - 新しいタスク(今すぐ着手しない将来候補も含む)は
tasks/にファイルを作り、 下の「タスク一覧」へ 1 行追記する - タスクが完了したら、実測値・意思決定を
HISTORY.mdへ、再利用する知見を該当するdocs/へ移した上で、タスクファイルを削除し、「タスク一覧」から行を消す。 削除したファイルの全文は git 履歴で辿れるため、転記は要点だけで良い
ドキュメントの扱い
現在の状態・仕様・方針を表す記述の矛盾は放置せず、発見したら解消してください。 どちらが正しいか根拠から判断できる場合は、正典と影響する記述を更新します。判断できない 場合は、修正する前に必ずユーザーへ相談します。特に次の食い違いを対象とします。
- ドキュメント間で仕様が食い違っている
- 同じものが別の名前で呼ばれている
- ユーザーの指示とドキュメントの記述が食い違っている
- 実装とドキュメントの記述が食い違っている
誤字、リンク切れ、実在しないパス、実装済みだが記載が漏れている事項など、判断を伴わない ものは相談せずに直して構いません。役割の分担、名称の方針、値の定義など判断が要るものは 相談します。
ただし HISTORY.md は、ある時点の事実・判断を記録するデータです。現在の知識と食い違っても
矛盾とはみなさず、現在に合わせて過去の記録を改変しないでください。
このリポジトリは公開 OSS です。README.md、SPEC.md、PRIVACY.md、docs/ は英語で
書き、AGENTS.md と tasks/ は作業者向けの記述として現在の言語を保ってください。
docs 以下の参照ガイド
作業内容に応じて、docs/ 以下の該当ドキュメントを着手前に読んでください。
docs/ 以下にドキュメントを追加・更新した場合は、ここに、読む条件とファイルパスを記載して
ください。必ずファイル単位で記載します。 ディレクトリの役割分担は docs/README.md を
参照してください。
設計・公開契約・調査・確定値(docs/concepts/)
- component 境界、transport、shared operation coordination、connection 所有、
page operation 設計、security 判断を変更するとき:
docs/concepts/architecture.md - MCP tool の公開引数、戻り値、共通 routing、target/ref lifecycle、error contract、
利用例を変更するとき:
docs/concepts/api.md - 複数 Chrome profile、browser identity、connection registry、protocol v1/v2 移行、
tool routing を変更するとき:
docs/concepts/multiple-browser-routing.md - browser native dialog、dialog PageState、dialog 応答、debugger 監視 scope を
変更するとき:
docs/concepts/browser-dialogs.md - target tab の動画録画、debugger session 共有、offscreen encoding、Downloads 出力、
screenshot/video 解像度を変更するとき:
docs/concepts/video-recording.md - isolated Chromium、extension E2E、test process/profile lifecycle、failure artifact を
変更するとき:
docs/concepts/isolated-chrome-e2e.md - Chrome Web Store の listing、privacy 申告、権限説明、審査、公開・更新、API 自動化の
設定値を扱うとき:
docs/concepts/chrome-web-store.md
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.
- today Changed · +71 lines · +1,006 tokens per session 54815438828f
- 3d ago First seen · 48 lines · 919 tokens per session scan A 8707bfc4c04d
chrome-bridge AGENTS.md is an instructions file published in the GitHub repository kiarina/chrome-bridge (0 stars, last pushed yesterday), licensed MIT. It adds 1,925 tokens to every session, about $0.0096 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
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.