← Back to Skills Marketplace
harleyscodes

XRPL Token Minting

by HarleysCodes · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
551
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xrpl-token-mint
Description
Create and manage XRPL issued tokens and NFTs, including minting, trust lines, issuing payments, and setting NFT offers with customizable fees and flags.
Usage Guidance
This skill appears to be what it says — transaction templates for XRPL tokens/NFTs — but it leaves out critical operational and safety details. Before using it: (1) Do not paste private keys or secret seeds into chat or the agent; the SKILL.md does not explain how to sign transactions securely. Use a hardware wallet, remote signer, or a secure key-management approach. (2) The instructions ask you to run 'npm install xrpl' — verify and pin the package version, check the package's maintainer and release page, and prefer known release hashes to reduce supply-chain risk. (3) Test everything on XRPL Testnet first and verify which rippled endpoint you will use; the skill does not specify nodes or endpoints. (4) If the agent asks for credentials or to run commands on your machine, be cautious and avoid giving long-lived keys; prefer ephemeral/test credentials. (5) If you need the skill to submit transactions, require explicit instructions in SKILL.md about signing, broadcasting, and safe key handling before installing or invoking it.
Capability Analysis
Type: OpenClaw Skill Name: xrpl-token-mint Version: 1.0.0 The skill bundle is designed to interact with the XRP Ledger for token and NFT management, a legitimate blockchain use case. It includes a standard `npm install xrpl` command for setup, which uses the official XRPL library. The remaining content consists of descriptive markdown and JSON/TypeScript examples of XRPL transaction objects. There are no indications of malicious prompt injection, data exfiltration, unauthorized command execution, or other harmful behaviors.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md contents: templates for TrustSet, Payment, NFTokenMint, offers and references to TransferFee/Taxon are appropriate for XRPL token/NFT operations.
Instruction Scope
The instructions provide transaction templates and tell the user to npm install xrpl but do not explain how to sign transactions, manage private keys, choose a rippled node/endpoint, or submit/safely broadcast transactions. This omission can lead to unsafe practices (users pasting secrets) but the instructions do not themselves request unrelated data or system access.
Install Mechanism
No formal install spec in the skill bundle (instruction-only). SKILL.md directs 'npm install xrpl' — expected for a Node.js-based XRPL workflow, but pulling from npm introduces supply-chain risk unless versions and provenance are pinned and verified.
Credentials
The skill declares no required environment variables, credentials, or config paths — this is proportionate to an instruction-only template. However, real use will require private keys or wallet credentials (not declared), which the document does not cover.
Persistence & Privilege
Skill has no 'always' or persistent install behavior and is user-invocable only. It does not request changes to agent/system configuration or other skills' settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xrpl-token-mint
  3. After installation, invoke the skill by name or use /xrpl-token-mint
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xrpl-token-mint 1.0.0 - Initial release supporting the creation and management of XRPL issued currencies (fungible tokens) and NFTs. - Enables minting new tokens, setting up token issuers, creating NFTs, and managing trust lines. - Includes usage examples for trust lines, token payments, NFT minting, NFT sell/buy offers, and relevant transaction flags. - Provides key points on token naming, decimals, royalty fees, and NFT collection IDs.
Metadata
Slug xrpl-token-mint
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is XRPL Token Minting?

Create and manage XRPL issued tokens and NFTs, including minting, trust lines, issuing payments, and setting NFT offers with customizable fees and flags. It is an AI Agent Skill for Claude Code / OpenClaw, with 551 downloads so far.

How do I install XRPL Token Minting?

Run "/install xrpl-token-mint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is XRPL Token Minting free?

Yes, XRPL Token Minting is completely free (open-source). You can download, install and use it at no cost.

Which platforms does XRPL Token Minting support?

XRPL Token Minting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created XRPL Token Minting?

It is built and maintained by HarleysCodes (@harleyscodes); the current version is v1.0.0.

💬 Comments