An AI-powered web scraping and browser automation agent skill that integrates AgentQL with OOMOL CLI to query, extract, and manipulate web page data without local credential management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-agentql
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-agentql using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AgentQL OOMOL Connector is a high-performance skill designed to integrate AgentQL's next-generation semantic web scraping with OOMOL-connected accounts. By leveraging this tool within Openclaw Skills, developers can interactively orchestrate headless browsers, create remote Tetra browser sessions, and retrieve structured data from any webpage using AI-driven selectors. The execution is handled completely server-side via the OOMOL command-line interface, meaning developers never have to worry about managing raw API keys or exposing credential tokens.
Integrating this capability allows AI agents to effortlessly read, create, and update web data structures. This is particularly valuable for web automation pipelines, dynamic data harvesting, and maintaining automated QA flows. By wrapping AgentQL with Openclaw Skills, your AI workflow gains robust, secure web interaction capabilities that can adapt dynamically as websites change.
These are one-time setup steps. Run a step only when a command fails for the matching reason.
If the CLI is not yet installed, download and install it based on your operating system:
For macOS / Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Sign into your account once to enable command execution:
oo auth login
Navigate to the OOMOL Console to connect your AgentQL account using an API key:
https://console.oomol.com/app-connections?provider=agentql
The skill operates on structured inputs and outputs fetched dynamically from the OOMOL schema registry. Below is the structure of the primary actions and data schemas:
| Action Name | Description | Tag |
|---|---|---|
create_browser_session |
Create an AgentQL Tetra remote browser session | [write] |
query_data |
Query a webpage and return extracted structured data | Read (Safe) |
get_usage |
Fetch AgentQL account and API key usage counters | Read (Safe) |
list_session_usage |
List AgentQL Tetra session telemetry entries | Read (Safe) |
To inspect any live action schema before dispatching payloads, use:
oo connector schema "agentql" --action "<action_name>"
Execution payloads return responses mapped inside a root key:
{
"data": {
"result": "<extracted_structured_data>"
},
"meta": {
"executionId": "<execution_id_string>"
}
}
Loading
A powerful OOMOL-powered skill to manage Ably real-time messaging, channels, presence history, and push notifications directly from your AI coding environment.

Automate Amara subtitle tracks, video URLs, and translation pipelines securely using the oo CLI and agent-friendly schemas.

A versatile skill enabling AI agents to interact with APIVerve's suite of utility APIs, including calculations, lookups, and environmental data fetching.

A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.

An AI agent skill to programmatically search products, read store details, and retrieve customer reviews from Best Buy using the secure oo CLI.

An AI-powered researcher skill that provides deep insight and analysis on Virginia Roberts Giuffre's posthumous memoir, Nobody's Girl, detailing her survival and fight for justice.








































