A professional command-line interface for the Kaspa blockchain that enables secure wallet management, balance tracking, and KAS transactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kaspa-wallet
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 kaspa-wallet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
A high-performance semantic caching skill that stores LLM responses to slash API costs and accelerate agent reaction times.

A robust command-line interface for managing TickTick tasks and projects with OAuth2 authentication and batch processing support.

Automatically sync YouTube content directly to your Pocket Casts cloud library for cross-platform offline access.

A comprehensive bash-based integration to manage Linear issues, project progress, and Git workflows within Openclaw Skills.

A professional-grade command-line interface for sending, receiving, and managing KAS cryptocurrency on the Kaspa blockchain.

A strategic AI agent that automates land management, token claims, and ROI optimization for the Colony game on the Solana blockchain.








































