LIFEHUBBER
Theme

AI Resources

Claude Commerce Agents

GitHub stars: 2K GitHub forks: 327 Declared license: Apache-2.0: Apache-2.0 Last pushed September 1, 2026: Pushed 3d ago
Stats from GitHub

Claude Commerce Agents is Anthropic's public reference blueprint for building a customer-facing shopping agent and a staff-facing merchant agent around Claude.

The same prompts, skills, tool contracts, and gates can run through the Messages API, Claude Agent SDK, or Claude Managed Agents. Four fictional business examples cover retail, travel, telecom, and entertainment workflows. Use this as a first read, not a recommendation. Open the original project before trusting details like terms, limits, privacy, cost, setup, or safety.

What it is

Two commerce roles, one shared blueprint

The shopping agent can search and compare products, work with a cart, answer order and policy questions, and use saved customer context. The merchant agent covers performance, listings, inventory, orders, pricing, promotions, and campaign drafts.

Why it stands out

Writes stop at a human approval gate

Checkout prepares a cart for the host instead of placing an order or charging a card. Merchant changes stay staged until an authorized host interface approves them, while provenance and retrieval gates constrain which records the agents can use.

Availability

Runnable examples, with production work left to you

The repository includes four vertical examples, cross-package tests, and a commerce-builder plugin. Anthropic labels it a reference implementation that is not maintained and does not accept contributions.

Why it matters

What makes it useful

The project separates conversation behavior from the business systems that hold identity, catalog, cart, order, inventory, and analytics data. Its backend contracts make it easier to see where Claude's work ends and where the host application must enforce authority.

Notable points

What stands out

The examples accept any caller who can reach them, and the repository does not place orders or take payments. A real deployment still needs authentication, authorization, rate limits, business rules, payment handling, personal-data controls, careful logging, and an approval surface tied to the authorized user.

Before using

What to review

Treat the repository as a blueprint rather than a drop-in shop system. Map its backend methods to your own services and enforce identity, permissions, and business rules on the server.

Keep checkout and payment in the host application. The example agent prepares the cart and handoff but does not place the order or charge a card.

Keep merchant write approval in an authorized host interface. A message in the chat should not be enough to approve a price, listing, promotion, or campaign change.

Add rate limits, retention and deletion rules, and logging controls before using real customer or business data. Debug logs can include retrieved facts and cart details.

Run the repository's tests. If you change the model or turn off host approval so that approval typed in chat can count, rerun your evaluations against the safety rules first.

Plan to own maintenance. Anthropic describes this repository as an unmaintained reference implementation and says it does not accept contributions.

Reader fit

Who may find it relevant

Commerce, product, and AI teams building a custom shopping assistant around their own catalog, cart, order, or policy systems.

Back-office teams prototyping a grounded merchant copilot whose changes remain staged for human approval.

Developers comparing the Messages API, Claude Agent SDK, and Claude Managed Agents with the same contracts and examples.

Less relevant if you need a non-technical turnkey storefront, a payment system, a maintained framework, or a vendor-neutral agent stack.

Editorial note

Why LifeHubber lists it

Claude Commerce Agents makes the line between model behavior and business authority visible. Its examples help a builder see which parts can be adapted and which controls, including identity, payment, approvals, and data handling, still belong in the host system.

Source links

Source materials

Reader note

Before relying on this entry

LifeHubber lists entries to help readers inspect AI projects, not to endorse them or prove they are safe, suitable, accurate, maintained, or right for a specific use. We do not verify every entry in depth. Before relying on anything listed, review the original materials, terms, privacy practices, limits, and risks that matter for your situation.

What to explore next

See what turns a commerce demo into an agent system.

Commerce Agents shows one domain-specific blueprint. These next steps separate the model from the surrounding tools and controls, then widen the comparison to other agent frameworks.

Advertisements

Advertisements

For project maintainers

Listed here? You can use the badge.

If you maintain a project with a current LifeHubber listing, you may add the optional “Listed on LifeHubber AI Resources” badge to its README, docs, or website. No introduction or permission request is needed.

See what’s moving