First gallery-tagged release of this monorepo.
What this release publishes
The repo is now indexed by the Gemini CLI Extensions Gallery via the gemini-cli-extension topic. The gallery's crawler will surface UCP (Universal Commerce Protocol) as the flagship extension within ~24h of this release.
Install UCP via Gemini CLI:
```bash
gemini extensions install https://github.com/OrcaQubits/agentic-commerce-skills-plugins
```
Other 14 plugins (ACP, A2A, AP2, WebMCP, NLWeb, Stripe MPP, Magento, Shopify, Saleor, Medusa, BigCommerce, WooCommerce, Salesforce Commerce, Spree) install via path — see `PUBLISH-GEMINI.md` and `INSTALL-GEMINI.md`.
What's in the repo (15 plugins)
| Plugin | Skills | Description |
|---|---|---|
| ucp-agentic-commerce ⭐ | 15 | Universal Commerce Protocol (Google + Shopify) — flagship for Gemini gallery |
| acp-agentic-commerce | 16 | Agentic Commerce Protocol (OpenAI + Stripe) |
| a2a-multi-agent | 15 | Agent-to-Agent protocol (Google → Linux Foundation) |
| ap2-agentic-payments | 18 | Agent Payments Protocol (Google / FIDO Alliance) |
| stripe-mpp | 12 | Machine Payments Protocol (Stripe + Tempo) |
| webmcp-browser-agents | 14 | Browser-native MCP for agent-ready websites |
| nlweb-protocol | 13 | Natural Language Web (Microsoft / R.V. Guha) |
| magento2-commerce | 19 | Magento 2 + PHP 8.x |
| woocommerce-commerce | 20 | WooCommerce + PHP 8.x |
| shopify-commerce | 21 | Shopify Liquid/Hydrogen/Functions/Polaris |
| bigcommerce-commerce | 20 | BigCommerce Stencil/Catalyst |
| salesforce-commerce | 24 | B2C Commerce Cloud + B2B/D2C Lightning |
| medusa-commerce | 21 | Medusa v2 (TypeScript headless) |
| saleor-commerce | 21 | Saleor (Python/GraphQL/Next.js) |
| spree-commerce | 22 | Spree v5 (Rails/Hotwire/Next.js) |
Cross-platform support
Already converted and published to:
- Claude Code (native) — install via marketplace
- OpenClaw / ClawHub — all 15 plugins live as `@ichiorca/openclaw-*` bundle plugins (ClawHub)
- Gemini CLI — UCP in gallery; others via path (this release)
- OpenAI Codex CLI — `dist/codex/`
- Cursor — `dist/cursor/`
- Antigravity / Windsurf — `dist/antigravity/`
See `INSTALL-*.md` files for each platform's installation guide.
Design philosophy
Every plugin's agent and skills instruct Claude / Gemini / Codex to web-search and web-fetch the latest official documentation before writing code. Conceptual knowledge is baked in; implementation-specific details are fetched live. Each plugin cites the protocol/platform version it codes against.
License
MIT. See `LICENSE`.