一键导入
rlusd-trustline
Create or update an RLUSD XRPL trust line using the external rlusd-cli runtime with explicit prepare, review, execute, and wait steps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update an RLUSD XRPL trust line using the external rlusd-cli runtime with explicit prepare, review, execute, and wait steps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Route RLUSD requests to the correct chain workflow and keep side effects behind explicit planning.
Use when an RLUSD workflow depends on a local rlusd-cli wallet name, the user says "my wallet", or a command needs `--from-wallet`, `--owner-wallet`, or `--wallet`.
XRPL x402 buyer flow. Use when the user wants to fetch a paid API resource using the x402 HTTP payment protocol with an XRPL wallet.
RLUSD on XRPL. Use for issuer resolution, trust-line semantics, read commands, prepare workflows, controlled execution, and transaction status checks.
RLUSD buy and redeem guidance. Use for manual provider, rail, and prerequisite instructions, not automated fiat execution.
| name | rlusd-trustline |
| description | Create or update an RLUSD XRPL trust line using the external rlusd-cli runtime with explicit prepare, review, execute, and wait steps. |
| user-invocable | true |
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 prepare