What problem does it solve?
Bitcoin L1 operations often require separate tools or wallets to check balances, estimate fees, list UTXOs, and perform transfers, making automation and scripting painful. This skill consolidates read operations and controlled write actions into a single CLI, with safe UTXO handling and token-type awareness.
Core Features & Use Cases
- Balance and fee queries from mempool.space (no wallet required for reads).
- List UTXOs by address and categorize by status (cardinal safe-to-spend, ordinal, rune).
- Transfer BTC using cardinal UTXOs by default; optionally include ordinals/runes with explicit risk.
- Retrieve inscriptions and rune balances via Unisat API.
Quick Start
Check the balance and fee estimates, list UTXOs for an address, and perform a transfer using an unlocked wallet when ready.