browser-ops-demo-browser-automation

browser-ops-demo-browser-automation is a skill for Claude Code from guorunjie/skillpack-forge. It costs 20 tokens per session (176 once invoked), scanned A, original, MIT.

A browser-automation workflow for testing websites, extracting information, and carrying out operator tasks. It guides repeatable browser actions and checks what appears before and after them.

In plain words
What is it for?
Use it to automate a specific path through a website, inspect the results, and save screenshots or traces when something fails.
Why use it?
It reduces errors caused by changing page state, unreliable timing, or unclear failures. It also helps keep private browser data out of saved files.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to automate a specific path through a website, inspect the results, and save screenshots or traces when something fails.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guorunjie/skillpack-forge/browser-ops-demo-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 guorunjie/skillpack-forge --skill browser-ops-demo-browser-automation
Clone the repo
git clone --depth 1 https://github.com/guorunjie/skillpack-forge

Made for: Claude Code.

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-ops-demo-browser-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation/github.svg)](https://agentmods.dev/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation)
Your own site
<a href="https://agentmods.dev/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation"><img src="https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for browser-ops-demo-browser-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation"><img src="https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/browser-ops-demo-browser-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 176 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.00020 $0.00176
Opus 5 $0.00010 $0.00088
Sonnet 5 $0.00004 $0.00035
Haiku 4.5 $0.00002 $0.00018

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

Security

Grade A, and why

browser-ops-demo-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 10d 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.

examples/generated/browser-automation/.claude/skills/browser-ops-demo-browser-automation/SKILL.md · 28 lines

What it actually says

browser-ops-demo-browser-automation

Generated from skillpack.yaml by Skillpack Forge.

Project

Browser automation workflows for testing, scraping, and operator tasks.

Workflow

  • Identify the target URL, browser state, and expected user path
  • Run the browser flow in a narrow, repeatable scenario
  • Inspect visible page state before and after each important action
  • Save failure evidence and rerun focused verification

Commands

  • install: npm install
  • test: npm test
  • doctor: npm run doctor

Principles

  • Prefer deterministic selectors and explicit waits
  • Capture screenshots or traces when a browser flow fails
  • Avoid storing secrets, cookies, or private page content in generated files
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. 10d ago First seen · 28 lines · 20 tokens per session scan A bc3335a8e276

Subscribe to this mod's changes

browser-ops-demo-browser-automation is a skill published in the GitHub repository guorunjie/skillpack-forge (1 stars, last pushed 3mo ago), licensed MIT. It adds 20 tokens to every session and 176 once invoked, about $0.0001 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

baoyu-url-to-markdown

Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.

JimLiu/baoyu-skills · 72 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

app-docs

Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and produces a structured user guide with step-by-step instructions, annotated screenshots, workflow diagrams, and reference tables. Supports quick (key screens), standard (all pages)…

jezweb/claude-skills · 115 tokens

responsiveness-check

Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav switches, overflow). Produces comparison reports showing exactly where layouts break. Trigger with 'responsiveness…

jezweb/claude-skills · 85 tokens

prime-the-agent

Use when starting a session on an existing WordPress site, or when the user says 'prime yourself', 'what builder does this site use', or 'give me a site briefing'. Loads the active site, detects the builder, loads inline schemas, reads the stored per-site brief, and sets the do-not-write-raw-HTML rule.

respira-press/agent-skills-wordpress · 73 tokens

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.

datit309/supergraph · 35 tokens