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 low-stock-alertsgit 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/low-stock-alerts)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts/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/low-stock-alerts"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts.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.00024 | $0.02508 |
| Opus 5 | $0.00012 | $0.01254 |
| Sonnet 5 | $0.00005 | $0.00502 |
| Haiku 4.5 | $0.00002 | $0.00251 |
Grade A, and why
low-stock-alerts 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 13d 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 — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Low Stock Alerts
Overview
Low stock alerts notify you when inventory drops below a threshold so you can reorder before running out. Every major platform has this built in — Shopify, WooCommerce, and BigCommerce all send email notifications when stock falls below a configured level. For more advanced needs like demand-based thresholds, supplier PO automation, or team notifications in Slack, dedicated apps add those capabilities without custom code.
When to Use This Skill
- When products are unexpectedly running out of stock and missing sales
- When the current inventory workflow relies on manual checks rather than automated alerts
- When you want demand-based reorder points rather than fixed thresholds
- When the store has supplier lead times that need to be factored into when to reorder
Core Instructions
Step 1: Determine platform and choose the right tool
| Platform | Built-in Alerts | Recommended Extension |
|---|---|---|
| Shopify | Shopify sends an email notification when stock hits zero; very limited threshold control | Stocky (free, by Shopify) for configurable thresholds and PO automation; Back in Stock for customer notifications |
| WooCommerce | WooCommerce emails the store admin when stock drops below the configured low-stock threshold | ATUM Inventory Management for per-product thresholds, supplier emails, and reorder suggestions |
| BigCommerce | Built-in low stock notifications per product with configurable threshold | Multi-Location Inventory app for location-specific alerts |
| Custom / Headless | Build a background job that checks levels against reorder points | Required when platform has no native alerting or you need supplier email automation |
Step 2: Platform-specific setup
Shopify
Built-in low stock notification:
Shopify sends an email to the store admin when inventory hits zero, but doesn't support configurable thresholds natively.
- Go to Settings → Notifications → Scroll to Staff order notifications
- Ensure the admin email is set — Shopify will notify this address when stock reaches 0
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/alert-data-model-and-deduplication-logic/criteria.json 2.8 KB
- evals/alert-data-model-and-deduplication-logic/task.md 1.9 KB
- evals/dynamic-reorder-point-and-demand-forecas/criteria.json 2.7 KB
- evals/dynamic-reorder-point-and-demand-forecas/task.md 1.7 KB
- evals/supplier-notifications-and-alert-managem/criteria.json 2.7 KB
- evals/supplier-notifications-and-alert-managem/task.md 2.0 KB
- tile.json 239 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.
- 13d ago First seen · 240 lines · 24 tokens per session scan A a6159a96b981
low-stock-alerts is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 24 tokens to every session and 2,508 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
inventory
Use when deciding how much stock to hold and when to reorder it — classifying SKUs, sizing safety stock, setting reorder points and order quantities, and tracking the KPIs that keep a business from either stocking out or sitting on dead stock. NOT raising or negotiating the purchase order itself (that is procurement).
c-notify
Send native macOS notification center alerts from the command line using terminal-notifier.
telegram-alerts-hardened
Send formatted trading alerts, portfolio updates, and market signals via Telegram. Supports price alerts, stop-loss notifications, win/loss reporting, and scheduled summaries. Use when you need Telegram notifications for trades, price alerts, portfolio updates, or automated trading reports.
supplier-price-urls
A lookup table that maps supplier names and spare-part names from an ERP system to supplier quotation-page URLs. An ERP system is software used to manage business data and operations.
alert-system
Automated alert system for key events in drug discovery. Use for tracking competitor milestones, clinical trial updates, regulatory decisions, and publications of interest. Keywords: alerts, monitoring, tracking, notifications, competitive intelligence.
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…