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 email-marketing-automationgit 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/email-marketing-automation)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/email-marketing-automation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/email-marketing-automation/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/email-marketing-automation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/email-marketing-automation.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.02567 |
| Opus 5 | $0.00015 | $0.01283 |
| Sonnet 5 | $0.00006 | $0.00513 |
| Haiku 4.5 | $0.00003 | $0.00257 |
Grade B, and why
email-marketing-automation scanned grade B with 1 finding 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
await fetch('https://a.klaviyo.com/api/events/', { method: 'POST', How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Email Marketing Automation
Overview
Triggered email flows automatically send personalized messages based on customer behavior and lifecycle stage, achieving 3–5x higher open rates than broadcast campaigns. Klaviyo (for Shopify/BigCommerce) and AutomateWoo or Klaviyo plugin (for WooCommerce) provide pre-built flow templates for the four critical flows: welcome series, post-purchase nurture, win-back campaigns, and browse abandonment. Most merchants can set these up without writing any code.
When to Use This Skill
- When setting up a new store and needing baseline lifecycle email coverage
- When replacing manual one-off campaigns with behavior-triggered sequences
- When recovering revenue from customers who browsed but did not purchase
- When re-engaging lapsed customers who have not ordered in 60–180 days
- When personalizing post-purchase communication to reduce returns and increase LTV
Core Instructions
Step 1: Choose the right tool
| Platform | Recommended Tool | Why |
|---|---|---|
| Shopify | Klaviyo | Pre-built flow templates, deep Shopify integration, automatic event tracking (Viewed Product, Added to Cart, Checkout Started, Placed Order), predictive analytics |
| WooCommerce | AutomateWoo ($99/yr) or Klaviyo (WooCommerce plugin) | AutomateWoo has native WooCommerce triggers and hooks; Klaviyo plugin syncs WooCommerce events |
| BigCommerce | Klaviyo or Omnisend | Both have native BigCommerce integrations and pre-built lifecycle flow templates |
| Custom / Headless | Klaviyo (via Track API) or SendGrid | Send events to Klaviyo's API; build flows in their visual editor |
Step 2: Set up the four core flows
Shopify with Klaviyo
Install Klaviyo from the Shopify App Store. Klaviyo automatically tracks Shopify events — no additional setup required for event capture.
Flow 1: Welcome Series
- Go to Klaviyo → Flows → Create Flow → Welcome Series (use the pre-built template)
- The default template sends 3 emails:
- Email 1 (immediate): Welcome + brand story + 10% discount for first purchase
- Email 2 (day 2): Bestsellers or curated collection
- Email 3 (day 7): Brand mission / social proof
- Customize the email copy and design using Klaviyo's drag-and-drop editor
- The flow triggers automatically when someone subscribes via your Shopify popups, checkout opt-in, or newsletter form
- Add a conditional split on "Has placed an order" to skip the discount email for customers who already purchased after subscribing
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/browse-abandonment-and-klaviyo-integrati/criteria.json 2.8 KB
- evals/browse-abandonment-and-klaviyo-integrati/task.md 1.8 KB
- evals/email-event-schema-and-queue-setup/criteria.json 2.8 KB
- evals/email-event-schema-and-queue-setup/task.md 1.8 KB
- evals/lifecycle-flow-timing-and-cancellation-l/criteria.json 2.9 KB
- evals/lifecycle-flow-timing-and-cancellation-l/task.md 1.9 KB
- tile.json 252 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.
- 9d ago First seen · 213 lines · 31 tokens per session scan B b143c8cfa466
email-marketing-automation 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,567 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
ebay-sold-listings-search
All process output to user (progress updates, process notifications) follows the user's language.
1688-product-detail
Extracts comprehensive wholesale product data from 1688.com product detail pages: title, tiered pricing, SKU variants with dimensions/weight, product images, seller info, shop scores, buyer protection, cross-border flags, product attributes, coupon/promotion data, and review stats. Use when user mentions 1688…
amazon-bestseller-listing
Amazon Best Sellers listing scraper: extract product cards from any Amazon Best Sellers (zgbs) or /gp/bestsellers/ category page — returns rank (position on chart), asin, title, url, image, imageAlt, price, stars, reviewCount, ratingRaw per item, plus category metadata (categoryName, categoryFullName, categoryUrl) and…
amazon-search-listing
Amazon search and category listing scraper: extract product listings from any Amazon search results page, keyword search URL, or category browse page and return per-item cards (asin, title, url, image, price, listPrice, stars, reviewCount, badges, isAmazonChoice, isBestSeller, isSponsored, delivery, boughtInPast…
etsy-product-detail
Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal, currency, images (all), description, shopName, shopUrl, rating, reviewCount, favorites, inCartCount, variations (with per-option price ranges), highlights, listedDate…
goofish-search-list
A search tool for Goofish, a Chinese second-hand marketplace similar to an online classifieds site.