low-stock-alerts

low-stock-alerts is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 24 tokens per session (2,508 once invoked), scanned A, original, MIT.

A guide to notifying you when product stock falls below a chosen level. These alerts help you know when it is time to reorder supplies.

In plain words
What is it for?
Use it to configure low-stock thresholds, create reorder reminders, and connect stock levels with purchase orders or team notifications.
Why use it?
It removes the need to check stock manually and reduces the risk of running out of products and losing sales. It can also account for supplier delivery times and expected demand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to configure low-stock thresholds, create reorder reminders, and connect stock levels with purchase orders or team notifications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts
Install

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.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill low-stock-alerts
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for low-stock-alerts

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/low-stock-alerts)
Your own site
<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.

agentmods 80×15 button for low-stock-alerts

Your own site · 80×15
<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>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,508 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 13d ago against content hash a6159a96b981, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/catalog-inventory/low-stock-alerts/SKILL.md · 240 lines

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.

  1. Go to Settings → Notifications → Scroll to Staff order notifications
  2. Ensure the admin email is set — Shopify will notify this address when stock reaches 0

Read the full file on GitHub · 240 lines

Changes

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.

  1. 13d ago First seen · 240 lines · 24 tokens per session scan A a6159a96b981

Subscribe to this mod's changes

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.

Related

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).

ericrisco/rsc-harness · 66 tokens

c-notify

Send native macOS notification center alerts from the command line using terminal-notifier.

daxaur/openpaw · 20 tokens

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.

faberlens/hardened-skills · 58 tokens

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.

Running-hue/procureflow-agent · 65 tokens

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.

huifer/drug-discovery-skills · 49 tokens

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…

browser-act/skills · 124 tokens