Enterprise-grade browser automation for OpenClaw with robust
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: Browser Automation v2
description: Enterprise-grade browser automation for OpenClaw with robust
resource management.
---
# 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
```bash
# Set environment (optional)
export BROWSER_PROFILE=openclaw
export BROWSER_TIMEOUT=30000
export BROWSER_RETRIES=2
export DEBUG=1
cd ~/.openclaw/workspace/skills/browser-automation-v2
# Search Google
node search-google.js "OpenClaw automation"
# Batch process
node multi-pages.js "https://example.com" "https://github.com"
# Fill form
node fill-form.js "https://example.com/form" '{"email":"test@xx.com"}'
```
## Integration
Register as OpenClaw skill:
```bash
openclaw skills install ~/.openclaw/workspace/skills/browser-automation-v2
```
Or call directly from agent:
```
run search-google.js "query"
```
## Requirements
- OpenClaw v2026.2.15+
- Browser profile configured (default: `openclaw`)
- Gateway running
## Troubleshooting
- **Timeout errors**: Increase `BROWSER_TIMEOUT`
- **Profile locked**: Wait for other instance to finish
- **Element not found**: Use `snapshot --format ai` to debug refs
---
*Created: 2026-02-16*
*Version: 2.0.0*
*License: MIT*
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...