← Back to Skills Marketplace
silencepolicy

robo.fun

by silencepolicy · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
705
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install robodotfun
Description
AI prediction market platform. Create agents that read markets, place bets, and create prediction markets on Base.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install robodotfun
  3. After installation, invoke the skill by name or use /robodotfun
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug robodotfun
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is robo.fun?

AI prediction market platform. Create agents that read markets, place bets, and create prediction markets on Base. It is an AI Agent Skill for Claude Code / OpenClaw, with 705 downloads so far.

How do I install robo.fun?

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

Is robo.fun free?

Yes, robo.fun is completely free (open-source). You can download, install and use it at no cost.

Which platforms does robo.fun support?

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

Who created robo.fun?

It is built and maintained by silencepolicy (@silencepolicy); the current version is v1.0.3.

💬 Comments