browser-pcAutomate 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/browser-pcAutomate 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 on competitor websites to track pricing strategies and promotions. Use the skill to navigate product pages, extract price data, and log changes for market analysis.
Automate filling out contact forms on industry directories or event websites to capture leads. The skill can navigate to forms, input data from a list, and submit entries to streamline outreach efforts.
Perform automated audits of website content to check for broken links, outdated information, or compliance issues. Use the skill to navigate through site sections, extract text and links, and generate reports.
Simulate user interactions to test web application functionality, such as logging in, navigating menus, and submitting data. The skill can automate repetitive test cases and capture screenshots for debugging.
Collect structured data from public websites, such as product listings or news articles, for competitive analysis. Use the skill to navigate pages, extract specific data points, and save results in a usable format.
Offer a cloud-based service using Browserbase mode to provide browser automation as a service. Charge monthly fees for access to advanced features like stealth mode and proxy support, targeting businesses needing scalable web interactions.
Provide custom browser automation solutions to clients on a project basis, such as setting up data extraction scripts or form-filling bots. Use local mode for development and Browserbase for production to handle diverse client needs.
Offer workshops or online courses teaching teams how to implement browser automation for tasks like web scraping or testing. Provide consulting services to help organizations integrate the skill into their workflows for efficiency gains.
💬 Integration Tip
Integrate this skill into existing workflows by using Bash scripts to chain commands, and ensure environment variables are set for seamless switching between local and remote modes.
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.