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.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-search-api
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-search-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OOMOL SearchApi skill is a secure, server-side credential-managed connector that exposes searchapi.io functionalities through the OOMOL oo CLI. This powerful component of the Openclaw Skills library eliminates the need to expose raw API tokens inside local codebases or AI agent environments, letting developers run Google and multi-engine searches safely.
By routing calls through the oo CLI connector, developers can easily integrate real-time search capabilities, query cached engine results, and fetch geographical location data. It represents a standardized way to enhance your AI agents via Openclaw Skills by providing programmatic web access with built-in schema validation and execution tracking.
oo connector schema "search_api" --action "<action_name>" to fetch the input-output contract structure directly from the server.oo connector run "search_api" --action "<action_name>" --data '<json>' --json to call the endpoint.Ensure you have the OOMOL CLI utility set up in your local system. Run the corresponding installation script for your platform:
macOS / Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Sign in to your account to link your terminal session with the platform:
oo auth login
Ensure you link your SearchApi API key in the OOMOL Console to allow server-side credential injection:
https://console.oomol.com/app-connections?provider=search_api
Once connected, execute search operations directly without manual authentication flags.
The search_api connector structures its core actions with specific input schemas, accessible dynamically through the schema command.
| Action Name | Type | Description |
|---|---|---|
get_account_info |
Read | Retrieve account usage statistics for the connected SearchApi API key. |
get_cached_search_html |
Read | Retrieve one cached SearchApi search result in HTML format by search identifier. |
get_cached_search_json |
Read | Retrieve one cached SearchApi search result in JSON format by search identifier. |
get_locations |
Read | Look up canonical SearchApi locations for geo-targeted search queries. |
search |
Read | Run one SearchApi search request with the first-pass common query parameters. |
Every CLI command triggers a standardized JSON output:
{
"data": {},
"meta": {
"executionId": "string"
}
}
Loading
A command-line skill designed to retrieve project, task, and user metrics from Rocketlane seamlessly.

An AI-ready skill allowing coding agents to seamlessly interact with the SignWell e-signature API via the OOMOL-connected oo CLI.

An advanced integration skill that allows AI agents to manage Superchat contacts, list communication channels, and send multi-channel messages through a secure CLI protocol.

An Openclaw skill that integrates Serply to perform powerful Google Search, Google Scholar, Google News, and Google Video queries directly from your AI agent.

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

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








































