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/julianromli/droid-factory-template/browsernpx skills add julianromli/droid-factory-template --skill browsergit clone --depth 1 https://github.com/julianromli/droid-factory-templateWrote 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/skills/julianromli/droid-factory-template/browser)<a href="https://agentmods.dev/skills/julianromli/droid-factory-template/browser"><img src="https://agentmods.dev/badge/skills/julianromli/droid-factory-template/browser.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.00039 | $0.00436 |
| Opus 5 | $0.00019 | $0.00218 |
| Sonnet 5 | $0.00008 | $0.00087 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
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 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.
What it actually says
Browser Tools
Minimal CDP tools for collaborative site exploration and scraping.
IMPORTANT: All scripts are located in ~/.factory/skills/browser/ and must be called with full paths.
Start Chrome
~/.factory/skills/browser/start.js # Fresh profile
~/.factory/skills/browser/start.js --profile # Copy your profile (cookies, logins)
Start Chrome on :9222 with remote debugging.
Navigate
~/.factory/skills/browser/nav.js https://example.com
~/.factory/skills/browser/nav.js https://example.com --new
Navigate current tab or open new tab.
Evaluate JavaScript
~/.factory/skills/browser/eval.js 'document.title'
~/.factory/skills/browser/eval.js 'document.querySelectorAll("a").length'
Execute JavaScript in active tab (async context).
IMPORTANT: The code must be a single expression or use IIFE for multiple statements:
- Single expression:
'document.title' - Multiple statements:
'(() => { const x = 1; return x + 1; })()' - Avoid newlines in the code string - keep it on one line
Screenshot
~/.factory/skills/browser/screenshot.js
Screenshot current viewport, returns temp file path.
Pick Elements
~/.factory/skills/browser/pick.js "Click the submit button"
Interactive element picker. Click to select, Cmd/Ctrl+Click for multi-select, Enter to finish.
Usage Notes
- Start Chrome first before using other tools
- The
--profileflag syncs your actual Chrome profile so you're logged in everywhere - JavaScript evaluation runs in an async context in the page
- Pick tool allows you to visually select DOM elements by clicking on them
What ships with it
60 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.
- eval.js 760 B runs code
- nav.js 833 B runs code
- node_modules/.bin/browsers 427 B
- node_modules/.bin/browsers.cmd 327 B runs code
- node_modules/.bin/browsers.ps1 881 B runs code
- node_modules/.bin/escodegen 401 B
- node_modules/.bin/escodegen.cmd 314 B runs code
- node_modules/.bin/escodegen.ps1 829 B runs code
- node_modules/.bin/esgenerate 403 B
- node_modules/.bin/esgenerate.cmd 315 B runs code
- node_modules/.bin/esgenerate.ps1 833 B runs code
- node_modules/.bin/esparse 393 B
- node_modules/.bin/esparse.cmd 310 B runs code
- node_modules/.bin/esparse.ps1 813 B runs code
- node_modules/.bin/esvalidate 399 B
- node_modules/.bin/esvalidate.cmd 313 B runs code
- node_modules/.bin/esvalidate.ps1 825 B runs code
- node_modules/.bin/extract-zip 385 B
- node_modules/.bin/extract-zip.cmd 306 B runs code
- node_modules/.bin/extract-zip.ps1 797 B runs code
- node_modules/.bin/semver 389 B
- node_modules/.bin/semver.cmd 308 B runs code
- node_modules/.bin/semver.ps1 805 B runs code
- node_modules/.package-lock.json 32 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/browser-data.d.ts 2.8 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/browser-data.d.ts.map 1.2 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/browser-data.js 12 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/browser-data.js.map 6.8 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.d.ts 474 B runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.d.ts.map 497 B
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.js 2.5 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome-headless-shell.js.map 1.4 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome.d.ts 1.5 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome.d.ts.map 1.2 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome.js 10 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chrome.js.map 6.7 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromedriver.d.ts 465 B runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromedriver.d.ts.map 478 B
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromedriver.js 2.4 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromedriver.js.map 1.4 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromium.d.ts 642 B runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromium.d.ts.map 577 B
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromium.js 2.9 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/chromium.js.map 2.0 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/firefox.d.ts 1.0 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/firefox.d.ts.map 861 B
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/firefox.js 18 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/firefox.js.map 9.4 KB
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/types.d.ts 1.3 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/types.d.ts.map 758 B
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/types.js 2.1 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/browser-data/types.js.map 867 B
- node_modules/@puppeteer/browsers/lib/cjs/Cache.d.ts 2.4 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/Cache.d.ts.map 1.4 KB
- node_modules/@puppeteer/browsers/lib/cjs/Cache.js 6.4 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/Cache.js.map 5.1 KB
- node_modules/@puppeteer/browsers/lib/cjs/CLI.d.ts 740 B runs code
- node_modules/@puppeteer/browsers/lib/cjs/CLI.d.ts.map 694 B
- node_modules/@puppeteer/browsers/lib/cjs/CLI.js 17 KB runs code
- node_modules/@puppeteer/browsers/lib/cjs/CLI.js.map 11 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.
- 5d ago First seen · 67 lines · 39 tokens per session scan A f565f52d08cb
browser is a skill published in the GitHub repository julianromli/droid-factory-template (52 stars, last pushed 8mo ago), licensed MIT. It adds 39 tokens to every session and 436 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.
Other skills, from other repositories
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.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
interactive-login
How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.
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.
google-safe-browsing
Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…