Effective Commerce Agents banner
DanikVR DanikVR

Effective Commerce Agents

Communication community

Description

Embeddable Claude shopping agent + merchant agent for any store: Shopify, WooCommerce, Magento, feeds, Telegram/TikTok/Instagram catalogs. Anthropic's effective commerce agents patterns on real catalogs. Self-hosted, Apache-2.0.

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

Effective Commerce Agents — an embeddable Claude shopping & merchant agent for any store

[![Hosted edition](https://img.shields.io/badge/hosted%20edition-comag.vibevox.pro-2F7D5A?logo=googlechrome&logoColor=white)](https://comag.vibevox.pro/?utm_source=github&utm_medium=badge&utm_campaign=effective-commerce-agents) [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![Node 20+](https://img.shields.io/badge/node-%3E%3D20-339933?logo=node.js&logoColor=white)](#requirements)

A working implementation of the patterns from Anthropic's [*The anatomy of effective commerce agents*](https://claude.com/blog/the-anatomy-of-effective-commerce-agents) and the [anthropics/commerce-agents](https://github.com/anthropics/commerce-agents) blueprint — but pointed at **real stores instead of a fictional ACME**:

  • Shopping agent in a one-line widget for any website: searches the catalog, compares, fills the cart with server-issued product IDs only, hands off to your checkout, collects leads.
  • Merchant agent in an owner console: explains sales, audits listings, drafts price and inventory changes — every write is staged until you press Apply.
  • Catalog from whatever you already have: Shopify, WooCommerce, Magento, Squarespace, any site with JSON-LD / microdata, Google Merchant or YML feeds, CSV/XLSX — plus posts from Telegram, TikTok and Instagram turned into products.

**Don't want to run a server?** The same agent runs as a hosted service with a multi-store cabinet, billing and support: **[comag.vibevox.pro](https://comag.vibevox.pro/?utm_source=github&utm_medium=readme&utm_campaign=effective-commerce-agents)**. Questions and custom work: **[t.me/GuruAppSheet](https://t.me/GuruAppSheet)**.

The article's patterns → this code

Pattern from the article Where it lives here
One model, one agent loop, no intent router or sub-agents server/src/commerce/agent.tsrunAgentTurn()
Skills for lon