A secure, CLI-driven browser automation skill that enables AI agents to search, crawl, and fetch web page data via the Hyperbrowser platform without managing API keys directly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-hyperbrowser
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-hyperbrowser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The oo-hyperbrowser skill allows developers and AI agents to seamlessly interact with Hyperbrowser (hyperbrowser.ai) using OOMOL-connected accounts. By utilizing this skill, you bypass the complexity of manually managing raw API keys and tokens. The credentials are secure and injected server-side by OOMOL, creating a highly robust environment for web-scraping pipelines.
As a core addition to your collection of Openclaw Skills, this tool acts as a unified hub for reading, creating, and updating web automation data. Whether you need to scrape dynamic websites, execute deep web crawls, or perform structured search queries, this skill provides a clean CLI-based interface for your AI workflows.
oo CLI tool under the hood, utilizing safe bash-based execution workflows.oo connector schema to ensure payload accuracy.To begin using this capability within your Openclaw Skills workspace, follow these essential setup steps:
If the command oo is not found, install it using the following commands:
macOS / Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Authenticate your local environment by running:
oo auth login
Link your Hyperbrowser account at the OOMOL App Connections page:
https://console.oomol.com/app-connections?provider=hyperbrowser
(Auth Type: API Key)
This skill exposes multiple core actions via the oo command-line execution framework. You can inspect the structure of each action prior to running it.
oo connector schema "hyperbrowser" --action "<action_name>"
| Action Name | Type | Description | Safe to Run Directly? |
|---|---|---|---|
fetch_page |
Read | Fetches a target web page and returns it in requested data formats. | Yes |
get_web_crawl_results |
Read | Retrieves paginated results for a completed or ongoing crawl job. | Yes |
get_web_crawl_status |
Read | Checks the current status (pending, processing, completed) of a crawl. | Yes |
search_web |
Read | Executes structured search engine queries and returns results. | Yes |
start_web_crawl |
Write | Initiates an asynchronous crawl job starting from a root URL. | No (Requires User Consent) |
All connector executions return JSON matching the following structure:
{
"data": { ... },
"meta": {
"executionId": "string"
}
}
start_web_crawl), prompting explicit human confirmation before execution.Loading
An executive API bridge for NeverBounce to run high-accuracy email validation and bulk verification tasks directly through the OOMOL CLI.

A developer-ready CLI-based skill that allows AI agents to interact directly with Loomio to search, list, and retrieve poll details safely.

A powerful integration to operate and automate lexoffice accounting, contact, and inventory workflows via OOMOL secure CLI actions.

An AI-powered audio transcription and analysis skill that automates beat tracking, chord recognition, source separation, and guitar strum detection.

A secure Openclaw Skills connector for query, transaction, and card data retrieval via the Fidel API using the OOMOL CLI tool.

An AI-ready integration to programmatically manage Formbricks contacts, attribute keys, and workspaces using the oo CLI without handling raw tokens.








































