ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

kaspa-dev

Comprehensive Kaspa blockchain development toolkit for building transactions, integrating wallets, creating dApps, block explorers, and interacting with the Kaspa network. Use when working with Kaspa blockchain development including: (1) Building and broadcasting transactions, (2) Generating addresses and managing wallets, (3) Creating dApps or block explorers, (4) Integrating Kaspa into existing applications (RainbowKit, OisyWallet, etc.), (5) Working with KRC20 tokens, (6) Setting up Kaspa nodes, (7) Using Kaspa SDKs (Rust, Go, JavaScript/TypeScript, Python, WASM). Supports Rust, Go, JavaScript/TypeScript, Python, and Motoko (Internet Computer) development.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codecustard/kaspa-dev
Or

What This Skill Does

The kaspa-dev skill is a comprehensive toolkit designed for blockchain developers, node operators, and dApp creators working with the Kaspa network. It provides a structured interface for interacting with the Kaspa blockchain, simplifying complex operations like transaction construction, UTXO management, and cryptographic address generation. Whether you are building in Rust, JavaScript/TypeScript, Go, or Python, this skill assists by providing syntactically accurate boilerplate code, SDK documentation, and troubleshooting guidance for common network interactions.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/codecustard/kaspa-dev Once installed, you can invoke the skill by prefixing your requests with the @kaspa-dev tag, ensuring the AI focuses its context window on Kaspa-specific protocols, RPC methods, and library standards.

Use Cases

This skill is built to support a wide array of development tasks:

  • Wallet Development: Programmatically generate secure public/private key pairs and manage bech32 address formats for the Kaspa network.
  • Transaction Logic: Craft raw transactions by fetching UTXO data, defining scriptPublicKeys, signing inputs, and broadcasting transactions via WebSocket RPC interfaces.
  • DApp Infrastructure: Integrate Kaspa support into web applications using the kaspa-wasm SDK for browser-native performance.
  • Node Setup: Access technical guidance for setting up and maintaining kaspad nodes, including sync configuration and pruning settings.
  • KRC20 Tokenization: Assist with the development and deployment of token-based smart contracts within the Kaspa ecosystem.

Example Prompts

  1. "@kaspa-dev Generate a TypeScript function that takes a private key and a recipient address to build and sign a standard payment transaction."
  2. "@kaspa-dev Explain the steps required to verify a KRC20 token balance using the kaspad RPC client in Rust."
  3. "@kaspa-dev How can I configure my kaspad node to act as a public RPC endpoint with CORS enabled for my dApp?"

Tips & Limitations

When using the kaspa-dev skill, always ensure you are using the latest SDK versions, as the Kaspa network codebase evolves rapidly. For high-security wallet applications, always perform final code audits on transaction signing logic before pushing to production. Note that this skill is strictly for blockchain development and architectural support; it cannot directly access private keys stored in non-custodial hardware wallets without proper manual authentication. Always test your logic on the Kaspa Testnet before deploying on Mainnet to avoid loss of funds.

Metadata

Stars3453
Views1
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codecustard-kaspa-dev": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#kaspa#blockchain#web3#cryptography#distributed-ledger
Safety Score: 4/5

Flags: network-access, external-api, code-execution