| name: | commerce-agents-imperial |
|---|---|
| description: | IMPERIAL bounded capability profile derived from Anthropic commerce-agents. Use for shopping assistance, merchant analytics, staged catalog/inventory/pricing/campaign drafts, with human approval for writes and no autonomous payment execution. |
Upstream: anthropics/commerce-agents Pinned commit: fd4d59224ab96b43c6dc6888207c67b3bd5a24cf License: Apache-2.0 Native demo prerequisites: Python 3.11+, Node 22, ANTHROPIC_API_KEY for live Claude calls.
The reference explicitly does not place orders, charge cards or directly change live listings. Checkout is a handoff to the host and merchant writes are staged until a person approves them.
Install fleet-wide as TASK_GATED_COMMERCE_CAPABILITY. Only agents whose mission actually involves commerce/shopping/merchant operations should invoke it.
Allowed bounded work:
Gates:
Truth boundary: SKILL_BOUND != CLAUDE_COMMERCE_RUNTIME_LIVE; STAGED_WRITE != LIVE_CHANGE; CHECKOUT_HANDOFF != PURCHASE; PROPOSAL != REVENUE.