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

maestro-bitcoin

Comprehensive Bitcoin blockchain interaction via Maestro APIs. Supports 7 API services with 119 endpoints including blockchain indexing, Esplora compatibility, RPC access, event management, market prices, mempool monitoring, and wallet operations. Handles BTC transactions, UTXOs, addresses, blocks, metaprotocols (BRC20, Runes, Inscriptions/Ordinals), webhooks, and real-time data.

Why use this skill?

Master Bitcoin blockchain data with OpenClaw. Access 119+ endpoints for indexing, mempool monitoring, BRC20 tokens, and wallet tracking via Maestro API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vardominator/maestro-skill
Or

What This Skill Does

The maestro-bitcoin skill acts as a robust gateway between your OpenClaw agent and the Bitcoin blockchain via the Maestro API platform. It abstracts 119 API endpoints into a singular, conversational interface, allowing your agent to perform complex blockchain operations without manual API handling. The skill spans 7 core services: Blockchain Indexing, Esplora compatibility, Node RPC, Event Management, Market Price analytics, Mempool monitoring, and Wallet tracking. It natively supports advanced Bitcoin concepts including BRC20 tokens, Runes, and Ordinals (Inscriptions), making it a comprehensive tool for both standard transactional needs and modern metaprotocol management.

Installation

To integrate this skill, use the ClawHub CLI: clawhub install openclaw/skills/skills/vardominator/maestro-skill. After installation, you must configure your environment to enable blockchain communication. First, sign up at the Maestro Dashboard, create a Bitcoin project, and obtain your API key. Set this as an environment variable: export MAESTRO_API_KEY="your_api_key_here". Optionally, configure your network target by setting MAESTRO_NETWORK to either "mainnet" or "testnet". Ensure these variables are persisted in your shell profile (e.g., .bashrc) to maintain connectivity across agent restarts.

Use Cases

This skill is ideal for developers and users needing to track high-value wallet addresses, monitor mempool congestion to optimize transaction fees, or automate BRC20/Runes asset management. It is also well-suited for building automated price alerts, tracking block confirmation status for specific transactions, and programmatically querying historical market data through Maestro's analytical endpoints. Whether you are building an automated trading bot or a blockchain monitoring agent, this skill provides the depth required for complex data retrieval.

Example Prompts

  1. "Check the current mempool status and provide an estimate for a transaction to be confirmed within the next 3 blocks."
  2. "Retrieve all Runes associated with address bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh and summarize their total holdings."
  3. "Monitor the balance of this wallet for any incoming transactions and alert me when the value exceeds 0.5 BTC."

Tips & Limitations

Always verify your environment variables before executing transactions. Note that broadcast transactions are final and immutable; ensure proper validation of hex payloads before passing them to the agent. Keep in mind that heavy use of RPC endpoints may count towards your Maestro project's tier limits. Regularly audit your webhook configurations if using the Event Manager to avoid stale data streams. For production workloads, consider using the Testnet environment initially to validate your scripts and ensure your logic handles blockchain latency gracefully.

Metadata

Stars946
Views0
Updated2026-02-13
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-vardominator-maestro-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bitcoin#blockchain#maestro#defi#crypto
Safety Score: 4/5

Flags: network-access, external-api