Query Maestro APIs over HTTP using the SIWX + JWT + x402 credit purchase flow. Resolve the exact endpoint from docs.gomaestro.org before requesting or paying.
- Renamed skill from "maestro-bitcoin" to "maestro-api" to clarify broader API support. - Simplified and streamlined the client interaction flow; now emphasizes a fast step-by-step path for querying Maestro endpoints. - All details about signing, payment, and headers are now centralized in a separate reference file (`references/siwx-x402.md`). - Clarifies that the endpoint base URL and path come only from the docs operation page—not the SIWX challenge. - Workflow now strictly reuses the latest 402 response for payment parameters and minimizes user prompts. - Improved doc navigation guidance and removed extraneous boilerplate.