agent-browser
agent-browser enables autonomous control of web browsers for task automation. Execute complex interactions like navigation, form submission, and content extraction without manual intervention. Perfect for building agents that need to operate across web applications.
agent-browser is a web browser automation tool that enables autonomous control of web browsers for task automation. It allows you to execute complex interactions like navigation, form submission, and content extraction without manual intervention. agent-browser is perfect for building agents that need to operate across web applications, automating everything from simple clicks to sophisticated multi-step workflows.
AI-generated summary based on this skill's SKILL.md
Install
b1rdmania/ghostclaw/agent-browser · repository language: TypeScript
git clone https://github.com/b1rdmania/ghostclaw
cp -r ghostclaw/agent-runner/skills/agent-browser ~/.claude/skills/agent-browserFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is agent-browser and what can it do?
agent-browser is a web browser automation tool that enables autonomous control of web browsers for task automation. It allows you to execute complex interactions like navigation, form submission, and content extraction without manual intervention. agent-browser is perfect for building agents that need to operate across web applications, automating everything from simple clicks to sophisticated multi-step workflows.
How do I automate clicking on websites with agent-browser?
agent-browser provides programmatic control to automate clicking on websites by allowing you to interact with web elements directly through code. You can target buttons, links, and other clickable elements, then execute clicks as part of automated workflows. This capability is central to agent-browser's design for automating web interactions without manual intervention.
Can agent-browser extract data from web pages programmatically?
Yes, agent-browser supports extracting data and information from web pages programmatically. You can retrieve text from webpage elements, capture page content, and analyze web page data as part of your automation workflows. agent-browser's data extraction capabilities make it suitable for web scraping and gathering information from websites automatically.
How does agent-browser help with web form automation?
agent-browser enables you to fill web forms automatically with code, automating form submission workflows without manual input. You can programmatically populate form fields, select options, and submit forms as part of larger automation sequences. This makes agent-browser an effective web form automation tool for repetitive data entry tasks.
Is agent-browser suitable for browser testing automation?
Yes, agent-browser is well-suited for testing web applications and user workflows through browser testing automation. You can automate web page navigation, verify element interactions, and test complex user journeys programmatically. agent-browser's ability to navigate websites programmatically and interact with web apps automatically makes it valuable for quality assurance and testing scenarios.
What license does agent-browser use?
agent-browser is released under the MIT license, which is a permissive open-source license. This means you can freely use, modify, and distribute agent-browser in both personal and commercial projects with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Browser Automation with agent-browser
Quick start
agent-browser open <url> # Navigate to page
agent-browser snapshot -i # Get interactive elements with refs
agent-browser click @e1 # Click element by ref
agent-browser fill @e2 "text" # Fill input by ref
agent-browser close # Close browser
Core workflow
- Navigate:
agent-browser open <url> - Snapshot:
agent-browser snapshot -i(returns elements with refs like@e1,@e2) - Interact using refs from the snapshot
- Re-snapshot after navigation or significant DOM changes
Commands
Navigation
agent-browser open <url> # Navigate to URL
agent-browser back # Go back
agent-browser forward # Go forward
agent-browser reload # Reload page
agent-browser close # Close browser
Snapshot (page
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
agent-runner/skills/agent-browser/SKILL.md