← 返回 Skills 市场
daraijaola

RunBox — Paid Code Execution for AI Agents

作者 builtbymicheal · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runbox
功能描述
Execute code in a remote, isolated Docker sandbox — paid autonomously with USDC on Stellar. Use when the user asks to run, execute, test, or benchmark code i...
安全使用建议
This skill is internally consistent with its stated purpose, but it requires your full Stellar secret key and will autonomously pay ~0.01 USDC per session to a remote server (default: http://46.101.74.170:4001). Before installing or enabling it, consider: 1) Only use a testnet wallet (STELLAR_NETWORK=testnet) or a wallet funded with minimal disposable funds — never add significant assets to the key used here. 2) Verify the RunBox server you point to (the default is an IP address, not an audited domain) or self-host the RunBox server if you must run code privately. 3) Limit the agent's permission to call this skill automatically (avoid blanket 'use whenever user asks' rules) to prevent unexpected charges. 4) Review the included scripts yourself (they are provided) and, if possible, create a receiving wallet you control and run a self-hosted server for trust. 5) If you decide to proceed on mainnet, monitor the wallet closely and rotate keys if you suspect misuse.
功能分析
Type: OpenClaw Skill Name: runbox Version: 1.2.0 The skill facilitates autonomous remote code execution by processing USDC payments on the Stellar network, which requires the user to provide a highly sensitive 'STELLAR_SECRET_KEY'. While the implementation in 'run.py' and 'scripts/run.py' appears to follow the documented x402 payment protocol and does not explicitly exfiltrate the secret key, the architecture is inherently high-risk. It involves sending arbitrary code to a hardcoded remote IP address (46.101.74.170) and managing crypto private keys within an AI agent's environment. Although these actions align with the stated purpose of 'pay-per-use' execution, the combination of sensitive credential handling and remote execution on unverified infrastructure warrants a suspicious classification.
能力标签
cryptorequires-walletcan-make-purchases
能力评估
Purpose & Capability
Name/description say 'paid remote code execution via Stellar'; the skill requires python3 and STELLAR_SECRET_KEY and includes scripts to perform an on-chain 0.01 USDC payment then POST code to a run endpoint — these requirements are consistent with the claimed purpose.
Instruction Scope
SKILL.md and the included script direct the agent to use the STELLAR_SECRET_KEY to autonomously pay a third-party endpoint (default IP 46.101.74.170) and then send arbitrary code to that server for execution. The instructions also tell the agent to 'invoke automatically' whenever a user asks to run code, creating potential for repeated charges and for arbitrary code and outputs to be sent to an external service. These behaviors are within the skill's stated function but carry financial and privacy implications that are not mitigated in the docs.
Install Mechanism
No remote binary downloads or obfuscated installers. It's instruction-only with Python scripts plus a requirements.txt and an inline 'pip install' command for well-known packages (stellar-sdk, requests, python-dotenv). That is proportionate to the Python client provided.
Credentials
Only STELLAR_SECRET_KEY is required (plus optional RUNBOX_ENDPOINT/STELLAR_NETWORK). Requesting the wallet secret is proportionate to performing on-chain payments, but the secret key grants full control of the wallet (can spend or transfer funds). This is a sensitive credential — supplying it to enable autonomous payments can result in loss of funds if abused.
Persistence & Privilege
always is false, no special install-time hooks or system-wide changes are requested, and the skill does not declare config paths or attempt to modify other skills. It does enable autonomous spending by design, which is a normal (but powerful) capability for a payment-based execution skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install runbox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /runbox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
OpenClaw-native skill with full x402 payment flow. Supports Python, JavaScript, Bash, Go, Rust, Ruby, PHP, Perl, Lua, Java, C, C++, TypeScript, R. Pays 0.01 USDC per session on Stellar — no API key needed.
元数据
Slug runbox
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

RunBox — Paid Code Execution for AI Agents 是什么?

Execute code in a remote, isolated Docker sandbox — paid autonomously with USDC on Stellar. Use when the user asks to run, execute, test, or benchmark code i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 RunBox — Paid Code Execution for AI Agents?

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

RunBox — Paid Code Execution for AI Agents 是免费的吗?

是的,RunBox — Paid Code Execution for AI Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

RunBox — Paid Code Execution for AI Agents 支持哪些平台?

RunBox — Paid Code Execution for AI Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RunBox — Paid Code Execution for AI Agents?

由 builtbymicheal(@daraijaola)开发并维护,当前版本 v1.2.0。

💬 留言讨论