LaunchKit · 2026
Back to Skills

proxybase-openclaw-skill

No one can block your claw after this. Automatically provisions socks5 proxies.

1
268 downloads
by @proxybase-user

Setup & Installation

openclaw skills install @proxybase-user/proxybase-openclaw-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install proxybase-openclaw-skill

Version History

v1.0.11Mar 3, 2026 - Version note by skill developer:

Auto-published from GitHub Actions 2c530c37b55eb62ebab1dc375f15068fa6de50e4

What This Skill Does

ProxyBase provides US residential SOCKS5 proxies purchased via a REST API with cryptocurrency payments. Proxies are metered by bandwidth, not time, and credentials persist across top-ups. The skill handles registration, order creation, payment polling, and proxy delivery end-to-end.

Unlike time-based proxy subscriptions, bandwidth never expires until consumed, so idle periods don't waste purchased allocation.

When to use it

  • Routing web scraper traffic through US residential IPs
  • Testing access to geo-restricted US content
  • Rotating IPs between automated request batches
  • Purchasing proxy bandwidth with USDC, BTC, or SOL
  • Verifying a US-facing IP for account or service checks

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Buy me 1 GB of US residential proxy and set it up

AGENT
  1. 1Registers agent automatically on first run and stores API key to credentials.env
  2. 2Lists available packages and confirms the 1 GB option at $10
  3. 3Creates order with usdcsol payment and presents pay address and amount to user
  4. 4Pauses and polls order status every 30 seconds after user sends payment
  5. 5Delivers SOCKS5 credentials and writes proxy environment variables to state file
OUTPUT

SOCKS5 credentials ready; proxy env vars sourced for curl, wget, and Python requests