A specialized AI agent skill designed to assist with Bitcoin transaction lifecycle management, wallet recovery, and Lightning Network operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bitcoin
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 bitcoin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bitcoin skill for Openclaw Skills provides a deep technical framework for agents to handle the complexities of the Bitcoin protocol. It bridges the gap between raw blockchain data and user-friendly assistance by interpreting derivation paths (BIP44, BIP84, BIP86), managing UTXOs, and navigating the nuances of the Lightning Network. This skill ensures that AI agents can provide accurate advice on everything from fee optimization to recovering stuck transactions, making it an essential component for any crypto-aware automation.
By leveraging this skill, developers can implement robust security patterns, such as recognizing dust attacks and verifying transaction signatures. The integration focuses on real-time data accuracy, utilizing industry-standard APIs to provide the most current network state, which is critical for preventing funds from being lost to incompatible address types or stale fee estimates.
To enable Bitcoin capabilities within your Openclaw Skills environment, ensure you have network access to blockchain explorers. Use the following commands to verify connectivity and retrieve network data:
# Test mempool API connectivity
curl -s "https://mempool.space/api/v1/fees/recommended"
# Check a specific Bitcoin transaction status
curl -s "https://mempool.space/api/tx/{txid}"
No local full node is required, though the skill can be configured to interface with one via RPC if high privacy is needed.
The skill organizes Bitcoin data into the following structures to facilitate agent decision-making:
| Object | Key Attributes | Purpose |
|---|---|---|
| Wallet Context | Derivation Path (BIP44/84/86), Address Type | Prevents zero-balance display errors |
| Fee Data | sat/vB (Fast, Medium, Slow), Mempool Depth | Optimizes transaction timing |
| Transaction | TXID, Confirmations, RBF Status | Monitors settlement and recovery options |
| Security Profile | Reuse Count, Dust Flags, Scam Heuristics | Protects user privacy and funds |
Loading
A specialized AI framework for genetic engineering, bioinformatics research, and laboratory protocol design within the Openclaw Skills ecosystem.

A versatile life science assistant that adapts its technical depth to teach children, guide students, or support expert researchers.

A specialized skill for executing genomic analysis pipelines, sequence alignment, and variant calling using industry-standard command-line tools.

Securely manage Binance Spot trading, market data streams, and API signatures through automated terminal-based workflows.

A comprehensive technical guide and logic set for AI agents to master 3D modeling workflows and game engine asset preparation in Blender.

A comprehensive guide to understanding and interacting with blockchain technology, from distributed ledgers to smart contract execution.








































