Agent Browser
Agent Browser gives your Claw a real browser. It can open URLs, click buttons, fill forms, take screenshots, extract data from pages, and interact with web apps β all from a natural language instruction.
Install:
npx clawhub@latest install agent-browserclawhub.ai/skills/agent-browser (opens in a new tab)
What it can do
| Task | Example prompt |
|---|---|
| Open a page | "Open my HyperClaw dashboard and take a screenshot" |
| Extract data | "Go to this URL and pull all the pricing tiers into a table" |
| Fill a form | "Open the signup form at [url] and fill it with these details" |
| Navigate flows | "Log into [site], go to Settings, and screenshot the API keys page" |
| Research | "Visit these 3 competitor pages and summarise each product offering" |
| Test a page | "Open my staging site and check that the checkout flow works" |
Basic usage
Use agent-browser to open https://example.com and take a screenshot.Use agent-browser to go to the HyperClaw dashboard, navigate to Scheduled Tasks, and list all active tasks.Research these 3 URLs in parallel using agent-browser. For each, extract the product name, pricing, and main CTA.How it works
Agent Browser runs a headless Chromium instance. Your Claw sends it instructions as browser automation commands β navigate, click, fill, scroll, screenshot, extract text. The results come back as text, structured data, or image files depending on what you asked for.
It handles JavaScript-heavy pages, single-page apps, and multi-step flows that a plain web fetch can't handle.
Combine with other skills
Agent Browser pairs well with:
- Research tasks β use it to visit sources that block crawlers or require JS rendering
- Morning brief β screenshot your dashboard or analytics page and include it in the brief
- Humanizer β browse competitor content, extract it, and humanize your draft response
- Nano PDF β pull content from a web page and convert it to a PDF for archiving
Agent Browser opens real browser sessions. Avoid pointing it at pages that require sensitive authentication (banking, email) unless you've reviewed the skill source and understand exactly what it will do with those credentials.