SplitXCH Royalty Split Builder for Openclaw

An AI-driven utility for generating automated Chia blockchain payment split addresses from plain language descriptions.

koba42corp
v1.0.0
Feb 10, 2026
0
2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install chia-splitxch

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install chia-splitxch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SplitXCH Royalty Split Builder?

SplitXCH is a specialized tool designed to simplify the creation of royalty split addresses on the Chia blockchain. By converting natural language requests into complex on-chain logic, it allows users to distribute XCH payments among multiple recipients without manual coding. This skill handles the intricate math of basis points and fee calculations, providing a seamless way to manage revenue sharing, payment splits, and cascading hierarchies.

As a core part of the Openclaw Skills ecosystem, it empowers developers and project leads to automate financial distributions directly from their AI agent interface. The skill abstracts the complexity of the Chia puzzle address generation, allowing you to focus on the distribution logic rather than the underlying blockchain implementation.

SplitXCH Royalty Split Builder Use Cases

  • Distributing NFT secondary sales royalties to multiple artists and stakeholders automatically.
  • Automating revenue sharing for decentralized autonomous organizations (DAOs) and community projects.
  • Creating complex cascading payment structures for large-scale projects requiring over 128 recipients.
  • Managing simple percentage-based payment splits between partner wallets using natural language triggers.
  • Setting up professional basis points splits for fintech applications on the Chia network.

How SplitXCH Royalty Split Builder Works

  1. The user provides a plain-language description of the desired XCH distribution, such as "Split 60/40 between Alice and Bob".
  2. The skill parses the input to identify recipients and their respective percentage shares, ensuring all wallet addresses are valid.
  3. Percentages are converted into basis points based on a 9,850 total to accommodate the mandatory 1.5% platform fee.
  4. For hierarchical requests, the skill builds nested splits from the bottom up, using intermediate addresses as recipients in parent splits.
  5. The agent executes a specialized shell script to call the SplitXCH API with the validated JSON payload.
  6. A unique XCH address is generated; any funds sent to this address are automatically distributed on-chain according to the defined logic.

SplitXCH Royalty Split Builder Setup

To get started with this tool within the Openclaw Skills framework, ensure your environment is configured to execute shell scripts.

# Navigate to the skill directory
cd skills/splitxch

# Ensure the execution script has the correct permissions
chmod +x scripts/splitxch.sh

# You can test the API communication with a manual payload
bash scripts/splitxch.sh /path/to/your-split-payload.json

SplitXCH Royalty Split Builder Data Schema & Taxonomy

The skill organizes distribution data into a structured JSON format for the API and provides a clear summary for the end user.

Property Type Description
name String The identifier for the recipient wallet.
address String A valid xch1 bech32m wallet address.
points Integer Basis points where 100% of the recipient share equals 9850.
id Integer A unique sequence identifier for the recipient in the split.

Note: All distribution calculations must sum to exactly 9850 basis points to account for the 150 bps platform fee.

SplitXCH Royalty Split Builder Advanced Features

  • Support for nested and cascading splits to create complex organizational payment hierarchies.
  • Recursive processing for large groups, enabling distribution to more than 128 unique recipients.
  • Automatic basis point adjustment to ensure mathematical precision and total sum validation.
  • Seamless integration with other Openclaw Skills to trigger financial workflows from broader project management tasks.
  • Dry-run preview mode that displays calculated basis points and fees before finalizing the address generation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*