← 返回 Skills 市场
proxybase-user

ProxyBase

作者 proxybase-user · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
566
总下载
1
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install proxybase-openclaw-skill
功能描述
Purchase and manage SOCKS5 residential proxies via ProxyBase API with cryptocurrency payments. Supports order creation, payment polling, proxy delivery, band...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proxybase-openclaw-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proxybase-openclaw-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug proxybase-openclaw-skill
版本 1.0.12
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 6
常见问题

ProxyBase 是什么?

Purchase and manage SOCKS5 residential proxies via ProxyBase API with cryptocurrency payments. Supports order creation, payment polling, proxy delivery, band... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 566 次。

如何安装 ProxyBase?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxybase-openclaw-skill」即可一键安装,无需额外配置。

ProxyBase 是免费的吗?

是的,ProxyBase 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ProxyBase 支持哪些平台?

ProxyBase 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ProxyBase?

由 proxybase-user(@proxybase-user)开发并维护,当前版本 v1.0.12。

💬 留言讨论