Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
__NAME__ logo

__NAME__

RozoAI/rozo-intents-skills

Otheropenclawby RozoAI

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add RozoAI/rozo-intents-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add RozoAI/rozo-intents-skills if you haven't already.

README.md

rozo-intents

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. Published on ClawHub.

Install

In Claude Code, run:

/plugin marketplace add RozoAI/rozo-intents-skills
/plugin install rozo-intents@rozo

Or install via ClawHub if you're using an OpenClaw-compatible client.

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).

Example prompts

Once installed, ask Claude Code things like:

  • pay 10 USDC on Base to 0x1234…abcd
  • send 25 USDT on BSC to 0xabcd…1234
  • payout 5 USDC on Solana to 9WzDXw…fkjP
  • pay 2 USDC on Stellar to GABC…XYZ with memo invoice-42
  • check my USDC balance on Base for 0x…
  • what's the status of payment <uuid>?
  • (drop in a payment QR screenshot)send this

The 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:

  • ≤ $1 (default) — silent auto-execute, one-line result report
  • ≤ $10 (default) — narrated auto-execute, no yes/no prompt
  • > $10 — full summary with a single yes/no confirmation

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.

Supported chains

Pay-out (sending to)

| Chain | USDC | USDT | |----------|:----:|:----:| | Ethereum | ✓ | ✓ | | Arbitrum | ✓ | ✓ | | Base | ✓ | ✓ | | BSC | ✓ | ✓ | | Polygon | ✓ | ✓ | | Solana | ✓ | — | | Stellar | ✓ | — |

Pay-in (paying from)

| 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.

Links

  • ClawHub plugin page: <https://clawhub.ai/plugins/rozo-intents>
  • Docs: <https://docs.rozo.ai>
  • API reference: <https://apidoc.rozo.ai>
  • Supported tokens & chains: <https://docs.rozo.ai/integration/api-doc/supported-tokens-and-chains>

Repo layout

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

Releasing a new version

# 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.

License

MIT-0 — do whatever you want.

Related plugins

Browse all →