Shopware Claude Commerce
Description
Shopware implementation of Anthropic's Commerce Agents blueprint: a shopping agent that searches, builds a real cart and hands off to Shopware checkout over UCP, plus a merchant agent that analyzes sales and stages price, stock and promotion changes over the Admin API/MCP with server-side dry-run previews. Includes Docker Shopware, tests and docs.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Shopware × Claude Commerce Agents
Anthropic's [Commerce Agents blueprint](https://github.com/anthropics/commerce-agents) running unmodified against a real Shopware 6.7 shop: shopping over UCP, merchant operations over the Admin API, checkout and payment left to Shopware.
[](LICENSE) [](docs/version-matrix.md) [](requirements.txt) [](package.json) [](https://github.com/anthropics/commerce-agents/tree/fd4d59224ab96b43c6dc6888207c67b3bd5a24cf) [](https://ucp.dev)
Why this exists
Anthropic published a blueprint for commerce agents: two backend contracts (`StorefrontBackend`, `MerchantBackend`), a harness that enforces safety in the tool executor rather than in the prompt, skills for the long-tail flows, and reference runtimes. Shopify showed how a platform adopts it: implement the two contracts, leave the blueprint packages untouched. This repository does the same for Shopware, so that Shopware is the commerce execution layer the blueprint runs against.
Three properties of Shopware make this a natural fit rather than a port:
- Shopware speaks UCP natively. The
SwagAgenticCommerceplugin (on top ofucp-php-sdk) exposes discovery, REST, MCP, embedded checkout, and OAuth Identity Linking per sales channel. The shopping backend is a UCP client, the same shape Shopify uses. - Shopware's Admin MCP server defaults every write tool to
dryRun=true. That is the "stage, preview, approve, apply" loop the merchant agent requires, available from the core instead of hand-written diffs. This repository wires it in as an optional transport (
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11