[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93209":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":13,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":38,"discoverSource":39},93209,"project-r0x","nhevers\u002Fproject-r0x","nhevers","Official SDK, Claude Code plugin and facilitator docs for r0x, the x402 facilitator for Robinhood Chain.","https:\u002F\u002Fprojectr0x.dev",null,"TypeScript",124,1,122,0,2,41.6,"MIT License",false,"main",true,[23,24,25,26,27,28,29,30,31,32,33,34],"ai-agents","claude-code","facilitator","mcp","payments","robinhood-chain","sdk","stablecoin","typescript","usdg","web3","x402","2026-07-22 04:02:08","# r0x-os\n\nThe official SDK, Claude Code \u002F MCP plugin, and facilitator docs for **r0x**,\nthe USDG-native operating system for AI agents, built on Robinhood Chain.\n\nr0x runs the official x402 facilitator for Robinhood Chain. AI agents can use\nit right now: discover a priced capability, authorize a USDG payment, and\ninvoke it, all in one uninterrupted call. No API keys, no subscriptions, no\nhuman approving anything in between.\n\nLive site: [projectr0x.dev](https:\u002F\u002Fprojectr0x.dev) · Facilitator docs: [docs\u002Ffacilitator.md](.\u002Fdocs\u002Ffacilitator.md) · Skill reference: [docs\u002Fskills.md](.\u002Fdocs\u002Fskills.md)\n\n## What's in this repo\n\n- **SDK** (`src\u002Fclient`): a TypeScript client (`R0xClient`) that handles the\n  x402 challenge\u002Fsign\u002Fretry cycle automatically. Published as `r0x-os` on npm.\n- **Claude Code \u002F MCP plugin** (`src\u002Fplugin`): exposes the full skill catalog\n  as MCP tools, plus local wallet setup and a spend-limit guard.\n- **Virtuals GAME integration** (`integrations\u002Fvirtuals-game`): a GAME SDK\n  worker that gives any Virtuals agent the same skill catalog as fifteen\n  callable functions, with optional auto-broadcast of trades and transfers.\n- **Docs** (`docs\u002F`): how the facilitator works and the full skill reference.\n- **Examples** (`examples\u002F`): a minimal, dependency-light reference client.\n\n## Install\n\n```bash\nnpm install r0x-os\n```\n\n```ts\nimport { R0xClient } from 'r0x-os';\n\nconst client = new R0xClient({ privateKey: process.env.R0X_PRIVATE_KEY });\n\n\u002F\u002F $0.01 USDG per call, settled automatically\nconst { data } = await client.price('ETH');\nconsole.log(data.priceUSD);\n\nconst balance = await client.balance('0x...');\nconsole.log(balance.data.balances);\n```\n\nSee [docs\u002Fskills.md](.\u002Fdocs\u002Fskills.md) for every method the client exposes.\n\n## Claude Code plugin\n\n```\n\u002Fplugin marketplace add nhevers\u002Fproject-r0x\n\u002Fplugin install r0x-os\n```\n\nOr add it directly as an MCP server:\n\n```bash\nclaude mcp add r0x -- npx r0x-os\n```\n\nNo private key is needed upfront, the agent calls `r0x_setup` on first use to\neither import an existing wallet or generate a fresh one. After that, eighteen\ntools are available: `r0x_setup`, `balance`, `tx`, `price`, `wallet`, `chat`,\n`send`, `fund`, `broadcast`, `spend_limit`, `trade`, `quote`, `pool`,\n`liquidity_add`, `liquidity_remove`, `liquidity_positions`, `yield`, and\n`bridge`. `trade`, `quote`, `pool`, and `liquidity_*` all accept any ERC20\ntoken on Robinhood Chain, not just ETH and USDG — there's no allowlist.\n\n## Virtuals GAME agents\n\nAny agent built on the [Virtuals GAME SDK](https:\u002F\u002Fgithub.com\u002Fgame-by-virtuals\u002Fgame-node) can\nplug straight into r0x. See [integrations\u002Fvirtuals-game](.\u002Fintegrations\u002Fvirtuals-game) for a\nworker exposing the full skill catalog as GAME functions, with optional auto-broadcast of\ntrades, transfers, and liquidity transactions.\n\n## Building from source\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fnhevers\u002Fproject-r0x.git\ncd project-r0x\nnpm install\nnpm run build      # compiles src\u002F -> dist\u002F\nnpm run example:tx # runs the reference test-transaction script\n```\n\n## How the facilitator works\n\nRead [docs\u002Ffacilitator.md](.\u002Fdocs\u002Ffacilitator.md) for the full protocol walk-through,\nor jump straight to [`examples\u002Ftest-transaction.js`](.\u002Fexamples\u002Ftest-transaction.js)\nfor a working ~80-line client.\n\n## License\n\nMIT, see [LICENSE](.\u002FLICENSE).\n","r0x 是一个面向 AI 代理的 USDG 原生操作系统，运行于 Robinhood Chain 上，提供基于 x402 协议的自动化支付与能力调用服务。其核心功能包括：TypeScript SDK（自动处理 x402 挑战-签名-重试流程）、Claude Code\u002FMCP 插件（集成 18 个链上操作工具，支持免密钥钱包初始化与支出限额控制）、以及 Virtuals GAME SDK 集成方案。所有操作以 USDG 结算，无需 API 密钥、订阅或人工审批，实现“发现能力—授权支付—执行调用”端到端原子化。适用于 Web3 AI 代理开发、自动化 DeFi 操作、MCP 工具扩展及 Robinhood Chain 生态内的智能合约交互场景。","2026-07-12 02:30:11","CREATED_QUERY"]