An automated integration enabling AI agents and developers to safely run ParseHub web scraping projects and retrieve structured web data without writing custom scrapers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-parsehub
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-parsehub using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ParseHub skill enables AI coding agents and automated workflows to seamlessly interface with ParseHub, a powerful visual web scraping tool. By leveraging Openclaw Skills, developers can instruct AI agents to extract structured data from any website without writing custom scraper scripts or managing API authentications manually.
Through this integration, OOMOL handles credential management securely server-side. This ensures your ParseHub API tokens are never exposed in raw formats or committed to code repositories, streamlining your web data harvesting pipelines.
oo connector schema command.To configure the ParseHub integration, follow these one-time setup steps:
First, install the OOMOL CLI on your system:
# For macOS / Linux
curl -fsSL https://cli.oomol.com/install.sh | bash
# For Windows PowerShell
irm https://cli.oomol.com/install.ps1 | iex
Next, authenticate your OOMOL account once:
oo auth login
Finally, connect your ParseHub account (using your API key) via the web console:
https://console.oomol.com/app-connections?provider=parsehub
Once authorized, your local agent can interact with Openclaw Skills and run ParseHub actions directly.
The ParseHub skill operates on structured inputs and outputs specified by the live API contract. Developers can query live schemas dynamically.
| Action Name | Description | Response Model |
|---|---|---|
get_project |
Fetches details and configuration of a specific ParseHub project | JSON object containing project fields |
list_projects |
Lists all projects accessible under the authenticated API key | Paginated array of project summaries |
All successfully executed actions return an object format containing a data key for payload responses and a meta key containing execution metrics:
{
"data": { ... },
"meta": {
"executionId": "unique-execution-id-string"
}
}
Loading
Securely read, create, update, and delete MailerLite subscribers and groups via an AI-ready CLI connector.

A specialized tool that enables AI agents to query and monitor Pingdom uptime checks, credits, and probe locations securely via the oo CLI.

An OOMOL-powered Razorpay skill to securely manage payment processing, order generation, and refunds directly from your command line or AI workflows.

A secure OOMOL-driven SearchApi wrapper that allows AI agents and CLI environments to perform web search and retrieve cached HTML/JSON without raw credential handling.

A CLI-powered AI agent skill designed to query, search, and monitor forum topics, posts, and user activity from Linux DO without raw credential handling.

An advanced API development and testing skill that lets AI agents seamlessly manage Postman collections, workspaces, specifications, and mock servers without manual token handling.








































