By rozoai
Cross-chain crypto payments and bridging via Rozo. Send USDC/USDT across Ethereum, Base, BNB Chain, Solana, and Stellar.
Check wallet USDC and USDT balances across all supported chains via the Rozo balance API. Supports EVM wallets (Ethereum, Arbitrum, Base, BSC, Polygon), Solana, and Stellar (G-wallet and C-wallet). Use when user says "check balance", "how much do I have", "show my balance", "wallet balance", or "what's my USDC balance". Auto-detects chain from address.
Parse crypto payment QR codes from screenshots or text. Supports EIP-681 (Ethereum/EVM), Solana Pay, Stellar URI, and plain wallet addresses. Use when user shares a QR code image, pastes a payment URI, or says "scan this QR", "parse this payment link", or "read this QR code". Extracts address, chain, token, and amount.
Check the status of a Rozo cross-chain payment. Supports lookup by payment ID, source transaction hash, or deposit address + memo. Use when user says "check payment", "payment status", "where is my payment", "track payment", "is my payment done", or provides a payment UUID, transaction hash, or deposit address.
Cross-chain crypto payments and bridging via Rozo. Send USDC/USDT across Ethereum, Base, BNB Chain, Solana, and Stellar. Use when user says "pay", "send", "transfer", "payout", "check balance", "payment status", or shares a QR code screenshot. Also triggers on wallet addresses (0x, base58, G/C stellar), transaction hashes. Auto-detects wallet type, auto-selects token (USDC preferred), checks balances, gets fees, and confirms before sending. Do NOT use for general blockchain questions or non-payment tasks.
Send cross-chain crypto payments via Rozo API. Handles USDC and USDT payouts across EVM chains (Ethereum, Arbitrum, Base, BSC, Polygon), Solana, and Stellar. Use when user says "pay", "send", "transfer", "payout" with crypto amounts, chain names, or wallet addresses. Also handles QR code screenshots containing payment URIs (EIP-681, Solana Pay, Stellar URI). Auto-detects wallet type, auto-selects token (USDC preferred), confirms details before sending.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Cross-chain crypto payments and bridging inside Claude Code. Send USDC/USDT across Ethereum, Arbitrum, Base, BSC, Polygon, Solana, and Stellar by just describing what you want in plain language — Rozo handles wallet detection, token selection, fee estimation, balance checks, and on-chain execution.
Built as a Claude Code plugin. Powered by the Rozo API.
In Claude Code, run:
/plugin marketplace add RozoAI/rozo-intents-skills
/plugin install rozo-intents@rozo
That's it. No API keys, no env vars — the Rozo APIs are public and
rate-limited. You just need Node.js available (the plugin's runtime scripts
are plain node).
Once installed, ask Claude Code things like:
pay 10 USDC on Base to 0x1234…abcdsend 25 USDT on BSC to 0xabcd…1234payout 5 USDC on Solana to 9WzDXw…fkjPpay 2 USDC on Stellar to GABC…XYZ with memo invoice-42check my USDC balance on Base for 0x…what's the status of payment <uuid>?send thisThe plugin auto-detects the wallet type, prefers USDC when the user doesn't specify, warns you if a Stellar G-wallet is missing a trustline for the asset, and picks a confirmation style based on amount:
Rozo charges no fee for transactions at or below the single-confirm
threshold. Thresholds are configurable in version.json.
Chain correctness questions (e.g. "which EVM chain for this 0x…
address?") always block regardless of amount — wrong chain = lost funds.
| Chain | USDC | USDT |
|---|---|---|
| Ethereum | ✓ | ✓ |
| Arbitrum | ✓ | ✓ |
| Base | ✓ | ✓ |
| BSC | ✓ | ✓ |
| Polygon | ✓ | ✓ |
| Solana | ✓ | — |
| Stellar | ✓ | — |
| Chain | USDC | USDT |
|---|---|---|
| Ethereum | ✓ | ✓ |
| Arbitrum | ✓ | ✓ |
| Base | ✓ | — |
| BSC | ✓ | ✓ |
| Polygon | ✓ | ✓ |
| Solana | ✓ | ✓ |
| Stellar | ✓ | — |
Amount limits: $0.01 min, $10,000 max per transaction. Payment type is
exactOut by default — the recipient gets the exact amount. For
transactions above the single-confirm threshold (default $10), the fee
is added on top of the amount you send; for transactions at or below the
threshold, the fee is $0.
skills/ source skills (router + 4 sub-skills)
scripts/ Node runtime scripts (TypeScript source + compiled dist)
references/ chain/API/wallet reference docs
plugin/ build tooling and manifest templates
.claude-plugin/marketplace.json repo-root marketplace manifest (published)
build/plugin/rozo-intents/ built plugin artifact (published)
version.json single source of truth for version + metadata
# 1. Bump version.json -> "version": "x.y.z"
# 2. Rebuild
npm run build:all
# 3. Commit and push
git add version.json .claude-plugin/ build/plugin/
git commit -m "Release x.y.z"
git push
Bumping version.json is required on every code change — Claude Code uses
the version field to invalidate installed users' caches.
MIT-0 — do whatever you want.
npx claudepluginhub rozoai/rozo-intents-skills --plugin rozo-intentsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.