← Back to Skills Marketplace
proxybase-user

ProxyBase

by proxybase-user · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
566
Downloads
1
Stars
2
Active Installs
6
Versions
Install in OpenClaw
/install proxybase-openclaw-skill
Description
Purchase and manage SOCKS5 residential proxies via ProxyBase API with cryptocurrency payments. Supports order creation, payment polling, proxy delivery, band...
Usage Guidance
This skill appears to do what it says: it contacts api.proxybase.xyz to register an agent (auto-register on first run), create crypto payment invoices, poll confirmations, and write SOCKS5 credentials to {baseDir}/state/.proxy-env or inject them into your OpenClaw gateway. Before installing: 1) Verify you trust https://proxybase.xyz and are OK with the skill creating an agent/account and storing the returned API key under the skill's state directory. 2) Be cautious about using the 'inject-gateway' feature — it will modify your OpenClaw gateway/systemd configuration and restart the gateway, causing all agent network traffic to flow through the purchased proxy (this may expose sensitive requests to the proxy operator). 3) Review the state directory (credentials.env, .proxy-env, orders.json) and backup/remove keys you don't want persisted. 4) If you require stronger control, run commands manually (use the scripts without enabling automated injection/cron) and confirm each payment/address before sending crypto. The test harness references a helper (lib/common.sh) that isn't present in the manifest; this looks like a minor test packaging issue, not malicious behavior.
Capability Analysis
Type: OpenClaw Skill Name: proxybase-openclaw-skill Version: 1.0.12 The ProxyBase skill facilitates the purchase and management of SOCKS5 proxies via a third-party API (api.proxybase.xyz). It includes a high-risk capability in 'proxybase.sh' ('cmd_inject_gateway') that programmatically modifies the user's systemd service configuration ('openclaw-gateway.service') to inject proxy environment variables. While the script implements extensive security safeguards—such as strict alphanumeric allowlists for API responses, service file verification, and automatic backups—the modification of system configuration files is a sensitive operation. The behavior appears aligned with the stated purpose, and no evidence of malicious intent or data exfiltration was found.
Capability Assessment
Purpose & Capability
Name/description match the observed behavior: the scripts call the ProxyBase REST API, create orders, poll payments, deliver SOCKS5 credentials, and support top-ups/rotation. Declared binaries (curl, jq) are exactly what the scripts use; required env vars (PROXYBASE_API_URL and PROXYBASE_API_KEY) are appropriate for a REST API client.
Instruction Scope
SKILL.md and the scripts stay within the proxy purchase/management scope. Two items to be aware of: (1) the skill performs a zero‑config 'register' POST the first time it runs and writes the returned API key into {baseDir}/state/credentials.env (automatic account creation may be surprising); (2) the skill can inject proxy settings into your OpenClaw gateway/systemd service and restart it, which changes system/network behavior beyond simple API calls.
Install Mechanism
Install spec only recommends installing jq via Homebrew; no external downloads or archive extraction are used. This is low-risk and proportionate for an instruction+script skill that relies on jq.
Credentials
Only PROXYBASE_API_URL (configurable) and PROXYBASE_API_KEY (primary credential) are required. No unrelated secrets or system-wide credentials are requested. The skill stores the API key in its own state directory (credentials.env).
Persistence & Privilege
always:false (normal). The skill writes state files under its own {baseDir}/state directory and uses file-locking there. It does, however, provide an 'inject-gateway' action that edits the user's OpenClaw gateway systemd config and restarts the gateway — this grants it the ability to route all agent traffic through the purchased proxy, which is functionally required for 'global injection' but is a privileged, system-impacting action the user should explicitly approve.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install proxybase-openclaw-skill
  3. After installation, invoke the skill by name or use /proxybase-openclaw-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
Auto-published from GitHub Actions 775f2e8a78109fb2752b527a720c4c176088a29c
v1.0.11
Auto-published from GitHub Actions 2c530c37b55eb62ebab1dc375f15068fa6de50e4
v1.0.10
Auto-published from GitHub Actions 31f3dc8abd5ec7c1cfe3b360e5b184eda860626d
v1.0.9
Auto-published from GitHub Actions 674a37eef44440b725f28f952943ca154623525d
v1.0.8
Auto-published from GitHub Actions 94d9fe1a4cefe072c6d50b4ad43a18b709ef639e
v1.0.0
Initial release of ProxyBase OpenClaw skill. - Purchase and manage US residential SOCKS5 proxies via ProxyBase API with cryptocurrency payments. - Supports order creation, payment polling, proxy delivery, bandwidth monitoring, IP rotation, and top-ups. - Zero-configuration registration: credentials are generated and stored automatically. - Includes helper scripts for all proxy operations (ordering, polling, status, top-up, rotation). - Flexible usage: environment variables or on-demand per-command proxy setup.
Metadata
Slug proxybase-openclaw-skill
Version 1.0.12
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 6
Frequently Asked Questions

What is ProxyBase?

Purchase and manage SOCKS5 residential proxies via ProxyBase API with cryptocurrency payments. Supports order creation, payment polling, proxy delivery, band... It is an AI Agent Skill for Claude Code / OpenClaw, with 566 downloads so far.

How do I install ProxyBase?

Run "/install proxybase-openclaw-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ProxyBase free?

Yes, ProxyBase is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ProxyBase support?

ProxyBase is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ProxyBase?

It is built and maintained by proxybase-user (@proxybase-user); the current version is v1.0.12.

💬 Comments