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

TinySearch v0.2.0: Lightweight Web Search for Local LLMs Now Backed by SearXNG
TinySearch v0.2.0 switches from DuckDuckGo to SearXNG as search backend. It searches the web, crawls pages, and provides compact context (8k tokens) for local LLMs like Qwen3.5-9B.

Text Adventure Game Engine Skill for Claude Desktop
A text adventure game engine runs entirely inside Claude Desktop as a skill with no servers, apps, or code to run. It includes full RPG mechanics, 3D dice rendering, 19 expansion modules, and portable save files.

Signet: Open-Source Memory Layer for AI Coding Agents Hits 80% F1 on LoCoMo
Signet is an open-source memory system for AI coding agents that achieves 80% F1 on the LoCoMo benchmark, compared to 41% for standard RAG. It extracts memories after each session and injects relevant context before prompts, running locally with SQLite.
Collaborate: A Claude Code Skill for Structured, Asynchronous Document Writing with Multi-Agent Handoffs
A Claude Code skill called 'collaborate' enables multi-contributor document writing where each participant gets a plain‑English briefing from Claude on previous changes, reasoning, and next tasks, with support for parallel sections, structured critique, and Slack/Signal notifications.