push-notifications

push-notifications is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 28 tokens per session (2,405 once invoked), scanned A, original, MIT.

An ecommerce messaging module for sending browser notifications to subscribers about price drops, restocks, and abandoned carts, even when they are away from the site.

In plain words
What is it for?
Use it to plan back-in-stock alerts, price watches, cart reminders, subscriber management, and browser opt-in timing.
Why use it?
It provides a way to bring shoppers back without relying only on email. It also accounts for the browser permission needed before notifications can be sent.

Skill for Claude CodeCodex

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

Good fit Use it to plan back-in-stock alerts, price watches, cart reminders, subscriber management, and browser opt-in timing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/push-notifications
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 push-notifications
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 push-notifications

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/push-notifications/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/push-notifications)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/push-notifications"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/push-notifications/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 push-notifications

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/push-notifications"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/push-notifications.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,405 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.00028 $0.02405
Opus 5 $0.00014 $0.01203
Sonnet 5 $0.00006 $0.00481
Haiku 4.5 $0.00003 $0.00241

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

Security

Grade A, and why

push-notifications 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 9d 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/marketing-growth/push-notifications/SKILL.md · 224 lines

How it starts

The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Push Notifications

Overview

Web push notifications deliver timely messages to subscribers even when they are not on your site — for back-in-stock alerts, price drops, and cart reminders. Push requires explicit browser permission, making the opt-in prompt timing critical. For Shopify, WooCommerce, and BigCommerce, dedicated push notification apps (PushOwl, OneSignal) handle all the subscriber management, triggering logic, and delivery without custom service worker code.

When to Use This Skill

  • When adding back-in-stock notifications to replace static "notify me" email forms
  • When recovering abandoned carts via a browser push channel alongside email
  • When building a price-watch feature for wishlisted items
  • When email deliverability is poor and a supplemental channel is needed
  • When targeting mobile-first markets where push opt-in rates exceed email opt-in

Core Instructions

Step 1: Choose the right push notification platform

Platform Best For Shopify WooCommerce BigCommerce Price
PushOwl Shopify-native, back-in-stock + abandonment App Store Free tier; $19+/mo
OneSignal All platforms, free tier, highly configurable Via JS tag Plugin Via JS tag Free tier; $9+/mo
Klaviyo Web Push Already using Klaviyo for email App Store Plugin App Marketplace Included in Klaviyo
PushEngage WooCommerce + segmented campaigns Plugin Via JS tag Free tier; $9+/mo

Shopify recommendation: Use PushOwl — it's the most integrated Shopify push app with built-in back-in-stock, cart abandonment, and shipping alerts.

WooCommerce recommendation: Use PushEngage or OneSignal — both have WordPress plugins and handle subscriber management automatically.

Step 2: Set up push notifications


Shopify with PushOwl
  1. Install PushOwl from the Shopify App Store
  2. Go to PushOwl → Settings → Opt-in Prompt and configure:
    • Delay the prompt: set it to trigger after a customer views 2+ pages or adds an item to cart
    • Opt-in message: "Get notified when items are back in stock and for price drops"
  3. Go to PushOwl → Automations → Back in Stock and enable it — PushOwl automatically adds a "Notify Me" button to out-of-stock products and fires the push when inventory is replenished
  4. Go to PushOwl → Automations → Cart Abandonment and enable it:
    • Set timing: 1 hour after abandonment, then 24 hours
    • Customize the notification message and the cart recovery URL
  5. Go to PushOwl → Campaigns to send broadcast push notifications for sales, new arrivals, or flash discounts

Read the full file on GitHub · 224 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. 9d ago First seen · 224 lines · 28 tokens per session scan A f2aba2bca898

Subscribe to this mod's changes

push-notifications is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 28 tokens to every session and 2,405 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-09-03.

Related

Other skills, from other repositories

responsive-patterns

Responsive design with Container Queries, fluid typography, cqi/cqb units, subgrid, intrinsic layouts, foldable devices, and mobile-first patterns for React applications. Use when building responsive layouts or container queries.

yonatangross/orchestkit · 46 tokens

kukuroo-notify

Push a notification to the user's own phone through their Kukuroo Worker. Use when they ask to be notified, pinged, buzzed, or sent a status update on their phone; name a time they want to be told at; say they are stepping away from the monitor or will be afk; or mention Kukuroo. Also for diagnosing a Kukuroo send…

saiday/kukuroo · 88 tokens

offline-first-pwa

Rules for building offline-first Progressive Web Apps that launch instantly from the home screen. Use when building, reviewing or debugging a PWA, or anything touching a service worker, a web app manifest, precaching, an in-app update prompt, iOS home screen behaviour, or safe-area/notch layout.

mattiasgeniar/offline-first-pwa · 66 tokens

web-asset-cache-troubleshooting

Fix stale PWA service worker cache or Docker build cache.

jcrabapple/hermes-skills · 20 tokens

churn-prevention

Reduce voluntary and involuntary churn — cancel flow design, save offers, exit surveys, dunning sequences, and payment recovery.

SebastianLuser/claude-code-arcane · 30 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