Webshare for Openclaw

A secure, programmatic interface to fetch Webshare proxy configurations and usage stats directly through the oo CLI.

oomol
v1.0.1
Jun 9, 2026
0
511
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install oo-webshare

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Webshare?

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.

Webshare Use Cases

  • Dynamically rotating proxy configurations inside high-scale browser automation scripts
  • Fetching up-to-date proxy IP lists and ports for programmatic network requests
  • Monitoring hourly bandwidth consumption and usage statistics for active scraper fleets
  • Restructuring proxy deployment scripts without hardcoding sensitive API credentials

How Webshare Works

  1. Schema Verification: The skill requests the authoritative inputs and contract payload using the live schema command for the specified Webshare action.
  2. Secure Transmission: The user runs the target action with a JSON-formatted query, routing the request through the OOMOL connector.
  3. Server-side Credential Injection: OOMOL injects the user's Webshare API key server-side, shielding raw credentials from the shell environment.
  4. Structured Output Response: Webshare returns the requested list or profile object wrapped in a standardized metadata envelope containing an execution tracking ID.

Webshare Setup

Prerequisite: Install the oo CLI

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

Authentication & Connection Setup

  1. Sign in to your OOMOL account:
oo auth login
  1. Authorize Webshare (using API key authentication) at the following console:
https://console.oomol.com/app-connections?provider=webshare
  1. If your commands encounter billing limits (HTTP 402), recharge your token balance at: https://console.oomol.com/billing/token-recharge.

Webshare Data Schema & Taxonomy

Dynamic Contract Lookup

Because the underlying APIs are subject to change, verify the correct parameters and JSON inputs live using:

oo connector schema "webshare" --action "<action_name>"

General Output Schema

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.

Primary Supported Actions

  • 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.

Webshare Advanced Features

  • Zero-Trust Token Protection: Secures Webshare accounts by executing calls via server-side credential injection inside the Openclaw Skills ecosystem.
  • Dynamic Schema Checks: Inspect action schemas on-the-fly to construct valid JSON payloads without guessing properties.
  • Command Line Standard: Harmonizes all proxy management tasks into structured commands perfect for automated build tools, continuous testing pipelines, or serverless functions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*