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.
Install
mkdir -p .claude/skills/maestro-bitcoin && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8249" && unzip -o skill.zip -d .claude/skills/maestro-bitcoin && rm skill.zipInstalls to .claude/skills/maestro-bitcoin
About this skill
Maestro API
Use this skill when the user wants a direct HTTP call to a Maestro endpoint. The intended path is short: resolve the exact operation page, send the real request, satisfy the live SIWX challenge, and only buy credits if the server still returns 402.
Fast Path
- Resolve the exact operation page in
docs.gomaestro.org. - Read the page's
.mdform and use itsOpenAPIblock as the source of truth. - Build the request URL from
servers:plus the operation path. - Send the real request with no auth or payment headers.
- If the response is
200, return the data. - If the response is
402withextensions.sign-in-with-x, sign the SIWX challenge and retry the exact same request withsign-in-with-x. - If that retry returns
200, return the data. - If that retry returns
402plusAuthorization: Bearer <jwt>, buy credits from the latestaccepts[]entry and retry the exact same request withAuthorizationandX-PAYMENT. - Reuse the JWT for follow-up queries until it expires or Maestro asks for more credits.
Resolve Endpoint From Docs
Use docs only to find the exact operation page. Do not browse broadly once you have it.
- Start with
https://docs.gomaestro.org/llms.txtonly if the operation page is not already obvious. - Prefer operation pages over quick-start pages.
- Read the
.mdpage and extract:- operation line -> path
servers:-> base URL for the chosen network- parameters and body schema -> request shape
- Combine
server.url + path. - Do not derive the REST host from the SIWX
domainorURI. - Useful Bitcoin routing shortcuts:
- confirmed chain data -> Blockchain Indexer API
- mempool-aware or pending data -> Mempool Monitoring API
- mempool.space-style routes -> Esplora API
- wallet balances or wallet activity -> Wallet API
Minimal Prerequisites
Ask only for what is required to sign and pay:
PRIVATE_KEY, or a runtime CDP wallet signer- enough
USDCand native gas on one network from the live402response - no API key
Request Rules
- Keep method, path, query parameters, and body unchanged across the unauthenticated request, the SIWX retry, and the paid retry.
- Always use the latest
402response forsupported_chains,accepts[],asset,pay_to, and price limits. - Confirm before the first paid mainnet request.
- If a paid retry still fails, report:
- docs page used
- selected network
- selected amount
- signer address
- minimal next action
Read Only When Needed
Read SIWX + x402 Reference only when you need the exact signing or header details:
sign-in-with-xpayload formatX-PAYMENTpayload format- EIP-4361 SIWX message template
- ERC-3009 EIP-712 domain and message fields
- response header meanings
- failure cases and common pitfalls
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversSolana Agent: a server for blockchain interactions on Solana, offering asset retrieval, token deployment, wallet managem
Securely manage your Bitcoin SV Wallet, handle transactions, and interact with NFTs, all with local private key security
Stampchain MCP Server — access Bitcoin stamp data via the Stampchain API. Query stamps, collections and blockchain info
Empower AI with the Exa MCP Server—an AI research tool for real-time web search, academic data, and smarter, up-to-date
Connect MongoDB databases to chat interfaces. Manage AWS with MongoDB, explore Atlas cost, and inspect collections secur
Integrate with the Bitcoin network via Blockstream API for transaction monitoring, wallet management, and blockchain ana
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.