email-automation-builder

email-automation-builder is a skill for Claude Code, Codex from Gingg7260/affiliate-skills. It costs 84 tokens per session (2,790 once invoked), scanned A, a copy of email-automation-builder, MIT.

A workflow for designing email sequences that branch according to subscriber actions. An email automation is a set of messages triggered by events such as opening, clicking, buying, or abandoning a cart.

In plain words
What is it for?
Use it to create branching flows, email copy, diagrams, and setup instructions for platforms such as ConvertKit, Mailchimp, ActiveCampaign, or Beehiiv.
Why use it?
It replaces one-size-fits-all email series with paths that respond to what each subscriber does. This helps organize welcome, nurture, win-back, and cart-abandonment campaigns.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; mentions Claude Code; built for openclaw.

Good fit Use it to create branching flows, email copy, diagrams, and setup instructions for platforms such as ConvertKit, Mailchimp, ActiveCampaign, or Beehiiv.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gingg7260/affiliate-skills/email-automation-builder
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 Gingg7260/affiliate-skills --skill email-automation-builder
Clone the repo
git clone --depth 1 https://github.com/Gingg7260/affiliate-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-automation-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/email-automation-builder/github.svg)](https://agentmods.dev/skills/gingg7260/affiliate-skills/email-automation-builder)
Your own site
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/email-automation-builder"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/email-automation-builder/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-automation-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/email-automation-builder"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/email-automation-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,790 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 100% copy Near-identical to another mod 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.00084 $0.02790
Opus 5 $0.00042 $0.01395
Sonnet 5 $0.00017 $0.00558
Haiku 4.5 $0.00008 $0.00279

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

Security

Grade A, and why

email-automation-builder 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 11d 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.

Origin

This is a copy

100% identical to email-automation-builder — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/automation/email-automation-builder/SKILL.md · 238 lines

How it starts

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

Email Automation Builder

Build multi-sequence email automation flows with branching logic, segmentation, triggers, and tool-specific setup. More advanced than S5 email-drip-sequence: this skill creates conditional flows that respond to subscriber behavior (opened, clicked, purchased). Output includes ASCII flow diagrams, email content, and platform setup instructions.

Stage

S7: Automation — S5's email-drip-sequence is a linear 7-email series. Real email marketing uses branching flows: if they opened → send X, if they didn't → send Y, if they clicked the affiliate link → move to a different sequence. This skill builds the automation system, not just the emails.

When to Use

  • User needs email flows with conditional logic (if/then branches)
  • User wants welcome series, nurture flows, win-back campaigns, or cart abandonment
  • User says "email automation", "branching email", "conditional sequence"
  • User wants to set up flows in ConvertKit, Mailchimp, ActiveCampaign, or Beehiiv
  • User already has an S5 drip sequence and wants to upgrade it to a full automation
  • Chaining: upgrade S5 email-drip-sequence output to a branching automation

Input Schema

product:
  name: string                 # REQUIRED — product being promoted
  affiliate_url: string        # REQUIRED — affiliate link
  reward_value: string         # OPTIONAL — commission info (e.g., "30% recurring")

audience:
  description: string          # REQUIRED — who the subscribers are
  segments:                    # OPTIONAL — audience segments for branching
    - string                   # e.g., ["cold_leads", "warm_leads", "buyers"]

flow_type: string              # OPTIONAL — "welcome" | "nurture" | "winback"
                               # | "reengagement" | "cart_abandon"
                               # Default: "welcome"

email_tool: string             # OPTIONAL — "convertkit" | "mailchimp"
                               # | "activecampaign" | "beehiiv"
                               # Default: generic (works with any ESP)

num_emails: number             # OPTIONAL — total emails in the flow (5-12)
                               # Default: 7

lead_magnet: string            # OPTIONAL — what they opted in for

Read the full file on GitHub · 238 lines

Files

What ships with it

1 file 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.

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. 11d ago First seen · 238 lines · 84 tokens per session scan A edd85ca94d9e

Subscribe to this mod's changes

email-automation-builder is a skill published in the GitHub repository Gingg7260/affiliate-skills (5 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 2,790 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to email-automation-builder, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

email-automation-builder

Build multi-sequence email automation flows with branching logic. Triggers on: "build email automation", "create email funnel", "email automation flow", "welcome series with branches", "conditional email sequence", "set up automation", "email workflow builder", "segmented email flow", "advanced email sequence"…

Affitor/affiliate-skills · 84 tokens

email-automation-builder

Build multi-sequence email automation flows with branching logic. Triggers on: "build email automation", "create email funnel", "email automation flow", "welcome series with branches", "conditional email sequence", "set up automation", "email workflow builder", "segmented email flow", "advanced email sequence"…

jiaxiaojunQAQ/SkillJect · 84 tokens

email-automation-builder

Build multi-sequence email automation flows with branching logic. Triggers on: "build email automation", "create email funnel", "email automation flow", "welcome series with branches", "conditional email sequence", "set up automation", "email workflow builder", "segmented email flow", "advanced email sequence"…

gabrielmoreira/agent-skills-mirror · 84 tokens

paid-ad-copy-writer

Write paid ad copy for affiliate offers across ad platforms. Triggers on: "write ad copy", "Facebook ad for affiliate", "Google Ads copy", "TikTok ad script", "Pinterest ad", "paid traffic to affiliate", "create ad campaign", "ad headlines", "ad descriptions", "scale with paid ads", "run ads for my affiliate link"…

Affitor/affiliate-skills · 91 tokens

proprietary-data-generator

Create original surveys, benchmarks, and aggregated data nobody else has. Automate data collection for content moats. Triggers on: "create original data", "proprietary data", "survey design", "benchmark study", "original research", "data-driven content", "create a survey", "industry benchmark", "aggregated data"…

Affitor/affiliate-skills · 112 tokens

content-repurposer

Repurpose one piece of affiliate content into multiple formats. Triggers on: "repurpose my content", "turn my blog into tweets", "cross-post this", "content recycling", "convert to newsletter", "make a tweet thread from this", "adapt for TikTok", "omnichannel content", "scale my content", "turn this into a LinkedIn…

Affitor/affiliate-skills · 91 tokens