File contents 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
Command
Description
navigate
Go to URL
click
Click element
type
Input text
snapshot
Analyze page
screenshot
Capture screen
pdf
Export 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
browser open url="https://example.com"
browser snapshot
browser click ref="login-btn"
Cloud Session
browser session create --provider=browserbase
browser task run --goal="Find pricing page"
Profile Management
browser profile create --name=shopping
browser profile connect --name=shopping
Merged From
Skill
Rating
agent-browser
3.672
browser-automation
3.590
browser-use
3.538
fast-browser-use
3.534
stagehand-browser-cli
3.519
agent-browser-stagehand
3.531
Version
v1.0.0 - Initial release
1 --- 2 name: super-browser 3 description: Super Browser Automation 4 --- 5 # Super Browser Automation 6 7 **The ultimate browser automation framework.** Combines the best of 8 top-rated browser skills. 8 9 --- 10 11 ## Why This Skill? 12 13 Unified browser automation that works locally or in the cloud. Handles any web task from scraping to testing. 14 15 --- 16 17 ## Core Features 18 19 ### 1. Environment Selection (automatic) 20 - **Cloud** - Browserbase (remote, scalable) 21 - **Local** - Local Chrome/Chromium 22 - Auto-detect based on available keys 23 24 ### 2. Session Management 25 - Create/destroy sessions 26 - Use profiles (persist logins) 27 - Connect to existing tabs 28 29 ### 3. Core Actions 30 | Command | Description | 31 |---------|-------------| 32 | navigate | Go to URL | 33 | click | Click element | 34 | type | Input text | 35 | snapshot | Analyze page | 36 | screenshot | Capture screen | 37 | pdf | Export to PDF | 38 39 ### 4. Interactions 40 - Use @refs from snapshot 41 - Wait for elements 42 - Mouse control 43 - Drag and drop 44 45 ### 5. Best Practices 46 - Always observe before acting 47 - Use explicit waits 48 - Handle errors gracefully 49 50 --- 51 52 ## Usage 53 54 ### Quick Automation 55 ``` 56 browser open url="https://example.com" 57 browser snapshot 58 browser click ref="login-btn" 59 ``` 60 61 ### Cloud Session 62 ``` 63 browser session create --provider=browserbase 64 browser task run --goal="Find pricing page" 65 ``` 66 67 ### Profile Management 68 ``` 69 browser profile create --name=shopping 70 browser profile connect --name=shopping 71 ``` 72 73 --- 74 75 ## Merged From 76 77 | Skill | Rating | 78 |-------|--------| 79 | agent-browser | 3.672 | 80 | browser-automation | 3.590 | 81 | browser-use | 3.538 | 82 | fast-browser-use | 3.534 | 83 | stagehand-browser-cli | 3.519 | 84 | agent-browser-stagehand | 3.531 | 85 86 --- 87 88 ## Version 89 90 v1.0.0 - Initial release
javimosch/open-claw-skills/tree/main/skills/heldinhow/super-browser commit ed6c3c07c0
Frequently asked questions How do I install the Super Browser skill? Run npx skillmds@latest add javimosch/super-browser in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Super Browser skill do? Super Browser Automation It is listed under Coding & Dev Tools on SkillMD.
Is Super Browser safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Super Browser? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Super Browser free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Super Browser? javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.