Stats
Actions
Tags
From ripple
Create or update an RLUSD XRPL trust line using the external rlusd-cli runtime with explicit prepare, review, execute, and wait steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ripple:rlusd-trustlineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user explicitly wants to create or update an RLUSD trust
Use this skill when the user explicitly wants to create or update an RLUSD trust line on XRPL.
rlusd-transfer.xrpl trustline status when the current account state is not known.rlusd-wallets to distinguish the on-ledger r... address from the local
wallet used by --wallet.xrpl trustline prepare to create the reviewed plan artifact.xrpl trustline execute only with the exact plan_id returned by
prepare.xrpl tx wait after submit to confirm ledger validation.rlusd xrpl trustline status --chain xrpl-mainnet --address r... --json
rlusd xrpl trustline prepare --chain xrpl-mainnet --address r... --limit 100000 --json
rlusd xrpl trustline execute --plan <plan_path_from_prepare> --confirm-plan-id <plan_id_from_prepare> --wallet treasury-xrpl --password "$RLUSD_WALLET_PASSWORD" --json
rlusd xrpl tx wait --chain xrpl-mainnet --hash ABCD... --json
--password "$RLUSD_WALLET_PASSWORD" explicitly for
predictability; the CLI can also read RLUSD_WALLET_PASSWORD from the
environment.--chain xrpl-mainnet for predictability. On the current CLI
surface, some help output may only list --address, but --chain is still
accepted via the global flag.treasury-xrpl is
already configured as a local signer; use rlusd-wallets first.xrpl trustline preparerlusd-wallets, then run xrpl trustline preparexrpl trustline preparenpx claudepluginhub t54-labs/rlusd-skills --plugin rippleGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.