A secure, programmatic interface to fetch Webshare proxy configurations and usage stats directly through the oo CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-webshare
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-webshare 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-webshare skill provides developers and AI agents with a streamlined interface to operate Webshare proxy networks. By utilizing this skill under the Openclaw Skills standard, teams can query active proxy lists, retrieve network configurations, and monitor real-time usage statistics without managing raw API keys locally. All credential handling is isolated and injected server-side via the connected OOMOL console.
Integrating this tool eliminates the manual overhead of updating proxy configuration files and rotation mechanisms. It delivers a fast, secure, and developer-friendly terminal workflow that easily scales with high-concurrency scraping or testing pipelines.
schema command for the specified Webshare action.If you have not already installed the oo CLI, use one of the commands below:
# macOS / Linux
curl -fsSL https://cli.oomol.com/install.sh | bash
# Windows PowerShell
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=webshare
https://console.oomol.com/billing/token-recharge.Because the underlying APIs are subject to change, verify the correct parameters and JSON inputs live using:
oo connector schema "webshare" --action "<action_name>"
Every connector action execution returns a JSON envelope in the following structure:
| Field | Type | Description |
|---|---|---|
data |
Object / Array | The exact response returned from Webshare (e.g., list of proxies, profiles, usage metrics). |
meta |
Object | System execution tracking information. |
meta.executionId |
String | Unique tracking ID useful for logging, auditing, and debugging. |
get_profile: Retrieves details about the connected Webshare user profile.get_proxy_config: Retrieves proxy-specific configurations associated with the subscription plan.list_proxies: Lists proxies with built-in official modes, pagination, and filter parameters.list_stats: Retrieves hourly proxy performance and usage statistics for a defined time window.Loading
A CLI-driven environmental intelligence skill enabling AI agents to query Ambee air quality, history, forecast, and geocoding data seamlessly.

A highly secure, CLI-driven skill to validate and verify email addresses using the Abstract API through OOMOL integrations.

An AI-powered integration skill to run web scraping, PDF conversion, screenshot capture, and list management via Agenty.

A powerful integration designed to connect AI agents with Apollo to perform deep contact enrichment, organization search, and pipeline prospecting seamlessly.

A secure integration skill that enables AI agents to run, inspect, and bulk-execute VectorShift AI pipelines directly using the oo CLI.

An API connector skill that enables AI agents to check ERC-20 token approvals, query trade quotes, and build Uniswap swap transaction calldata via the oo CLI.








































