← Back to Skills Marketplace
shawnmuggle

ROZO Intents Pay & Bridge

by Shawn Muggle · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
130
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install rozo-intents-skills
Description
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", "t...
Usage Guidance
This skill appears coherent for cross‑chain USDC/USDT payments: it runs local Node scripts and calls Rozo APIs and Stellar Horizon. Before installing, consider: (1) the skill requires Node.js and permission to run the local scripts — only allow it in a trusted environment; (2) it will ask you for wallet addresses and may instruct you to invoke wallet transactions, but it does not request private keys or API keys — never provide private keys; (3) if you plan to send real funds, test with a very small amount first and verify the token contract addresses and destination addresses shown in confirmations; (4) the repo includes test code that reads a .env.dev file for development — inspect any local env files you provide for secrets; (5) verify the external hosts (intentapiv4.rozo.ai, api-balance.rozo-deeplink.workers.dev, horizon.stellar.org) are legitimate for your use. If you need more assurance, run the scripts in a sandbox and review network requests (or have a developer inspect code) before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: rozo-intents-skills Version: 1.0.2 The skill bundle provides a legitimate integration for cross-chain crypto payments using the Rozo API. It includes well-documented Node.js scripts for checking wallet balances, parsing payment QR codes (EIP-681, Solana Pay, Stellar), and creating payment intents across Ethereum, Base, Solana, and Stellar. The AI agent instructions (SKILL.md) are clear and explicitly mandate user confirmation before any transaction is processed, mitigating risks of unauthorized transfers. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic aligns strictly with the stated purpose of facilitating crypto bridging and payments.
Capability Tags
cryptorequires-walletcan-make-purchases
Capability Assessment
Purpose & Capability
Name/description match the included scripts and SKILL.md: parsing QR URIs, checking balances, Stellar trustline checks, creating and fetching payments via Rozo APIs. Required capabilities (Node, network access to Rozo endpoints and Horizon) are appropriate for a payment/bridge skill. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md instructs the agent to parse QR content (agent must decode images), run the provided node scripts, fetch balances, get fees, and confirm before sending. All actions are scoped to payment flows. The instructions do not tell the agent to read arbitrary system files, exfiltrate environment variables, or contact unexpected third‑party endpoints beyond the Rozo and Stellar APIs noted in the documentation.
Install Mechanism
There is no install spec — this is instruction‑only at install time. The repo contains JS/TS scripts that are intended to be run with Node (scripts/dist/*.js). No downloads from untrusted URLs or archive extraction are present in the skill metadata. Runtime requires Node.js to execute local scripts.
Credentials
The skill declares no required env vars or credentials and uses public, unauthenticated Rozo endpoints and the Stellar Horizon API. Tests in the repo reference a local .env.dev file (scripts/tests/fixtures.ts) — this is for development/testing only and is not required at runtime, but if you run tests you should inspect that file for secrets. No credentials are requested by the runtime instructions.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system modification. disable-model-invocation is the default (agent may invoke autonomously), which is expected for skills. The skill does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rozo-intents-skills
  3. After installation, invoke the skill by name or use /rozo-intents-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated skill version to 1.0.2 and added explicit Node.js runtime requirements. - Documented public, rate-limited API endpoints. - Clarified scripts usage and runtime in documentation.
v1.0.1
- Initial public release of skill v1.0.1 with full source controlled under Git. - Adds ability to send cross-chain crypto payments and bridging via Rozo, supporting USDC/USDT on Ethereum, Base, BNB Chain, Solana, and Stellar. - Includes intent detection and routing for sending payments, checking balances, payment status, and parsing QR codes. - Provides Node.js scripts for checking balances, creating payments, getting payment status, parsing QR codes, and verifying Stellar trustlines. - Documentation covers supported chains, tokens, usage rules, resource references, and quick start info.
v1.0.0
Initial release of Rozo cross-chain crypto payments skill. - Supports sending USDC/USDT across EVM chains (Ethereum, Arbitrum, Base, BSC, Polygon), Solana, and Stellar. - Detects wallet addresses, transaction hashes, payment UUIDs, and QR codes; routes to relevant payment or information functions. - Auto-selects token based on balance (USDC preferred), checks fees, requires user confirmation before sending. - Four main intents: send payment, check wallet balance, parse QR code, and check payment status. - Includes Node.js scripts for balance checking, trustline verification, payment creation, status lookup, and QR parsing. - Reference docs included for supported chains, API endpoints, and address detection rules.
Metadata
Slug rozo-intents-skills
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is ROZO Intents Pay & Bridge?

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", "t... It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.

How do I install ROZO Intents Pay & Bridge?

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

Is ROZO Intents Pay & Bridge free?

Yes, ROZO Intents Pay & Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ROZO Intents Pay & Bridge support?

ROZO Intents Pay & Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ROZO Intents Pay & Bridge?

It is built and maintained by Shawn Muggle (@shawnmuggle); the current version is v1.0.2.

💬 Comments