Agent Browser Skill
/install agent-browser-skill
Agent Browser Skill
Description
Enhanced browser automation for OpenClaw agents with advanced navigation, screenshot, and interaction capabilities.
When to Use
Use this skill when:
- Automating web browsing tasks
- Taking screenshots of web pages
- Filling forms and clicking buttons
- Extracting data from websites
- Testing web applications
- Navigating complex web flows
Prerequisites
- OpenClaw browser tool must be enabled
- Chrome or Chromium browser installed
- Internet connection for web access
Examples
Basic Navigation
# Navigate to a website
openclaw browser open --url "https://example.com"
# Take a screenshot
openclaw browser snapshot --url "https://example.com" --output screenshot.png
Form Interaction
# Fill a form
openclaw browser act --url "https://forms.example.com" --kind fill --fields '{"name": "John", "email": "[email protected]"}'
# Click a button
openclaw browser act --url "https://example.com" --kind click --selector "button.submit"
Data Extraction
# Extract page content
openclaw browser snapshot --url "https://news.example.com" --maxChars 5000
# Monitor page changes
openclaw browser act --url "https://status.example.com" --kind wait --textGone "Loading..."
Integration with OpenClaw
This skill enhances the native OpenClaw browser tool with:
- Simplified commands - Easier syntax for common tasks
- Error handling - Better recovery from failures
- Performance optimization - Faster page loads and interactions
- Accessibility support - Better element detection
Safety Notes
- Only automate public websites
- Respect robots.txt and terms of service
- Avoid excessive requests to prevent IP blocking
- Use delays between actions to mimic human behavior
Troubleshooting
Common Issues
- Browser not starting: Check if Chrome is installed
- Element not found: Try different selectors or wait for page load
- Timeout errors: Increase timeout values for slow pages
- Permission denied: Ensure OpenClaw has necessary permissions
Debug Tips
# Enable verbose logging
openclaw browser open --url "https://example.com" --verbose
# Check browser status
openclaw browser status
References
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-browser-skill - After installation, invoke the skill by name or use
/agent-browser-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Browser Skill?
Automate web browsing with navigation, form filling, clicking, screenshots, data extraction, and testing using Chrome via OpenClaw browser tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 383 downloads so far.
How do I install Agent Browser Skill?
Run "/install agent-browser-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Browser Skill free?
Yes, Agent Browser Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Browser Skill support?
Agent Browser Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Browser Skill?
It is built and maintained by baiyunrei2025 (@baiyunrei2025); the current version is v1.0.0.