Install
openclaw skills install agent-browser-skillAutomate web browsing with navigation, form filling, clicking, screenshots, data extraction, and testing using Chrome via OpenClaw browser tool.
openclaw skills install agent-browser-skillEnhanced browser automation for OpenClaw agents with advanced navigation, screenshot, and interaction capabilities.
Use this skill when:
# Navigate to a website
openclaw browser open --url "https://example.com"
# Take a screenshot
openclaw browser snapshot --url "https://example.com" --output screenshot.png
# Fill a form
openclaw browser act --url "https://forms.example.com" --kind fill --fields '{"name": "John", "email": "john@example.com"}'
# Click a button
openclaw browser act --url "https://example.com" --kind click --selector "button.submit"
# 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..."
This skill enhances the native OpenClaw browser tool with:
# Enable verbose logging
openclaw browser open --url "https://example.com" --verbose
# Check browser status
openclaw browser status