Xrpl Token Mint
Skill by harleyscodes
Why use this skill?
Efficiently create and manage XRP Ledger tokens and NFTs. Use the XRPL Token Mint skill to handle trust lines, royalties, and asset minting directly via OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/harleyscodes/xrpl-token-mintWhat This Skill Does
The Xrpl Token Mint skill, developed by harleyscodes, provides a robust interface for interacting with the XRP Ledger (XRPL). It simplifies the complex processes involved in creating and managing issued currencies (fungible tokens) and Non-Fungible Tokens (NFTs). The skill abstracts the underlying transaction requirements for building trust lines, minting assets, and facilitating secondary market transactions through offer management. By utilizing this skill, users can programmatically manage their tokenized assets, enforce royalties, and define asset properties such as burnability and transferability, all within the OpenClaw environment.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal to fetch the package from the official source repository:
clawhub install openclaw/skills/skills/harleyscodes/xrpl-token-mint
Ensure that you have Node.js and the 'xrpl' dependency installed, as this skill relies on the standard XRPL SDK for signing and submitting transactions to the ledger.
Use Cases
- Tokenizing real-world assets: Issue custom currency tokens to represent fractional ownership or loyalty points.
- NFT Collections: Deploy unique digital assets such as artwork, certificates, or verifiable credentials with custom royalty structures.
- Decentralized Marketplaces: Build automated buy and sell mechanisms for existing XRPL tokens or NFTs.
- Trust Management: Automate the creation and maintenance of trust lines between user accounts and issuing entities to enable asset holding.
Example Prompts
- "Mint a new NFT collection for my digital art with a 5% royalty fee and set it as burnable."
- "Create a trust line for the issuer rIssuerAddress to allow me to hold 5000 units of the custom token named 'GLD'."
- "List my NFT with ID 00080000... for sale on the XRPL ledger for 50 XRP."
Tips & Limitations
When minting tokens, remember that the currency code is strictly limited to 3 characters or a 40-character hex string. Always ensure that your account has sufficient XRP for transaction fees and reserve requirements. For NFTs, the 'NFTokenTaxon' is critical for grouping your collection, so choose this consistently to make your assets discoverable. Note that 'TransferFee' is calculated as basis points, meaning a value of 2500 equates to a 25% fee (range 0 to 50000). Always verify the issuer address before setting up trust lines to prevent interacting with malicious or unauthorized tokens.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-harleyscodes-xrpl-token-mint": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api