super-browserUnified browser automation framework supporting local and cloud sessions with navigation, interaction, snapshots, profiles, and error handling.
Install via ClawdBot CLI:
clawdbot install Heldinhow/super-browserThe ultimate browser automation framework. Combines the best of 8 top-rated browser skills.
Unified browser automation that works locally or in the cloud. Handles any web task from scraping to testing.
| Command | Description |
|---------|-------------|
| navigate | Go to URL |
| click | Click element |
| type | Input text |
| snapshot | Analyze page |
| screenshot | Capture screen |
| pdf | Export to PDF |
browser open url="https://example.com"
browser snapshot
browser click ref="login-btn"
browser session create --provider=browserbase
browser task run --goal="Find pricing page"
browser profile create --name=shopping
browser profile connect --name=shopping
| 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 |
v1.0.0 - Initial release
Generated Mar 1, 2026
Automate daily scraping of competitor product prices and availability across multiple e-commerce websites. The skill can navigate to product pages, extract pricing data, and log changes for analysis, enabling dynamic pricing strategies.
Perform automated end-to-end testing of web applications by simulating user interactions like clicking buttons, filling forms, and verifying page content. This ensures functionality and user experience quality before deployment.
Scrape public social media posts or trends from platforms for market research or content curation. The skill can log in using profiles, navigate feeds, and extract text or metadata for analysis and reporting.
Automate the collection of financial data from banking or investment websites, such as stock prices or transaction histories. It handles secure logins via profiles and exports data to PDF for record-keeping or further processing.
Gather property listings from multiple real estate websites by automating searches, clicking through listings, and extracting details like price, location, and features for comparative market analysis.
Offer a subscription-based service where businesses pay monthly for automated web tasks like data scraping or testing. Revenue comes from tiered plans based on usage volume, features, and cloud session scalability.
Provide bespoke automation solutions for clients in industries like e-commerce or finance, charging project-based fees for setup, integration, and maintenance. Revenue scales with client needs and complexity of tasks.
Use the skill to collect and aggregate web data, then sell processed datasets or insights to businesses for market research, competitive analysis, or lead generation. Revenue is generated through one-time sales or data subscriptions.
💬 Integration Tip
Start by testing with local sessions to avoid cloud costs, and use snapshot commands to analyze page elements before automating interactions for better reliability.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection