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 skills/hacker-valley-media/interceptor/interceptor-browsernpx skills add Hacker-Valley-Media/Interceptor --skill interceptor-browsergit clone --depth 1 https://github.com/Hacker-Valley-Media/InterceptorWhat 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.00122 | $0.02680 |
| Opus 5 | $0.00061 | $0.01340 |
| Sonnet 5 | $0.00024 | $0.00536 |
| Haiku 4.5 | $0.00012 | $0.00268 |
Grade A, and why
interceptor-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 yesterday.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 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.
- references/blob-export-capture.md 11 KB
- references/browser-and-network.md 2.6 KB
- references/canvas-camera-overlays.md 11 KB
- references/canvas-rendered-editor-input.md 9.2 KB
- references/command-catalog.md 14 KB
- references/monitor-and-replay.md 2.5 KB
- references/page-communication-capture.md 5.7 KB
- references/rich-editors.md 5.2 KB
- references/screenshot-policy.md 5.1 KB
- references/webgl-camera-control.md 12 KB
- workflows/canva-custom-size-creation.md 4.1 KB
- workflows/capture-page-communication.md 4.4 KB
- workflows/cook-in-canvas.md 4.0 KB
- workflows/cook-on-top-of-pages.md 14 KB
- workflows/drive-rich-editor.md 6.2 KB
- workflows/google-docs-fill-empty-table-cells.md 6.1 KB
- workflows/multi-page-compare.md 4.2 KB
- workflows/override-xhr.md 3.9 KB
- workflows/read-and-extract.md 6.5 KB
- workflows/record-and-replay.md 4.7 KB
- workflows/rich-editor-workflows.md 7.8 KB
- workflows/screenshot-for-vlm.md 3.9 KB
- workflows/verify-deploy.md 3.4 KB
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.
- yesterday First seen · 104 lines · 122 tokens per session scan A ef98dc047f8b
interceptor-browser is a skill published in the GitHub repository Hacker-Valley-Media/Interceptor (376 stars, last pushed 4d ago), with no licence file. It adds 122 tokens to every session and 2,680 once invoked, about $0.0006 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.
Other skills, from other repositories
x402
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
remote-browser
Controls an isolated Browser Use Cloud browser from a sandboxed machine with the current Browser Use CLI.
opencli-browser
Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing…
opencli-adapter-author
Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level…
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.