← Back to Skills Marketplace
harleyscodes

XRPL Transaction Builder

by HarleysCodes · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
644
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xrpl-tx-builder
Description
Build, sign, and submit XRP Ledger transactions including payments, NFT minting/burning, with Xaman wallet integration.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xrpl-tx-builder
  3. After installation, invoke the skill by name or use /xrpl-tx-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xrpl-tx-builder
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is XRPL Transaction Builder?

Build, sign, and submit XRP Ledger transactions including payments, NFT minting/burning, with Xaman wallet integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 644 downloads so far.

How do I install XRPL Transaction Builder?

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

Is XRPL Transaction Builder free?

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

Which platforms does XRPL Transaction Builder support?

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

Who created XRPL Transaction Builder?

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

💬 Comments