← 返回 Skills 市场
harleyscodes

XRPL Transaction Builder

作者 HarleysCodes · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
644
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xrpl-tx-builder
功能描述
Build, sign, and submit XRP Ledger transactions including payments, NFT minting/burning, with Xaman wallet integration.
安全使用建议
This SKILL.md appears coherent for building and submitting XRPL transactions, but it comes from an unknown source and is instruction-only. Before using it with real funds: (1) prefer official/public XRPL endpoints (or run your own node) rather than unverified wss:// nodes like xrplcluster.com; (2) never paste or store private keys in the agent—use the external wallet (Xaman) signing workflow and verify the signed blob yourself; (3) review and pin the xrpl npm package version and inspect its source (use package-lock, verify maintainers or GitHub repo) before running npm install; (4) test on XRPL Testnet first; (5) if you need higher assurance, ask the publisher for source/homepage or use a well-known library/example from the official XRPL docs.
功能分析
Type: OpenClaw Skill Name: xrpl-tx-builder Version: 1.0.0 The skill bundle is benign, providing instructions and code examples for building and submitting XRP Ledger transactions using the `xrpl` library. All commands, such as `npm install xrpl`, and code snippets, including connecting to public XRPL endpoints (`wss://xrplcluster.com`, `wss://s1.ripple.com`) and submitting pre-signed transactions, are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended function in SKILL.md.
能力评估
Purpose & Capability
Name/description match the SKILL.md examples: building Payment and NFT transactions, signing with an external wallet (Xaman), and submitting to XRPL nodes. There are no unrelated credentials or binaries requested.
Instruction Scope
The SKILL.md stays within XRPL transaction-building and submission. It references an external signing step (Xaman) rather than handling private keys, which is appropriate. However the instructions are minimal (no client.connect example, no error handling) and point to a non-official RPC endpoint (wss://xrplcluster.com) in addition to Ripple's s1.ripple.com — using untrusted nodes could expose transaction metadata or introduce a malicious relay.
Install Mechanism
The skill is instruction-only (no install spec), but instructs running `npm install xrpl`. That pulls code from the npm registry at runtime — expected for a JS XRPL client but a moderate risk if you don't verify package provenance and version. No archive downloads or obscure URLs are used.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The design avoids asking for private keys by indicating the wallet (Xaman) performs signing, which is proportionate to the stated purpose.
Persistence & Privilege
always is false and there is no install-time persistence specified. The skill does not request elevated or permanent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xrpl-tx-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xrpl-tx-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of xrpl-tx-builder. - Build and sign XRP Ledger transactions, including payments and NFT mint/burn transactions. - Supports transaction signing via Xaman wallet and direct submission to XRPL. - Provides code examples for common XRPL transaction types and usage tips. - Includes guidance on drops, destination tags, flags, and public RPC endpoints.
元数据
Slug xrpl-tx-builder
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

XRPL Transaction Builder 是什么?

Build, sign, and submit XRP Ledger transactions including payments, NFT minting/burning, with Xaman wallet integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 644 次。

如何安装 XRPL Transaction Builder?

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

XRPL Transaction Builder 是免费的吗?

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

XRPL Transaction Builder 支持哪些平台?

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

谁开发了 XRPL Transaction Builder?

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

💬 留言讨论