Kaspa Wallet CLI for Openclaw

A professional command-line interface for the Kaspa blockchain that enables secure wallet management, balance tracking, and KAS transactions.

manyfestation
v1.0.0
Feb 5, 2026
0
2k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install kaspa-wallet

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 kaspa-wallet 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 Kaspa Wallet CLI?

The Kaspa Wallet skill provides a robust interface for interacting with the Kaspa blockchain network, optimized for high-speed DAG-based transactions. This Openclaw Skills integration allows developers and AI agents to execute cryptocurrency transfers, monitor real-time network status, and manage wallet seeds through a programmable environment. By abstracting the complex Kaspa SDK into standard JSON-outputting bash commands, it facilitates the creation of automated financial systems and secure payment gateways.

Designed with security in mind, this skill ensures that private keys and mnemonics are never stored on disk, instead utilizing environment variables for secure session-based authentication. Whether you are building an automated trading bot or a simple payment notification system, using this tool within the Openclaw Skills ecosystem provides the reliability and technical depth required for blockchain development.

Kaspa Wallet CLI Use Cases

  • Automating high-speed KAS payments for services or digital goods.
  • Integrating real-time balance monitoring and financial auditing into custom dashboards.
  • Programmable wallet generation for non-custodial user onboarding.
  • Bulk transaction processing and UTXO consolidation for high-volume accounts.
  • Network health monitoring and fee estimation for dApp backends.

How Kaspa Wallet CLI Works

  1. The environment is initialized with necessary blockchain credentials such as a private key or a 24-word mnemonic phrase.
  2. The skill connects to the Kaspa network using a specified RPC endpoint or defaults to the standard mainnet node.
  3. User or agent commands are parsed and converted into blockchain-specific requests via the internal Python logic.
  4. Transaction signing and broadcasting occur locally before communicating with the network to ensure maximum security.
  5. The skill captures the network response and returns a structured JSON object containing transaction IDs, balances, or error codes.

Kaspa Wallet CLI Setup

To get started with Kaspa Wallet for Openclaw Skills, first clone the repository and run the installation script:

python3 install.py

After installation, configure your wallet by setting the required environment variables in your shell:

export KASPA_MNEMONIC="your twenty four word seed phrase here"
# Optional: Set network to testnet-10 for development
export KASPA_NETWORK="testnet-10"

Verify your setup by checking your wallet balance:

./kaswallet.sh balance

Kaspa Wallet CLI Data Schema & Taxonomy

The Kaspa Wallet skill communicates exclusively through structured JSON. This ensures that any Openclaw Skills implementation can reliably parse transaction and balance data. The schema is organized as follows:

Key Description Example Value
address The Kaspa wallet address kaspa:qrc8y...
balance Human-readable amount in KAS 1.5
sompi The smallest unit of KAS (10^8 sompi = 1 KAS) 150000000
txid Unique transaction identifier abc123...
synced Network synchronization status true
errorCode Standardized error identifiers for logic handling STORAGE_MASS_EXCEEDED

Kaspa Wallet CLI Advanced Features

  • Multi-network compatibility supporting both Kaspa Mainnet and Testnet-10 configurations.
  • Smart UTXO consolidation logic to resolve storage mass errors automatically during large transfers.
  • Granular fee management with support for economic, standard, and priority tiering.
  • Transaction URI generation for easy integration with mobile wallets and QR code systems.
  • Comprehensive error handling with structured JSON hints for automated recovery workflows within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*