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 inventory-trackinggit 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/inventory-tracking)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/inventory-tracking"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/inventory-tracking/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/inventory-tracking"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/inventory-tracking.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.00025 | $0.02571 |
| Opus 5 | $0.00013 | $0.01286 |
| Sonnet 5 | $0.00005 | $0.00514 |
| Haiku 4.5 | $0.00003 | $0.00257 |
Grade A, and why
inventory-tracking 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 11d 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 — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Inventory Tracking
Overview
Real-time inventory tracking prevents overselling by reserving stock when customers add items to their cart and decrementing it on order fulfillment. Every major e-commerce platform has this built in. Platform-native inventory tracking is almost always the right starting point — only build custom inventory logic if you have requirements that platforms cannot meet (complex multi-warehouse routing, custom reservation windows, or external WMS integration).
When to Use This Skill
- When overselling is occurring and orders are being placed for out-of-stock items
- When implementing multi-warehouse inventory with per-location stock levels
- When building backorder or pre-order functionality for out-of-stock products
- When a flash sale or product launch will create high-concurrency checkout attempts for limited-stock items
Core Instructions
Step 1: Determine platform and enable inventory tracking
| Platform | Built-in Inventory | Recommended Extension |
|---|---|---|
| Shopify | Native per-variant inventory tracking with location support | Stocky (free, by Shopify) for purchase orders and demand forecasting |
| WooCommerce | Native stock management with backorder support | ATUM Inventory Management for advanced multi-warehouse and supplier POs |
| BigCommerce | Native per-SKU inventory tracking with low-stock alerts | Multi-Location Inventory app for warehouse routing |
| Custom / Headless | Build atomic reservation with optimistic locking | Required for custom platforms without native inventory management |
Step 2: Platform-specific setup
Shopify
Shopify tracks inventory per variant, per location, natively.
Enable inventory tracking:
- Go to Admin → Products → [Product] → [Variant]
- Under Inventory, check Track quantity
- Enter your quantity per location
- For "Continue selling when out of stock" — only check this if you allow backorders for this product
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/atomic-reservation-with-optimistic-concu/criteria.json 2.8 KB
- evals/atomic-reservation-with-optimistic-concu/task.md 1.9 KB
- evals/cart-expiry-job-and-idempotent-release/criteria.json 2.5 KB
- evals/cart-expiry-job-and-idempotent-release/task.md 1.8 KB
- evals/inventory-data-model-and-multi-warehouse/criteria.json 3.1 KB
- evals/inventory-data-model-and-multi-warehouse/task.md 2.3 KB
- tile.json 237 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.
- 11d ago First seen · 268 lines · 25 tokens per session scan A e7e2e7b15a55
inventory-tracking is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 25 tokens to every session and 2,571 once invoked, about $0.0001 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
hauslagerist-reader
Analysiert bereitgestellte Bestandslisten oder Exporte ohne Bindung an ein bestimmtes Lagerprogramm.
wms-testing-patterns
Warehouse Management System testing patterns for inventory operations, pick/pack/ship workflows, wave management, EDI X12/EDIFACT compliance, RF/barcode scanning, and WMS-ERP integration. Use when testing WMS platforms (Blue Yonder, Manhattan, SAP EWM).
pilot-inventory-management-setup
Deploy an inventory management system with 3 agents. Use this skill when: 1. User wants to set up an automated inventory management system 2. User is configuring an agent as part of a stock tracking workflow 3. User asks about automating warehouse inventory and reorder processes Do NOT use this skill when: - User…
retail-expert
Expert-level retail systems, POS, inventory management, e-commerce, customer analytics, and omnichannel retail. Use when the user mentions POS, ecommerce, inventory, CRM, or omnichannel, or when the task involves Retail Systems, Omnichannel Retail, Technologies, or POS Operations.
hospitality-expert
Expert-level hotel management, reservation systems, guest services, revenue management, and hospitality technology. Use when the user mentions hotel, reservation, PMS, or revenue management, or when the task involves Hotel Management Systems, Technologies, Standards and Protocols, or Reservations Management.
supply-chain-expert
Build comprehensive supply chain solutions including demand planning, inventory management, supplier coordination, and logistics optimization. Use when the user mentions supply chain, demand planning or forecasting, inventory and safety stock, procurement, supplier management, warehousing, or logistics optimization.