A secure, watch-only Bitcoin self-custody tracker designed to monitor COLDCARD Q vault health, mempool fees, UTXOs, and on-chain metrics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install btc-sovereign-tracker
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 btc-sovereign-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The BTC Sovereign Tracker is an advanced utility built to assist Bitcoin self-custody practitioners in keeping tabs on their sovereign setups without compromising security. Designed around the principle of "verify, don't trust," this tool never touches private keys. It operates entirely on watch-only addresses and exposes zero sensitive information, keeping your air-gapped cold storage (such as COLDCARD Q) completely safe.
By leveraging this integration from Openclaw Skills, developers and sovereign holders can easily query mempool fees, track address balances, inspect UTXOs for dust consolidation, and verify network sync levels. Whether integrated with a local node for maximum privacy or querying public endpoints, this skill brings sovereign treasury metrics directly into your automated CLI workflows.
Make sure you have curl and jq installed on your PATH. This skill supports Linux and macOS systems.
Define the required environment variables before initializing the skill:
export BTC_WATCH_ADDRESS="bc1qyourwatchonlyaddresshere"
export MEMPOOL_API="https://mempool.space/api" # Optional: change to local node
export ZK_BANKIR_HOST="http://localhost:3000" # Optional: ZK-Bankir treasury endpoint
To start using Openclaw Skills for your self-custody monitoring, initialize the tracker using your preferred CLI agent framework. For instance, to test core connectivity manually:
# Check mempool fees
curl -s "$MEMPOOL_API/v1/fees/recommended" | jq .
# Query vault balance via ZK-Bankir
curl -s "$ZK_BANKIR_HOST/api/v1/treasury/btc" -H "Accept: application/json" | jq .
| Metric | Type | Source | Description |
|---|---|---|---|
balance |
String | Mempool API / ZK-Bankir | Total watch-only BTC balance in sats |
utxo_list |
Array | Mempool API | Current UTXOs including txid, vout, and value |
dust_flag |
Boolean | Computed | Set to true if a UTXO is less than 10,000 sats |
fee_rates |
Object | Mempool API | Current fastest, half-hour, and hour recommended fee rates |
vault_health |
Object | ZK-Bankir | Information about physical vault tracking status (e.g., COLDCARD Q) |
Loading
Automate technology stack vulnerability tracking with NVD/NIST integration, EPSS exploit scoring, and CISA KEV tracking for daily prioritized remediation.

A secure, Ed25519-signed claim verification tool that resolves facts against live external state like GitHub, blockchains, and financial markets.

Deploy files, static sites, and containerized server-side apps to live URLs straight from your AI coding agent, powered by secure Drives for persistent memory.

A local, LLM-powered second brain and wiki that combines Obsidian markdown vaults with Ollama inference, semantic search, and multi-model consensus.

A secure, read-only monitoring skill designed to track ZK-Bankir sovereign banking treasuries, verify SHA-256 hash-chains, and audit multi-asset balances.

An automated AI agent skill designed to analyze cyclomatic complexity, detect code smells, and provide intelligent refactoring suggestions.








































