agent-browser

Solid

Drive a real browser to inspect or interact with a web page or app — navigate, take screenshots, read console and network, fill simple forms — for verification tasks, not unattended automation.

AI & Automation 9 stars 1 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Browser Use a controlled browser to verify behavior, capture evidence, or extract information from web pages that a static fetch cannot reach (SPAs, login-gated pages, dynamic content). This skill is about supervised verification, not unattended scraping. ## When to use - You need a screenshot of a deployed page or a local dev server to confirm a UI change. - You need to read JavaScript-rendered content that `curl`/`wget` will not see. - A user reports a UI bug and you need to reproduce it interactively to capture console errors, network requests, or layout state. - You need to walk through a short flow (load page, click, observe) to verify acceptance criteria. ## When not to use - The page is reachable as static HTML. Use `curl`/HTTP fetch — it is cheaper, faster, and more reliable. - The task is unattended large-scale scraping. That belongs to a dedicated scraper with rate limits, robots.txt handling, and a real user agent policy — not this skill. - The site is behind authentication you do not own credentials for, or whose terms of service prohibit automation. - The site involves sensitive accounts (banking, healthcare, government) where automation risks lockout or compliance issues. ## Before launching the browser - Confirm the URL and what state should be true after navigation. - Decide what evidence is needed: full-page screenshot, viewport screenshot, console log, network trace, HTML snapshot, extracted text. - Decide the viewport size that matters for th...

Details

Author
getpaperclipai
Repository
getpaperclipai/paperclip
Created
3 weeks ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-browser

Automate a real browser with the agent-browser CLI — open pages, snapshot interactive elements, click/fill by ref, extract content. Use when the user wants to browse, open a page, visit a URL, navigate a site, click or fill a form element, scrape, take a screenshot of a page, test a web app, or says "agent-browser". Works as a general-purpose browser automation tool in any repo, even ones without a local browser skill installed.

2 Updated 5 days ago
lttr
Web & Frontend Listed

agent-browser

Drive a real browser from the CLI — navigate, snapshot, click, fill, screenshot, emulate. Use when the user wants to interact with a website, test or review a web UI, take screenshots, extract page data, or attach to a CDP endpoint (Chrome, Tauri/WebView2, Electron), or when another skill needs browser evidence.

1 Updated today
Firzus
AI & Automation Listed

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

1 Updated 4 days ago
NafisRayan