Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create and manage XRPL issued tokens and NFTs, including minting, trust lines, issuing payments, and setting NFT offers with customizable fees and flags.
Create and manage XRPL issued tokens and NFTs, including minting, trust lines, issuing payments, and setting NFT offers with customizable fees and flags.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
npm install xrpl
{ TransactionType: 'TrustSet', Account: 'rUserAddress', LimitAmount: { currency: 'USD', issuer: 'rIssuerAddress', value: '1000000' } }
{ TransactionType: 'Payment', Account: 'rIssuerAddress', Destination: 'rUserAddress', Amount: { currency: 'USD', issuer: 'rIssuerAddress', value: '1000' } }
{ TransactionType: 'NFTokenMint', Account: 'rCreatorAddress', NFTokenTaxon: 0, // Collection ID Issuer: 'rCreatorAddress', // or different issuer TransferFee: 2500, // 2.5% royalty on secondary sales Flags: { tfBurnable: true, tfOnlyXRP: false, tfTrustLine: false }, URI: 'ipfs://Qm...' // Metadata URL }
{ TransactionType: 'NFTokenCreateOffer', Account: 'rSellerAddress', NFTokenID: '00080000...', Amount: '1000000', // 1 XRP Flags: tfSellNFToken }
{ TransactionType: 'NFTokenAcceptOffer', Account: 'rBuyerAddress', NFTokenOfferID: 'offerID...' }
tfBurnable: Issuer can burn tokens tfOnlyXRP: Token cannot be transferred for IOUs tfTransferable: Token can be transferred tfSellNFToken: Create offer is a sell offer
Token name: 3-character code (e.g., "USD") or full 40-char hex Precision: Up to 16 decimal places TransferFee: 0-50000 (0-50%) NFT Taxon: User-defined collection ID
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.