Shopify Admin & Storefront GraphQL skill, adapted for the Bankr ecosystem.
The core Shopify GraphQL helpers (products, orders, customers, inventory, metafields, webhooks, bulk ops) are taken verbatim from the upstream NousResearch/hermes-agent skill (MIT, author: community). Credit and thanks to the Hermes contributors.
This fork adds four Bankr bridge sections so agents can wire a Shopify store to onchain settlement, identity, and loyalty using Bankr primitives:
- Identity bridge — Shopify customer metafield → Bankr-resolvable handle (ENS, Twitter, Farcaster, wallet).
- x402 checkout — Shopify draft-order total → x402 endpoint Bankr can call and settle in USDC.
- Webhook → Bankr Submit — Shopify webhook →
POST /agent/prompt(orbankr_agent_submit_promptMCP) → poll job. - Scope cheatsheet — minimum Admin API scopes for the bridge flows.
See SKILL.md for the full skill.
MIT — see LICENSE. Preserves the upstream Hermes copyright; adds Bankr Community copyright for the bridge additions.