Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add finsilabs/awesome-ecommerce-skills --skill live-chat-commercegit clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/live-chat-commerce)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/live-chat-commerce"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/live-chat-commerce/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/live-chat-commerce"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/live-chat-commerce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.02563 |
| Opus 5 | $0.00015 | $0.01282 |
| Sonnet 5 | $0.00006 | $0.00513 |
| Haiku 4.5 | $0.00003 | $0.00256 |
Grade A, and why
live-chat-commerce scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Live Chat Commerce
Overview
Live chat for e-commerce goes beyond basic support — agents can assist customers in finding products, adding items to their cart, and applying discount codes, directly reducing purchase hesitation. Shopify Inbox (free), Tidio, and Gorgias Chat provide this out of the box with commerce-specific features like cart visibility, product card sharing, and order status bot responses. Only build a custom chat system if your commerce-specific requirements (custom cart manipulation, proprietary bot logic, white-labeled experience) exceed what these tools offer.
When to Use This Skill
- When adding live chat to a storefront to reduce pre-purchase questions and increase conversion
- When agents need to see a customer's current cart contents during a chat session
- When implementing automated order-status responses so agents handle only complex issues
- When measuring chat-to-conversion rate and revenue attributed to live chat
- When a third-party chat widget needs deeper commerce actions than it supports natively
Core Instructions
Step 1: Determine platform and choose the right chat tool
| Platform | Recommended Tool | Why |
|---|---|---|
| Shopify | Shopify Inbox (free) | Native Shopify tool; shows customer's cart, recent orders, and lets agents send product links with prices |
| Shopify | Tidio | More advanced AI bot, integrations, and analytics than Inbox; supports product card sharing |
| Shopify | Gorgias Chat | Best for teams already using Gorgias for support ticketing; unified inbox |
| WooCommerce | Tidio or LiveChat | Both have WooCommerce plugins; show order history and cart contents to agents |
| BigCommerce | Tidio or LiveChat | Available from BigCommerce App Marketplace |
| Custom / Headless | Build with WebSocket server | Required when none of the above provide sufficient commerce API access |
Step 2: Platform-specific setup
Shopify
Option A: Shopify Inbox (free, recommended starting point)
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/agent-interface-and-product-card-sharing/criteria.json 3.3 KB
- evals/agent-interface-and-product-card-sharing/task.md 2.0 KB
- evals/bot-automation-and-conversion-attributio/criteria.json 3.0 KB
- evals/bot-automation-and-conversion-attributio/task.md 1.7 KB
- evals/websocket-server-setup-and-message-handl/criteria.json 3.2 KB
- evals/websocket-server-setup-and-message-handl/task.md 1.8 KB
- tile.json 227 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 243 lines · 31 tokens per session scan A 4dc93b0771ee
live-chat-commerce is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 31 tokens to every session and 2,563 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
testing-websocket-api-security
Tests WebSocket API implementations for security vulnerabilities including missing authentication on WebSocket upgrade, Cross-Site WebSocket Hijacking (CSWSH), injection attacks through WebSocket messages, insufficient input validation, denial-of-service via message flooding, and information leakage through WebSocket…
buy-a-product
Use this when someone wants to buy something from a Let Me Buy storefront — "buy a water at the bar", "order a coffee for table 9", "pay for the Jägermeister", "get me a drink from jonasbar". Covers picking the store, picking the product, deriving the accounts, and the traps that make a purchase land on the wrong…
stripe
Generated by Gutenberg. Use this skill to call the stripe API through the local stripe CLI.
confirm-a-delivery
Use this when the store side needs to mark an order as delivered — "the coffee is on its way to table 9", "mark receipt 106 delivered", "tell the customer their order is ready", "close out that order". Covers finding the receipt, the argument-name trap, and the reason a delivery queue on this program silently loses…
shopify-review-triage
Turn public 1–3-star Shopify App Store review rows into a transparent P0–P3 triage brief — incident risk, repeated friction, pricing confusion, feature requests, and an explicit needs-human-read bucket — where every item keeps its public source link and is labeled first pass or human-checked. Use this skill when…
realtime-systems
WebSocket, real-time communication, and event-driven architectures.