10 Agentic Commerce Plugins, Now Cross-Platform
170+ skills. 10 plugins. 6 AI coding platforms. All open source.
When we first released our agentic commerce plugins, they were built for Claude Code, eight plugins for the protocols and platforms behind AI-agent-mediated shopping. Today we're shipping the biggest update yet: two new plugins, cross-platform support for six AI coding tools, and 170+ skills that work wherever you code.
This release at a glance
Two new plugins
Shopify Commerce (21 skills)
Full Shopify development expertise. GraphQL Admin and Storefront APIs, Liquid templating, Online Store 2.0 themes, Hydrogen/Remix headless storefronts, Shopify Functions, checkout UI extensions, Polaris components, and App Bridge. The most comprehensive Shopify plugin for any AI coding assistant.
Stripe MPP (12 skills)
The Machine Payments Protocol, co-authored by Stripe and Tempo Labs, brings HTTP 402-based machine-to-machine payments to AI agents. Charge and session intents, Tempo blockchain USDC settlement, Shared Payment Token lifecycle, mppx SDK, server middleware, and service discovery.
What's inside the two new plugins
Shopify Commerce — 21 skills
Products, orders, inventory, customers
Templates, sections, blocks, JSON schemas
Server components, data loading, caching
Discounts, payments, delivery, cart transforms
Custom checkout steps, fields, validation
OAuth, webhooks, admin UI components
Stripe MPP — 12 skills
Machine-to-machine payment standard
Payment flow management
USDC settlement and on-chain finality
Shared Payment Token lifecycle
Client and server libraries
Agent-to-service payment routing
Both include PCI/secret detection hooks and destructive command protection.
Cross-platform: one source, six tools
This is the big change. You're no longer locked into a single AI coding assistant. All 10 plugins now work natively with Claude Code, Gemini CLI, OpenAI Codex, Cursor, Antigravity/Windsurf, and OpenClaw.
Cross-platform support matrix
| Format | Install | Status | |
|---|---|---|---|
| Claude Code | Native plugins | Direct install | Native |
| Gemini CLI | .geminicli/ | INSTALL-GEMINI.md | Converted |
| OpenAI Codex | codex.md | INSTALL-CODEX.md | Converted |
| Cursor | .cursor/rules/ | INSTALL-CURSOR.md | Converted |
| Antigravity | Windsurf config | INSTALL-ANTIGRAVITY.md | Converted |
| OpenClaw | OpenClaw format | INSTALL-OPENCLAW.md | Converted |
One canonical source. Six platform-native outputs.
Each platform gets native-format plugins generated from a single canonical source. All skills, hooks, and domain knowledge are preserved automatically.
The full suite
Six protocol plugins cover the agent-facing layer. Four platform plugins cover the commerce backend. Together, they span the entire agentic commerce stack.
10 plugins, 170+ skills
Protocol plugins handle the agent-facing layer. Platform plugins handle the commerce backend.
How the plugins work
Every plugin follows the same design: conceptual knowledge, including protocol architecture, roles, state machines, and flows, is baked directly into the agent definitions. Your AI assistant understands the domain before it writes a single line of code.
Implementation details are always fetched live from official docs and SDKs, so guidance stays current as specs evolve.
Safety hooks run automatically: PCI/secret detection catches hardcoded keys and tokens. Destructive command protection blocks accidental database drops and force pushes. Protocol validation ensures generated code conforms to the latest spec.
How each plugin builds up expertise
Knowledge is baked in. Implementation details are fetched live. Safety is automatic.
Get started
git clone https://github.com/OrcaQubits/agentic-commerce-skills-plugins
Install docs for each platform:
- Claude Code: Installation guide
- Gemini CLI: INSTALL-GEMINI.md
- OpenAI Codex: INSTALL-CODEX.md
- Cursor: INSTALL-CURSOR.md
- Antigravity/Windsurf: INSTALL-ANTIGRAVITY.md
- OpenClaw: INSTALL-OPENCLAW.md
Why open source
“The protocols are open. The platform APIs are public. The development tooling should follow the same path.”
Open sourcing means faster adoption, community contributions as protocols evolve, and full transparency into what expertise powers your AI coding tools.
The protocols are open. The platform APIs are public. The development tooling should follow the same path. Open sourcing means faster adoption, community contributions as protocols evolve, and full transparency into what expertise powers your tools.
All 10 plugins. MIT licensed. Free to use, modify, and distribute.
GitHub: github.com/OrcaQubits/agentic-commerce-skills-plugins
Feedback and contributions welcome.