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

OpenClaw plugin adds persistent memory with Engram server
A developer built a TypeScript plugin connecting OpenClaw agents to Engram, a Go-based memory server using SQLite with FTS5 search. The plugin provides 11 tools, 4 lifecycle hooks, and automatic recall that injects relevant memories into prompts before each agent turn.

Research Team-in-a-Box Framework for Claude Code Using Multi-Agent Architecture
A developer created a multi-agent research framework for Claude Code that uses Opus 4.6 to coordinate specialized agents through a plugin called research-clab. The framework unfolds via a guided Q&A process and includes 11 skills, agent definitions, and structured directories for managing complex research projects.

idea-reality-mcp: MCP server checks for existing tools before Claude writes code
A developer built an MCP server called idea-reality-mcp that scans GitHub repos, Hacker News discussions, npm packages, and PyPI before Claude writes any code, returning a 'reality signal' score from 0-100 indicating market competition.

ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms
ClaudeClaw is a free, open-source MIT-licensed Claude Code plugin that runs Claude as a persistent agent on Slack, WhatsApp, and Telegram. It requires Node.js 20+, Claude Code, and your own Anthropic API key, with OS-level sandbox isolation via Anthropic's sandbox-runtime.