一键导入
use-rlusd
Route RLUSD requests to the correct chain workflow and keep side effects behind explicit planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Route RLUSD requests to the correct chain workflow and keep side effects behind explicit planning.
用 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.
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.
Execute an explicit RLUSD DeFi workflow using the external rlusd-cli runtime, including prepared swap, LP, and Aave supply execution flows.
| name | use-rlusd |
| description | Route RLUSD requests to the correct chain workflow and keep side effects behind explicit planning. |
| user-invocable | true |
Use this skill when a request involves RLUSD and you need to decide whether the task belongs to Ethereum, XRPL, DeFi, x402, fiat guidance, or cross-chain bridge workflows.
use-rlusd-ethereum for 0x... addresses, approve, permit,
allowance, ERC-20, or proxy-contract questions.use-rlusd-evm-defi for swap previews, venue discovery, lending,
LP, vault, or broader DeFi routing questions on EVM chains.rlusd-bridge for bridge, cross-chain, Wormhole, NTT, Base,
Optimism, Ink, or Unichain bridge requests.use-rlusd-xrpl for r... addresses, trust line, TrustSet,
destination tag, or issuer-model questions.buy-redeem-rlusd for onboarding, provider/rail guidance, bank
account questions, or direct fiat buy/redeem guidance.rlusd-transfer for explicit reviewed RLUSD transfer/payment action
flows.rlusd-trustline for explicit reviewed XRPL trust-line creation or
updates.rlusd-defi-action for explicit reviewed RLUSD DeFi action flows.rlusd-wallets when the user says "my wallet" or a planned command
needs --from-wallet, --owner-wallet, or --wallet.rlusd-x402 for x402, paid API access, or HTTP payment negotiation
requests on XRPL.rlusd resolve asset --chain ethereum-mainnet --json to anchor the chain and
asset metadata before routing further.rlusd defi venues --chain ethereum-mainnet --capability swap,lend,lp --json
to orient the venue matrix before choosing a child skill.rlusd-wallets to confirm or
provision the local wallet alias with explicit user approval.prepare -> review -> execute path.prepare and execute.rlusd resolve asset --chain ethereum-mainnet --json.rlusd defi venues --chain ethereum-mainnet --capability swap,lend,lp --json.defi namespace.rlusd bridge routes --json or
rlusd bridge estimate --from ethereum --to base --amount 500 --json.balance for RLUSD balances and
eth allowance for wallet-backed allowance reads.rlusd-wallets if
the flow depends on a local wallet alias.prepare commands first and only call execute
with an explicit confirmation that matches the prepared plan id.evm tx ... or xrpl tx ...
commands plus chain-specific receipt commands.bridge status <id> or bridge history.fiat
namespace.xrpl namespace.rlusd resolve asset --chain ethereum-mainnet --json
rlusd defi venues --chain ethereum-mainnet --capability swap,lend,lp --json
rlusd defi quote swap --chain ethereum-mainnet --venue curve --from RLUSD --to USDC --amount 1000 --json
rlusd defi quote swap --chain ethereum-mainnet --venue uniswap --from RLUSD --to USDC --amount 1000 --fee-tier 100 --json
rlusd defi supply preview --chain ethereum-mainnet --venue aave --amount 5000 --json
rlusd defi supply prepare --chain ethereum-mainnet --venue aave --from-wallet ops --amount 5000 --json
rlusd defi supply execute --plan <plan_path_from_prepare> --confirm-plan-id <plan_id_from_prepare> --password "$RLUSD_WALLET_PASSWORD" --json
rlusd bridge routes --json
rlusd bridge estimate --from ethereum --to base --amount 500 --json
rlusd bridge prepare --from ethereum --to base --amount 500 --recipient 0x... --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 balance --chain ethereum --address 0x... --json
rlusd eth allowance --chain ethereum --owner-wallet ops --spender 0x... --json
rlusd evm transfer prepare --chain ethereum-mainnet --from-wallet ops --to 0x... --amount 25.5 --json
rlusd evm transfer execute --plan <plan_path_from_prepare> --confirm-plan-id <plan_id_from_prepare> --password "$RLUSD_WALLET_PASSWORD" --json
rlusd evm tx wait --chain ethereum-mainnet --hash 0x... --json
rlusd evm tx receipt --chain ethereum-mainnet --hash 0x... --json
rlusd evm approve prepare --chain ethereum-mainnet --owner-wallet ops --spender 0x... --amount 1000 --json
rlusd evm approve execute --plan <plan_path_from_prepare> --confirm-plan-id <plan_id_from_prepare> --password "$RLUSD_WALLET_PASSWORD" --json
rlusd resolve asset --chain xrpl-mainnet --json
rlusd xrpl trustline status --chain xrpl-mainnet --address r... --json
rlusd xrpl account info --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 payment prepare --chain xrpl-mainnet --from-wallet treasury-xrpl --to r... --amount 250 --json
rlusd xrpl payment 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
rlusd xrpl payment receipt --chain xrpl-mainnet --hash ABCD... --json
rlusd fiat onboarding checklist --json
rlusd fiat buy instructions --json
rlusd fiat redeem instructions --json
rlusd x402 fetch <url> --wallet <name> --max-value <amount> --json
balance, eth allowance, and wallet commands use
family aliases ethereum and xrpl, while network-scoped commands use
ethereum-mainnet and xrpl-mainnet.ethereum, base,
optimism, ink, and unichain.ops or treasury-xrpl already
exist locally; use rlusd-wallets first when a flow depends on them.--password "$RLUSD_WALLET_PASSWORD"
explicitly for predictability, even though the CLI can also read the same
secret from the environment.defi quote swap is live quote data and should be described with quote
freshness metadata such as quoted_at, ttl_seconds, and expires_at.defi quote swap defaults to Uniswap fee tier 3000; retry 100, 500,
3000, and 10000 before concluding the pair is unavailable.defi quote swap currently requires explicit --venue; use curve for the
bundled Ethereum mainnet RLUSD <-> USDC pool and uniswap when fee-tier
selection matters.use-rlusd-ethereumrlusd resolve asset --chain ethereum-mainnet --jsonuse-rlusd-evm-defirlusd defi venues --chain ethereum-mainnet --capability swap,lend,lp --jsonrlusd-bridgerlusd-bridgeuse-rlusd-xrplrlusd-walletsbuy-redeem-rlusdrlusd-x402rlusd-x402