Open-Source Claude Code Plugins for Agentic Commerce Protocols

OrcaQubits has open-sourced a suite of eight Claude Code plugins designed to help developers work with agentic commerce protocols. The plugins act as an expert co-developer for building on the agentic web, addressing the challenge of keeping up with fast-moving specifications and breaking changes across multiple standards.
Protocol Coverage
The plugins implement four key agentic commerce protocols:
- UCP (Universal Commerce Protocol) - REST/A2A implementation
- ACP (Agent Commerce Protocol) - Stripe delegated payments
- AP2 - Crypto signing capabilities
- A2A (Agent-to-Agent) - Agent task delegation
Platform Support
The suite includes both protocol implementations and platform-specific expertise:
- WebMCP - For creating agent-ready websites
- Magento 2 - Deep platform integration
- BigCommerce - Platform-specific expertise
- WooCommerce - WordPress e-commerce integration
Technical Approach
The plugins bake in the core architecture and state machines of each protocol while fetching the latest SDK documentation and schemas live. This approach helps keep code current even when specifications shift, addressing the common problem of documentation lagging behind protocol development.
The project is part of OrcaQubits and is fully MIT licensed, making it freely available for both commercial and non-commercial use. The developers are actively seeking feedback from builders in the agentic commerce space and are soliciting suggestions for roadmap additions.
These plugins are particularly useful for developers working with AI agents that need to handle commerce operations like shopping, payments, and negotiation. The protocols mentioned (UCP, ACP, AP2, A2A) represent emerging standards for enabling AI agents to interact with commerce systems, and having pre-built implementations can significantly reduce development time.
📖 Read the full source: r/ClaudeAI
👀 See Also

mistral.rs Adds Support for Gemma 4 12B: Multimodal, Agentic, and MTP
mistral.rs now supports Gemma 4 12B with multimodal, agentic, and MTP integration. One-step install and run with web search, code execution, and built-in UI.

Qwen 3.6 27B F16 Passes Pacman Coding Test, But 8-Bit Quants Fail — Key Lessons on Templates and MTP Speculative Decoding
A user one-shots a Pacman clone with Qwen 3.6 27B F16 — two of three attempts produce nearly perfect games. 8-bit quants fail entirely. Detailed notes on chat template tuning and MTP speculative decoding speed gains.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

MCP Memory Gateway: An MCP Server for Persistent Memory in Claude Code
A developer built an MCP server called MCP Memory Gateway using Claude Code as the primary development tool. It provides Claude Code with persistent memory across sessions through feedback capture, prevention rules, and context injection.