An AI-driven utility for generating automated Chia blockchain payment split addresses from plain language descriptions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chia-splitxch
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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.
Loading
An end-to-end automated pipeline for creating professional AI-generated music videos from lyrics generation to YouTube upload.

A sophisticated three-layer memory architecture that provides AI agents with persistent context and semantic search capabilities across sessions.

A premium 2-layer security suite for AI agents featuring $GUAVA token-gated strict protection and on-chain identity verification.

A structured episodic memory system that uses Q-value scoring to help AI agents remember successful patterns and avoid past mistakes.

A Telegram Mini App skill for verifying Chia wallet ownership through WalletConnect v2 and cryptographic signature validation via the MintGarden API.

A comprehensive integration for monitoring Chia Network decentralized exchange activity and token metrics via the Dexie.space API.








































