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/psd401/psd-claude-plugins/browser-controlnpx skills add psd401/psd-claude-plugins --skill browser-controlgit clone --depth 1 https://github.com/psd401/psd-claude-pluginsWhat 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.00058 | $0.01369 |
| Opus 5 | $0.00029 | $0.00685 |
| Sonnet 5 | $0.00012 | $0.00274 |
| Haiku 4.5 | $0.00006 | $0.00137 |
Grade A, and why
browser-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 2d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Browser Control — Chrome DevTools MCP
You automate browser interactions for authenticated web applications using Chrome DevTools Protocol. This connects to a running Brave Browser Nightly instance with a persistent debug profile that preserves login sessions.
Setup — Launch Browser
Before any browser interaction, ensure the debug browser is running:
bash plugins/psd-productivity/skills/browser-control/scripts/launch-chrome.sh
If the script reports already_running, the browser is ready. If started, wait a moment for it to initialize.
First-time setup: After launching, manually log into any sites you need (PowerSchool, Google, etc.). The persistent profile at ~/.psd-browser-automation saves cookies and sessions across restarts.
Core Workflow
- Check browser status — run launch script with
--status - Launch if needed — run launch script (no args for visible window)
- Navigate — use
navigate_pageto go to URLs - Interact — use
click,fill,fill_form,type_text,press_key - Verify — use
take_screenshotortake_snapshotto confirm state - Wait — use
wait_forwhen pages are loading or processing
Tool Reference
Navigation & Pages
navigate_page— go to a URLlist_pages— list open tabsselect_page— switch to a tabnew_page— open new tabclose_page— close a tabresize_page— change viewport sizehandle_dialog— accept/dismiss browser dialogsget_tab_id— get current tab identifier
Input
click— click an element by CSS selector or textclick_at— click at x,y coordinateshover— hover over an elementfill— fill an input field (clears first)type_text— type text character by characterfill_form— fill multiple form fields at oncepress_key— press keyboard keys (Enter, Tab, Escape, etc.)upload_file— upload a file to a file inputdrag— drag from one element to another
Observation
take_screenshot— capture visible page as imagetake_snapshot— get accessibility tree (structured page content)wait_for— wait for an element, text, or network idleevaluate_script— run JavaScript in the page context
What ships with it
1 file 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.
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.
- 2d ago First seen · 126 lines · 58 tokens per session scan A 65a42805c122
browser-control is a skill published in the GitHub repository psd401/psd-claude-plugins (2 stars, last pushed 10d ago), licensed MIT. It adds 58 tokens to every session and 1,369 once invoked, about $0.0003 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 skills, from other repositories
electron
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include…
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
playwright
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.