✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Super Browser

**The ultimate browser automation framework.** Combines the best of 8 top-rated browser skills.

Rating
4.8 (470 reviews)
Downloads
520 downloads
Version
1.0.0

Overview

**The ultimate browser automation framework.** Combines the best of 8 top-rated browser skills.

Complete Documentation

View Source →

Super Browser Automation

The ultimate browser automation framework. Combines the best of 8 top-rated browser skills.


Why This Skill?

Unified browser automation that works locally or in the cloud. Handles any web task from scraping to testing.


Core Features

1. Environment Selection (automatic)

  • Cloud - Browserbase (remote, scalable)
  • Local - Local Chrome/Chromium
  • Auto-detect based on available keys

2. Session Management

  • Create/destroy sessions
  • Use profiles (persist logins)
  • Connect to existing tabs

3. Core Actions

CommandDescription
navigateGo to URL
clickClick element
typeInput text
snapshotAnalyze page
screenshotCapture screen
pdfExport to PDF

4. Interactions

  • Use @refs from snapshot
  • Wait for elements
  • Mouse control
  • Drag and drop

5. Best Practices

  • Always observe before acting
  • Use explicit waits
  • Handle errors gracefully

Usage

Quick Automation

text
browser open url="https://example.com"
browser snapshot
browser click ref="login-btn"

Cloud Session

text
browser session create --provider=browserbase
browser task run --goal="Find pricing page"

Profile Management

text
browser profile create --name=shopping
browser profile connect --name=shopping


Merged From

SkillRating
agent-browser3.672
browser-automation3.590
browser-use3.538
fast-browser-use3.534
stagehand-browser-cli3.519
agent-browser-stagehand3.531

Version

v1.0.0 - Initial release

Installation

Terminal bash

openclaw install super-browser
    
Copied!

💻Code Examples

### Quick Automation

-quick-automation.txt
browser open url="https://example.com"
browser snapshot
browser click ref="login-btn"

### Cloud Session

-cloud-session.txt
browser session create --provider=browserbase
browser task run --goal="Find pricing page"

### Profile Management

-profile-management.txt
browser profile create --name=shopping
browser profile connect --name=shopping

Tags

#browser_and-automation #automation

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity Multi-Agent
Author heldinhow
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install super-browser