By t54-labs
RLUSD-focused agent skills for Ethereum, XRPL, DeFi, Wormhole bridge, and institutional workflows using the external rlusd-cli runtime.
RLUSD buy and redeem guidance. Use for manual provider, rail, and prerequisite instructions, not automated fiat execution.
Use when a user wants to inspect or execute RLUSD Wormhole NTT bridge routes, estimates, prepared bridge plans, execution, or status/history across supported EVM chains.
Execute an explicit RLUSD DeFi workflow using the external rlusd-cli runtime, including prepared swap, LP, and Aave supply execution flows.
Execute an explicit RLUSD transfer or payment workflow using the external rlusd-cli runtime with prepare, review, execute, and receipt steps.
Create or update an RLUSD XRPL trust line using the external rlusd-cli runtime with explicit prepare, review, execute, and wait steps.
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.
rlusd-skills is the open source skill and documentation repository for RLUSD
agent workflows. It packages the plugin metadata, skill definitions, reference
docs, and verification tests that route prompts into the external
rlusd-cli runtime.
If you want the executable runtime, use rlusd-cli. If you want the
agent-facing prompts, routing rules, packaging metadata, and docs that sit on
top of that runtime, use this repo.
evm transfer and evm approve flowswallet keychain,
wallet export-seed, send, price, market, tx, xrpl dex,
xrpl amm, and faucetrlusd-cliethereum-mainnet and xrpl-mainnetaave-onlyethereum-mainnetethereum, base, optimism, ink, and
unichain; XRPL L1 to EVM bridging is not supported by Wormhole NTT/plugin marketplace add t54-labs/rlusd-skills
/plugin install ripple@rlusd-agent-skills
git clone https://github.com/t54-labs/rlusd-skills.git
cd rlusd-skills
/plugin marketplace add .
/plugin install ripple@rlusd-agent-skills
This repo depends on the external rlusd-cli runtime. For development and
verification, keep a fresh clone of rlusd-cli on main:
git clone https://github.com/t54-labs/rlusd-cli.git
cd rlusd-cli
git checkout main
npm install
npm run build
You can also dogfood the plugin from a local checkout:
claude --plugin-dir .
Prepared plans, wallet files, and runtime configuration live under
rlusd-cli:
~/.config/rlusd-cli/plans~/.config/rlusd-cli/wallets~/.config/rlusd-cli/config.ymlFor write flows, prefer explicit wallet flags such as --from-wallet,
--owner-wallet, and --wallet, plus RLUSD_WALLET_PASSWORD for local wallet
decryption.
# Resolve RLUSD metadata
rlusd resolve asset --chain ethereum-mainnet --symbol RLUSD --json
rlusd resolve asset --chain xrpl-mainnet --symbol RLUSD --json
# Prepare an EVM transfer
rlusd evm transfer prepare \
--chain ethereum-mainnet \
--from-wallet ops \
--to 0x1234567890123456789012345678901234567890 \
--amount 25.5 \
--json
# Prepare an XRPL payment
rlusd xrpl payment prepare \
--chain xrpl-mainnet \
--from-wallet treasury-xrpl \
--to rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe \
--amount 250 \
--json
# Get a live swap quote
rlusd defi quote swap \
--chain ethereum-mainnet \
--venue uniswap \
--from RLUSD \
--to USDC \
--amount 1000 \
--json
# Estimate an RLUSD Wormhole NTT bridge route
rlusd bridge estimate \
--from ethereum \
--to base \
--amount 500 \
--json
# Prepare a bridge plan for review
rlusd bridge prepare \
--from ethereum \
--to base \
--amount 500 \
--recipient 0x1234567890123456789012345678901234567890 \
--json
# Fetch an x402-protected resource
rlusd x402 fetch \
https://api.example.com/premium-feed \
--wallet treasury-xrpl \
--max-value 1 \
--json
Most write paths follow prepare -> review -> execute, then wait, receipt,
or bridge status/history commands for confirmation. rlusd-x402 is the
exception: it is a capped direct-execution flow bounded by --max-value.
npx claudepluginhub t54-labs/rlusd-skills --plugin rippleNatural language to unsigned DeFi transactions. Translates intents into transaction payloads across 13 protocols (Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, WETH, ERC-20, ERC-721). Deterministic, no signing, no private keys.
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Find optimal DEX routes for token swaps across multiple exchanges
Zerion skills and slash commands for AI coding agents — wallet analysis, swaps/bridges, chain reference, agent-token policies.
On-chain AI skills via x402 micropayments on Base
No description provided.