Install
openclaw skills install maestro-skillQuery Maestro APIs over HTTP using the SIWX + JWT + x402 credit purchase flow. Resolve the exact endpoint from docs.gomaestro.org before requesting or paying.
openclaw skills install maestro-skillUse 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.
docs.gomaestro.org..md form and use its OpenAPI block as the source of truth.servers: plus the operation path.200, return the data.402 with extensions.sign-in-with-x, sign the SIWX challenge and retry the exact same request with sign-in-with-x.200, return the data.402 plus Authorization: Bearer <jwt>, buy credits from the latest accepts[] entry and retry the exact same request with Authorization and X-PAYMENT.Use docs only to find the exact operation page. Do not browse broadly once you have it.
https://docs.gomaestro.org/llms.txt only if the operation page is not already obvious..md page and extract:
servers: -> base URL for the chosen networkserver.url + path.domain or URI.Ask only for what is required to sign and pay:
PRIVATE_KEY, or a runtime CDP wallet signerUSDC and native gas on one network from the live 402 response402 response for supported_chains, accepts[], asset, pay_to, and price limits.Read SIWX + x402 Reference only when you need the exact signing or header details:
sign-in-with-x payload formatX-PAYMENT payload format