Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Buy me 1 GB of US residential proxy and set it up
- 1Registers agent automatically on first run and stores API key to credentials.env
- 2Lists available packages and confirms the 1 GB option at $10
- 3Creates order with usdcsol payment and presents pay address and amount to user
- 4Pauses and polls order status every 30 seconds after user sends payment
- 5Delivers SOCKS5 credentials and writes proxy environment variables to state file
SOCKS5 credentials ready; proxy env vars sourced for curl, wget, and Python requests