← 返回 Skills 市场
harleyscodes

XRPL Token Minting

作者 HarleysCodes · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
551
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xrpl-token-mint
功能描述
Create and manage XRPL issued tokens and NFTs, including minting, trust lines, issuing payments, and setting NFT offers with customizable fees and flags.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xrpl-token-mint
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xrpl-token-mint 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug xrpl-token-mint
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 551 次。

如何安装 XRPL Token Minting?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xrpl-token-mint」即可一键安装,无需额外配置。

XRPL Token Minting 是免费的吗?

是的,XRPL Token Minting 完全免费(开源免费),可自由下载、安装和使用。

XRPL Token Minting 支持哪些平台?

XRPL Token Minting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 XRPL Token Minting?

由 HarleysCodes(@harleyscodes)开发并维护,当前版本 v1.0.0。

💬 留言讨论