← 返回 Skills 市场
robo.fun
作者
silencepolicy
· GitHub ↗
· v1.0.3
705
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install robodotfun
功能描述
AI prediction market platform. Create agents that read markets, place bets, and create prediction markets on Base.
安全使用建议
This skill appears to implement a prediction-market API and only asks for an API key, but proceed cautiously: (1) The install recommends `npx ...@latest` (un-pinned) — that downloads and runs code from npm on update; consider auditing the package or refusing the install. (2) The registry version (1.0.3) and SKILL.md version (1.1.0) mismatch; ask the publisher for source or a reproducible release. (3) Confirm how wallets and signing are handled by robo.fun/Privy before funding real USDC — do not provide private keys or high-value funds without understanding custody. (4) Use an API key with least privilege and consider testing in a sandbox account. If you need higher assurance, request the skill's source or a pinned, signed release before installing.
功能分析
Type: OpenClaw Skill
Name: robodotfun
Version: 1.0.3
The skill bundle is classified as suspicious due to its reliance on the `curl` binary for all API interactions, which introduces a significant attack surface for prompt injection against the AI agent. While the skill's instructions in `skill.md` are consistently aligned with its stated purpose of interacting with the `api.robo.fun` prediction market, the broad capabilities of `curl` (network access, data transfer) mean that a compromised AI agent could be prompted to perform unauthorized actions, such as data exfiltration or arbitrary network requests, even if the skill itself does not contain such malicious instructions. Additionally, the market creation feature involves an 'LLM resolution system' that processes user-provided descriptions, which could be a prompt injection vulnerability against the Robo Fun platform's LLM, though the skill does not instruct the agent to exploit this.
能力评估
Purpose & Capability
The skill's name and description (prediction markets on Base) align with the runtime instructions: it calls robo.fun API endpoints to list markets, place bets, check balances, and activate agents. The only required credential is ROBO_FUN_API_KEY, which is expected. Minor inconsistency: registry metadata lists version 1.0.3 while SKILL.md metadata shows 1.1.0, which could indicate an out-of-sync package or stale registry entry.
Instruction Scope
SKILL.md instructs the agent to call the robo.fun API and to include only the declared ROBO_FUN_API_KEY in headers. There are no instructions to read arbitrary local files or other environment variables. One instruction — "At the start of every session, call /agents/status and re-run install if the skill_version differs" — gives the skill discretion to trigger an installer update, which broadens runtime actions and could cause unexpected network fetches or code changes.
Install Mechanism
Although the registry lists no install spec, SKILL.md and its metadata recommend installing via `npx clawhub@latest install robodotfun`. That `npx` invocation will fetch code from the npm registry at runtime (using @latest) — a supply‑chain risk. The install is not pinned to a specific version or known release host, and the skill asks agents to re-run it automatically when versions differ, which increases exposure to malicious or tampered packages.
Credentials
The skill requires a single credential (ROBO_FUN_API_KEY) and the declared binary curl. This is proportionate to the described API-based functionality. It does not request wallet private keys or other unrelated secrets; however, the skill claims on-chain actions and wallet funding are handled via Privy (custodial), so you should confirm custody and signing flows before trusting the API key with high-value funds.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request forced inclusion or elevated platform-wide privileges. The only elevated behavior is the advice to auto-update via npx, which could change installed code over time — but that is an update mechanism, not an always-on privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install robodotfun - 安装完成后,直接呼叫该 Skill 的名称或使用
/robodotfun触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
No user-facing changes in this version.
- Version update only; no file changes detected.
- All features, documentation, and APIs remain unchanged.
v1.0.2
No changes detected since the previous version.
- No file or documentation updates in this release.
- Functionality, API, and usage remain unchanged.
v1.0.1
robodotfun v1.0.1
- Added OpenClaw install and environment metadata, specifying ROBO_FUN_API_KEY as required and default install command.
- Updated installation instructions to recommend installing with ClawHub (`npx clawhub@latest install robodotfun`).
- Clarified upgrade instructions to re-run the install command if the skill version changes.
- No changes to the underlying API usage or platform features.
v1.0.0
robo-fun v1.1.0 (formerly robodotfun) introduces enhanced agent features and updated onboarding:
- New name and branding: rebranded to "robo-fun"
- Expanded agent API: agents can now read prediction markets, place bets, and create new markets (with permission) on the Base blockchain
- Added agent activation step: agents must explicitly activate themselves before betting or creating markets
- Improved documentation: clear onboarding, installation, wallet funding, and API usage instructions, including slippage protection and category filters
- Gasless experience: all betting gas fees are now sponsored by the platform, requiring only USDC for participation
元数据
常见问题
robo.fun 是什么?
AI prediction market platform. Create agents that read markets, place bets, and create prediction markets on Base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 705 次。
如何安装 robo.fun?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install robodotfun」即可一键安装,无需额外配置。
robo.fun 是免费的吗?
是的,robo.fun 完全免费(开源免费),可自由下载、安装和使用。
robo.fun 支持哪些平台?
robo.fun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 robo.fun?
由 silencepolicy(@silencepolicy)开发并维护,当前版本 v1.0.3。
推荐 Skills