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

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.

Introducing Swarmcore: A Scalable Multi-Agent Framework in Python
Swarmcore is an open-source library for running scalable multi-agent workflows in Python, featuring sequential or parallel execution and expandable context management.

Configuring OpenClaw with VAST.AI GPU Rental for Unlimited Ollama Prompts
A user describes combining VAST.AI GPU rental with Ollama and OpenClaw to bypass prompt limits, but encountered configuration challenges requiring manual JSON editing.

Murmur: An Open-Source Cron Daemon for Automating Claude Code Sessions
Murmur is a cron daemon that schedules and automates Claude code sessions using a HEARTBEAT.md file for configuration.