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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install maestro-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install maestro-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/maestro-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: maestro-api description: 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. ---
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.
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 , 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: - operation line -> path - servers: -> base URL for the chosen network - parameters and body schema -> request shape
server.url + path.domain or URI.- 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
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.- docs page used - selected network - selected amount - signer address - minimal next action
Read SIWX + x402 Reference only when you need the exact signing or header details:
sign-in-with-x payload formatX-PAYMENT payload format安装 Maestro Api 后,可以对 AI 说这些话来触发它
Help me get started with Maestro Api
Explains what Maestro Api does, walks through the setup, and runs a quick demo based on your current project
Use Maestro Api to query Maestro APIs over HTTP using the SIWX + JWT + x402 credit pur...
Invokes Maestro Api with the right parameters and returns the result directly in the conversation
What can I do with Maestro Api in my developer & devops workflow?
Lists the top use cases for Maestro Api, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/maestro-skill/ 目录(个人级,所有项目可用),或 .claude/skills/maestro-skill/(项目级)。重启 AI 客户端后,用 /maestro-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Maestro Api 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Maestro Api 可免费安装使用。请查阅仓库了解许可证信息。
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.
Maestro Api 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Maestro Api
Identifies repetitive steps in your workflow and sets up Maestro Api to handle them automatically