browser-automation

browser-automation is a skill for Claude Code, Codex from xAmirHamza77/ReverseOps-Skill. It costs 126 tokens per session (1,935 once invoked), scanned A, original, MIT.

An automation entry point for controlling web browsers and Windows desktop applications. Browser work includes opening pages, clicking, filling forms, scraping content, taking screenshots, and handling logins.

In plain words
What is it for?
Use it to automate browser interactions, collect page content, capture screenshots, submit forms, or operate supported Windows applications such as reverse-engineering tools. It also covers GUI interaction and network observation for the listed desktop scenarios.
Why use it?
It removes repetitive manual interaction with websites or desktop tools. It provides workflows for operating interfaces during tasks such as testing, data collection, and security checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to automate browser interactions, collect page content, capture screenshots, submit…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xamirhamza77/reverseops-skill/browser-automation
Install

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.

Any agent
npx skills add xAmirHamza77/ReverseOps-Skill --skill browser-automation
Clone the repo
git clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-Skill

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for browser-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/browser-automation.svg)](https://agentmods.dev/skills/xamirhamza77/reverseops-skill/browser-automation)
Your own site
<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/browser-automation"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/browser-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,935 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00126 $0.01935
Opus 5 $0.00063 $0.00967
Sonnet 5 $0.00025 $0.00387
Haiku 4.5 $0.00013 $0.00194

Measured 6d ago against content hash 5af0da4dea47, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

browser-automation 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/setup.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/browser-automation/SKILL.md · 243 lines

How it starts

The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Automation Operations (Desktop & Browser Automation)

ACTION REQUIRED (execute immediately after reading)

  1. NOW: Confirm whether the current task falls within the scope of this skill
  2. NOW: Read ../tool-index.md to verify tool availability and actual paths
  3. NEXT: When a tool is missing, invoke the bootstrap; do not guess paths
  4. ACT: Go to the first step of the "Workflows" section and execute it; do not stop at the confirmation stage

Scope

Use this skill when the task falls into one of the following scenarios:

Browser scenarios (Playwright / agent-browser)

  • Open a web page and operate page elements (click, fill forms, submit)
  • Scrape page content or take screenshots
  • Automate login flows
  • Interact with web pages during penetration testing (submit payloads, trigger XSS)
  • Automated handling of captcha pages
  • Batch form submission

Desktop application scenarios (OpenReverse)

  • Operate Windows desktop applications (IDA Pro, x64dbg, Wireshark, etc.)
  • Vision-driven interaction (CUA mode)
  • Structured UI operations (UIA mode)
  • Network traffic observation of desktop applications (built-in mitmproxy)
  • Automating the GUI of reversing tools
  • Black-box testing of desktop software

Division of labor with other tools

Scenario What to use
Operate web pages (inside a browser) Playwright / agent-browser
Operate desktop applications (Windows GUI) OpenReverse
Packet capture analysis, HTTP request capture anything-analyzer or OpenReverse network lane
JS breakpoints, hooks, CDP debugging jshookmcp
Locate signing algorithms, reproduce with environment emulation js-reverse

Simple rule of thumb:

  • Target is a web page → Playwright
  • Target is a Windows desktop application → OpenReverse
  • Both are needed → use them together

Part 1: Browser automation (Playwright / agent-browser)

Core workflow

# 1. Open the page
agent-browser open <url>

# 2. Get interactive elements (returns @e1, @e2... references)
agent-browser snapshot -i

# 3. Operate elements using the references
agent-browser click @e1
agent-browser fill @e2 "text"

# 4. Close when done
agent-browser close

Read the full file on GitHub · 243 lines

Files

What ships with it

2 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.

Changes

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.

  1. 6d ago First seen · 243 lines · 126 tokens per session scan A 5af0da4dea47

Subscribe to this mod's changes

browser-automation is a skill published in the GitHub repository xAmirHamza77/ReverseOps-Skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 126 tokens to every session and 1,935 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-31.

Related

Other skills, from other repositories

scraperapi-n8n

Generate n8n workflows that use the official ScraperAPI community node (n8n-nodes-scraperapi-official). Use this skill whenever the user wants to build, design, automate, or scaffold an n8n workflow that scrapes the web through ScraperAPI — even when they don't say "skill" or "ScraperAPI node" by name. Triggers…

scraperapi/scraperapi-skills · 279 tokens

scraperapi-cli

Product-usage reference for the official ScraperAPI command-line tool (sapi, distributed as scraperapi-cli). Use this skill whenever the user wants to scrape, run async jobs, fetch structured data, manage crawls, check account credits, or drive DataPipeline projects from a terminal or shell script — anywhere a…

scraperapi/scraperapi-skills · 262 tokens

scraperapi-scraper-builder

Build and implement web scrapers using ScraperAPI. Use this skill whenever the user asks to build, write, create, or implement a scraper, or wants runnable code that extracts data from a website. Trigger on: "build me a scraper for [website]", "write a scraper that fetches product pages from [ecommerce site]", "I need…

scraperapi/scraperapi-skills · 206 tokens

scraperapi-zapier

Guide users to build Zaps that use the official ScraperAPI Zapier integration. Use this skill whenever the user wants to add web scraping, SERP data, or e-commerce data to a Zapier workflow through ScraperAPI — even when they don't say "skill" or name the integration. Triggers include: "build a Zap that scrapes Amazon…

scraperapi/scraperapi-skills · 208 tokens

scraperapi-datapipeline

Product-usage reference for ScraperAPI's DataPipeline — managed, scheduled scraping projects that run automatically and deliver results to a webhook or dashboard download. Consult when the user needs recurring scraping, has a large list of URLs/ASINs/queries to process, or wants to avoid building and maintaining their…

scraperapi/scraperapi-skills · 185 tokens

scraperapi-research-agent

Autonomous web research agent — takes a research question, uses ScraperAPI to discover and scrape relevant sources, uploads content as file artifacts to the Anthropic Files API, then feeds everything to Claude for synthesis into a cited research report. All in one flow. Use when user asks: "research X for me and give…

scraperapi/scraperapi-skills · 188 tokens