Agent skill · Frontend

agent-browser

Browser automation via agent-browser CLI for web navigation, form filling, screenshots, scraping, login flows, and UI testing.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill agent-browser --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/omics/agent-browser/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Browser Automate browser interactions through the `agent-browser` CLI for repeatable, scriptable web tasks. ## Instructions 1. Install and initialize the CLI. 2. Open the target URL and capture a snapshot. 3. Interact with elements using snapshot references. 4. Re-snapshot after navigation or state changes. 5. Export results (screenshots or JSON) for downstream use. ## Quick Reference | Task | Action | |------|--------| | Install | `npm install -g agent-browser` then `agent-browser install` | | Open page | `agent-browser open <url>` | | Snapshot | `agent-browser snapshot -i --json` | | Interact | `click @eN`, `fill @eN "text"` | | Screenshot | `agent-browser screenshot output.png` | | Docs | See `references/quick-start.md` | ## Input Requirements - Target URL(s) - CLI installed and Chromium downloaded - Credentials if login is required ## Output - Screenshots (PNG) - JSON snapshots of page structure - Extracted text/attributes ## Quality Gates - [ ] Snapshot captured after each major navigation step - [ ] Interactions verified in a follow-up snapshot - [ ] Outputs saved to disk with clear filenames ## Examples ### Example 1: Capture a page snapshot ```bash agent-browser ope

What's inside
Steps it walks through
  1. Instructions
  2. Quick Reference
  3. Input Requirements
  4. Output
  5. Quality Gates
  6. Examples
  7. Example 1: Capture a page snapshot
  8. Troubleshooting
Ships with 1 file
  • references/quick-start.md
Commands it runs
agent-browser open https://example.org
agent-browser snapshot -i --json > page.json
More from awesome-bio-agent-skills
All skills →
About this skill
What does the agent-browser skill do?

Browser automation via agent-browser CLI for web navigation, form filling, screenshots, scraping, login flows, and UI testing.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill agent-browser --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going