r0x-os is an SDK and Claude Code/MCP plugin that lets AI agents autonomously discover, pay for (in USDG), and invoke capabilities on Robinhood Chain via the x402 facilitator, with no API keys or subscriptions.

Stars

92

7-day growth

No data

Forks

1

Open issues

1

License

MIT

Last updated

2026-07-11

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It enables AI agents to execute financial operations (trades, transfers, liquidity) in a single uninterrupted call, removing human approval steps, and integrates seamlessly with Claude Code and Virtuals GAME agents.

Who it is for

  • AI agent developers
  • DeFi traders building automated strategies
  • Developers using Claude Code or MCP
  • Web3 developers on Robinhood Chain

Use cases

  • Autonomous price queries and balance checks
  • Programmatic trading and liquidity management
  • Agent-driven token transfers and bridges
  • AI-powered DeFi actions without manual key management

Strengths

  • Pay-per-call model with no upfront costs or subscriptions
  • Works with any ERC20 token on Robinhood Chain (no allowlist)
  • Claude Code plugin adds 18 MCP tools with local wallet setup
  • Integrated Virtuals GAME worker for easy agent adoption

Considerations

  • Currently limited to Robinhood Chain only
  • Requires USDG for facilitator payments
  • Relatively new project with limited ecosystem adoption

README quick start

r0x-os

The official SDK, Claude Code / MCP plugin, and facilitator docs for r0x, the USDG-native operating system for AI agents, built on Robinhood Chain.

r0x runs the official x402 facilitator for Robinhood Chain. AI agents can use it right now: discover a priced capability, authorize a USDG payment, and invoke it, all in one uninterrupted call. No API keys, no subscriptions, no human approving anything in between.

Live site: projectr0x.dev · Facilitator docs: docs/facilitator.md · Skill reference: docs/skills.md

What's in this repo

  • SDK (src/client): a TypeScript client (R0xClient) that handles the x402 challenge/sign/retry cycle automatically. Published as r0x-os on npm.
  • Claude Code / MCP plugin (src/plugin): exposes the full skill catalog as MCP tools, plus local wallet setup and a spend-limit guard.
  • Virtuals GAME integration (integrations/virtuals-game): a GAME SDK worker that gives any Virtuals agent the same skill catalog as fifteen callable functions, with optional auto-broadcast of trades and transfers.
  • Docs (docs/): how the facilitator works and the full skill reference.
  • Examples (examples/): a minimal, dependency-light reference client.

Install

npm install r0x-os
import { R0xClient } from 'r0x-os';

const client = new R0xClient({ privateKey: process.env.R0X_PRIVATE_KEY });

// $0.01 USDG per call, settled automatically
const { data } = await client.price('ETH');
console.log(data.priceUSD);

const balance = await client.balance('0x...');
console.log(balance.data.balances);

See docs/skills.md for every method the client exposes.

Claude Code plugin

/plugin marketplace add nhevers/project-r0x
/plugin install r0x-os

Or add it directly as an MCP server:

claude mcp add r0x -- npx r0x-os

No private key is needed upfront, the agent calls r0x_setup on first use to either import an existing wallet or generate a fresh one. After that, eighteen tools are available: r0x_setup, balance, tx, price, wallet, chat, send, fund, broadcast, spend_limit, trade, quote, pool, liquidity_add, liquidity_remove, liquidity_positions, yield, and bridge. trade, quote, pool, and liquidity_* all accept any ERC20 token on Robin

Description

Official SDK, Claude Code plugin and facilitator docs for r0x, the x402 facilitator for Robinhood Chain.

Related repositories

Similar projects matched by category, topics, and programming language.

makecindy
Featured
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI & Machine LearningLarge Language Models
958
mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI & Machine LearningAI Agents
859
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI & Machine LearningLarge Language Models
577