email-list-segmentation

email-list-segmentation is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 33 tokens per session (2,013 once invoked), scanned A, original, MIT.

A guide to dividing an email list into changing groups based on buying behavior, engagement, customer value, and lifecycle stage. RFM means recency, frequency, and monetary value of purchases.

In plain words
What is it for?
Use it to create groups such as VIP, at-risk, lapsed, or highly engaged customers, automatically update membership, and suppress subscribers who should not receive more messages.
Why use it?
It prevents every subscriber from receiving the same messages. More relevant targeting can reduce unwanted mail, protect engagement, and show which customer groups generate revenue.

Skill for Claude CodeCodex

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

Good fit Use it to create groups such as VIP, at-risk, lapsed, or highly engaged customers, automatically update membership, and suppress subscribers who should not receive more messages.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/email-list-segmentation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/email-list-segmentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,013 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.00033 $0.02013
Opus 5 $0.00016 $0.01007
Sonnet 5 $0.00007 $0.00403
Haiku 4.5 $0.00003 $0.00201

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

Security

Grade A, and why

email-list-segmentation 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 8d 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/email-list-segmentation/SKILL.md · 172 lines

How it starts

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

Email List Segmentation

Overview

Sending the same email to your entire list is one of the most expensive mistakes in ecommerce marketing. ISPs throttle senders with low engagement, unsubscribe rates spike for irrelevant content, and you leave revenue on the table by treating a VIP customer identically to someone who has never purchased. Klaviyo (for Shopify/BigCommerce) and AutomateWoo or Mailchimp (for WooCommerce) include RFM and behavioral segmentation built-in — no custom code needed for most stores.

When to Use This Skill

  • When email open rates drop below 20% and you suspect low engagement dragging deliverability
  • When migrating from blast-and-pray sends to targeted campaign logic
  • When building a suppression system to protect high-value subscribers from over-messaging
  • When launching a win-back program and need to identify the "at-risk" vs. "lapsed" cohort
  • When analyzing email revenue and needing to attribute performance to specific segments

Core Instructions

Step 1: Choose the right segmentation tool

Platform Recommended Tool Built-in Segmentation Capabilities
Shopify Klaviyo Predictive CLV, churn risk, RFM scoring, purchase behavior segments — all built-in
WooCommerce Klaviyo (via plugin) or AutomateWoo Klaviyo plugin syncs order data; AutomateWoo has native WooCommerce RFM reports
BigCommerce Klaviyo Native BigCommerce integration with full order history sync
All platforms Klaviyo (via API) Use Klaviyo's Track/Identify API to send behavioral events from any platform

Step 2: Set up the essential segments — start with five

Build these five segments first. They cover 80% of the value. Add more only when you have campaigns ready for each.


Klaviyo (Shopify, BigCommerce, or API-connected)

Segment 1: Champions (VIP buyers)

  1. Go to Klaviyo → Segments → Create Segment
  2. Conditions:
    • Has placed order at least 5 times ever
    • AND Total Customer Value greater than $500
    • AND Opened email in the last 60 days
  3. Save as "Champions — VIP Buyers"

Read the full file on GitHub · 172 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. 8d ago First seen · 172 lines · 33 tokens per session scan A b6ff136a3ee9

Subscribe to this mod's changes

email-list-segmentation is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 2,013 once invoked, about $0.0002 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.