stagehand-browser-cliAutomate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Install via ClawdBot CLI:
clawdbot install peytoncasper/stagehand-browser-cliAutomate browser interactions using Stagehand CLI with Claude.
The skill automatically selects between local and remote browser environments:
Check setup.json in this directory. If setupComplete: false:
npm install # Install dependencies
npm link # Create global 'browser' command
All commands work identically in both modes:
browser navigate <url> # Go to URL
browser act "<action>" # Natural language action
browser extract "<instruction>" ['{}'] # Extract data (optional schema)
browser observe "<query>" # Discover elements
browser screenshot # Take screenshot
browser close # Close browser
browser navigate https://example.com
browser act "click the Sign In button"
browser extract "get the page title"
browser close
| Feature | Local | Browserbase |
|---------|-------|-------------|
| Speed | Faster | Slightly slower |
| Setup | Chrome required | API key required |
| Stealth mode | No | Yes |
| Proxy/CAPTCHA | No | Yes |
| Best for | Development | Production/scraping |
browser observe to discover available elementsFor detailed examples, see EXAMPLES.md.
For API reference, see REFERENCE.md.
Generated Mar 1, 2026
Automate daily price checks across competitor websites to track market trends. Extract product prices and availability using natural language commands, enabling dynamic pricing strategies and inventory decisions.
Navigate banking or investment portals to extract account balances and transaction histories. Automate form filling for login and data retrieval, streamlining financial reporting and compliance audits.
Browse property websites to collect listing details like prices, locations, and amenities. Use screenshots to verify data accuracy and automate updates for real estate databases or market analysis.
Interact with healthcare provider portals to check appointment availability and book slots. Automate form submissions and extract confirmation details, reducing manual effort for patient management.
Navigate academic journals or government websites to extract research data and statistics. Use natural language actions to click through pagination and download reports, aiding in literature reviews.
Offer a cloud-based browser automation platform with remote Browserbase integration for stealth and proxy features. Charge monthly fees based on usage tiers, targeting businesses needing scalable web scraping solutions.
Provide custom automation setup and scripting for clients in industries like e-commerce or finance. Use the skill to develop tailored workflows, generating revenue through project-based contracts and ongoing support.
Deploy automated bots to collect and clean web data from sources like competitor sites or public databases. Sell processed datasets or insights via API access or one-time purchases to data-driven companies.
💬 Integration Tip
Integrate with existing CI/CD pipelines using Bash scripts for automated testing, and leverage .env files for secure API key management in production environments.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.