| name | browser-automation-v2 |
| description | Browser Automation V2 |
Browser Automation v2
Enterprise-grade browser automation for OpenClaw with robust resource management.
Features
- ✅ Automatic tab cleanup - No more tab accumulation
- ✅ Timeout & retry - Exponential backoff on network errors
- ✅ Smart waiting -
waitForLoadState, waitForSelector
- ✅ Concurrency lock - Prevents profile conflicts
- ✅ Structured logging - DEBUG=1 for verbose output
- ✅ Configurable - Environment variables for timeout, retries, profile
Files
browser-manager.v2.js - Core manager class
search-google.js - Google search with screenshot + PDF
fetch-summary.js - Fetch page content (static or dynamic)
multi-pages.js - Batch process multiple URLs
fill-form.js - Auto-fill forms by field names
Usage
export BROWSER_PROFILE=openclaw
export BROWSER_TIMEOUT=30000
export BROWSER_RETRIES=2
export DEBUG=1
cd ~/.openclaw/workspace/skills/browser-automation-v2
node search-google.js "OpenClaw automation"
node multi-pages.js "https://example.com"
node fill-form.js