Claude For Commerce Merchant Commercetools
Description
Claude for Commerce — the merchant agent, commercetools implementation. A MerchantBackend over the Composable Commerce HTTP API: orders-derived reporting, catalog and inventory mapping, ProductDiscount promotions, and a staged-change approval gate. Built on anthropics/commerce-agents.
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
Claude for Commerce — The merchant agent
**The commercetools implementation.**
The [commerce-agents](https://github.com/anthropics/commerce-agents) merchant agent, connected to a commercetools Composable Commerce project. Staff ask it about performance, inventory, pricing, and campaigns; every write it proposes is a staged change a person approves, and only then does it reach the project.
The merchant role only — the shopping agent is not part of this.
ct_merchant/ the backend, the commercetools client, and the mapping
api/ the portal API: the turn as SSE, the views' reads, approve and discard
portal/ the operator portal, a Next.js app
tests/ the suite, against a real project
docs/ integration.html — the illustrated tour
patches/ one fix to an upstream file, applied to the fetched checkout
Everything here is this project's own code. The agent itself — the prompt, the five skills, the tool contracts, the executor and its gates — is [commerce-agents](https://github.com/anthropics/commerce-agents), which `setup.sh` fetches and installs as a dependency; it is not copied into this repository.
**→ [`docs/integration.html`](docs/integration.html) is the illustrated tour** — three diagrams (the architecture and its credential boundary, how commercetools resources become the records the agent reads, and the propose → approve → apply sequence), plus every read's source and what the platform refuses. Open it in a browser.
What it is
The repository defines the merchant agent once — prompt, five skills, tool contracts, guardrails, the approval gate — and expects a deployment to supply one thing: a [`MerchantBackend`](https://github.com/anthropics/commerce-agents/blob/main/merchant-agent/core/merchant_agent/backend.py). This project is that implementation, over the commercetools HTTP API.
commercetools publishes SDKs for Java, TypeScript, PHP, and .NET but not for Python, and the repository is Python, so [`ct_m
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