Stats
Actions
Tags
From ripple
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ripple:rlusd-bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants RLUSD cross-chain bridge guidance through the
Use this skill when the user wants RLUSD cross-chain bridge guidance through the
external rlusd-cli Wormhole NTT bridge surface.
rlusd-transfer.bridge routes, bridge metadata, or
bridge estimate.--live on routes, metadata, estimate, or prepare when the user needs
current Wormholescan metadata instead of bundled static metadata.bridge prepare before any bridge execution. It is non-destructive
on-chain and creates an auditable plan, but it needs a source-chain RPC for
quoteDeliveryPrice and writes a local plan file.plan_id, plan_path, approval_data,
transfer_data, and required_native_value_wei before execution.bridge execute, load rlusd-wallets to confirm the local EVM wallet
alias.bridge status <id> or bridge history for Wormholescan
status data.rlusd bridge routes --json
rlusd bridge routes --live --json
rlusd bridge metadata --json
rlusd bridge metadata --live --json
rlusd bridge estimate --from ethereum --to base --amount 500 --json
rlusd bridge estimate --from ethereum --to base --amount 500 --live --json
rlusd bridge prepare --from ethereum --to base --amount 500 --recipient 0x... --json
rlusd bridge prepare --from ethereum --to base --amount 500 --recipient 0x... --live --json
rlusd bridge prepare --from ethereum --to base --amount 500 --recipient 0x... --refund-address 0x... --queue --json
rlusd bridge execute --plan <plan_path_from_prepare> --from-wallet ops --confirm-plan-id <plan_id_from_prepare> --password "$RLUSD_WALLET_PASSWORD" --json
rlusd bridge status <id> --json
rlusd bridge history --limit 20 --json
rlusd bridge history --address 0x... --limit 20 --json
ethereum, base, optimism, ink, and
unichain.ethereum-mainnet.0x8d58C0C60B8D6b88Fa98B291a646dB34d0F98258.bridge prepare is non-destructive on-chain, but it needs source-chain RPC
access for quoteDeliveryPrice and writes a local plan file under
~/.config/rlusd-cli/plans.bridge execute submits approval and NTT transfer transactions from a local
EVM wallet.bridge execute; execution examples are
documentation only unless the user intentionally provides a funded wallet.bridge status <id> accepts operation id, Wormhole sequence, source tx hash, or target tx hash.bridge history --limit accepts values from 1 through 100 and can filter by
--address.bridge routesbridge estimaterlusd-wallets if a
wallet alias is needed, then run bridge preparerlusd-wallets, then run
bridge execute with the reviewed plan_idbridge status <id>Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub t54-labs/rlusd-skills --plugin ripple