← 返回 Skills 市场
seanwyngaard

Email Sequence Builder

作者 Sean Wyngaard · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
919
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install email-sequence-builder
功能描述
Build complete email marketing sequences (welcome, nurture, sales, re-engagement) with subject lines, body copy, and platform-ready output. Use when creating email campaigns, drip sequences, or automated email flows for clients.
使用说明 (SKILL.md)

Email Sequence Builder

Generate complete, ready-to-deploy email sequences for any business type. Outputs copy with subject lines, preview text, body, CTAs, and send timing.

How to Use

/email-sequence-builder welcome "Online fitness coaching platform, $49/mo subscription"
/email-sequence-builder sales "B2B SaaS analytics tool, $99/mo, targeting marketing managers"
/email-sequence-builder nurture "Real estate agent targeting first-time home buyers"
/email-sequence-builder re-engagement "E-commerce clothing store, customers inactive 60+ days"
  • $ARGUMENTS[0] = Sequence type: welcome, sales, nurture, re-engagement, onboarding, launch, webinar, abandoned-cart
  • $ARGUMENTS[1] = Business description with audience and pricing details

Sequence Types

Welcome Sequence (5-7 emails over 14 days)

Goal: Turn new subscribers into engaged fans

Email Timing Purpose
1 Immediately Welcome + deliver lead magnet + set expectations
2 Day 2 Your story / origin / why you do this
3 Day 4 Best content piece / quick win for them
4 Day 7 Social proof / case study
5 Day 10 Address #1 objection + soft CTA
6 Day 12 More value + harder CTA
7 Day 14 Direct offer + clear CTA

Sales Sequence (5-7 emails over 7-10 days)

Goal: Convert warm leads into buyers

Email Timing Purpose
1 Day 0 Introduce offer + biggest benefit
2 Day 2 Case study / transformation story
3 Day 4 Handle objection #1 (usually price)
4 Day 5 Handle objection #2 (usually "will it work for me?")
5 Day 7 FAQ + social proof stack
6 Day 8 Urgency (bonus expiring, spots limited)
7 Day 10 Final call + last chance

Nurture Sequence (5 emails over 30 days)

Goal: Build trust with leads who aren't ready to buy

Email Timing Purpose
1 Week 1 Educational content — teach something valuable
2 Week 2 Industry insight / trend analysis
3 Week 3 Common mistake + how to avoid it
4 Week 4 Case study showing results
5 Week 5 Soft pitch — "when you're ready, here's how we help"

Re-engagement Sequence (3-4 emails over 10 days)

Goal: Win back inactive subscribers/customers

Email Timing Purpose
1 Day 0 "We miss you" + what's new
2 Day 3 Exclusive offer / discount
3 Day 7 "Last chance" + survey (why did you leave?)
4 Day 10 Final email — stay or unsubscribe (clean list)

Abandoned Cart (3 emails over 3 days)

Email Timing Purpose
1 1 hour Reminder — "You left something behind"
2 24 hours Social proof + handle objections
3 72 hours Urgency/discount — "Last chance, 10% off"

Email Structure Template

For each email in the sequence, generate:

email_number: 1
send_timing: "Immediately after signup"
subject_line_a: "Your first subject line variant"
subject_line_b: "A/B test variant"
preview_text: "First 40-90 chars shown in inbox preview"

body: |
  Hi {{first_name}},

  [Opening hook — 1-2 sentences, personal, relevant]

  [Body — 3-5 short paragraphs]
  - Use bullet points for scanability
  - Bold key phrases
  - Keep paragraphs to 2-3 sentences max

  [CTA — clear, single action]

  [Sign-off]
  {{sender_name}}

  P.S. [Reinforce CTA or add bonus — P.S. lines get read more than body text]

cta_text: "Start Your Free Trial"
cta_url: "{{cta_link}}"

Copy Rules

  1. Subject lines: 4-7 words. Create curiosity or state a clear benefit. Never use ALL CAPS or excessive punctuation. A/B test every email.
  2. Preview text: Complements (doesn't repeat) the subject line. 40-90 characters.
  3. Opening line: Never start with "I hope this email finds you well." Start with a question, bold statement, or something about THEM (not you).
  4. Body copy:
    • Write at a 6th-8th grade reading level
    • Use "you" 3x more than "we" or "I"
    • One idea per email
    • Short sentences. Short paragraphs. White space.
  5. CTA: One primary CTA per email. Button text is action-oriented ("Get My Free Guide", not "Click Here"). Repeat CTA 2x — once in body, once at end.
  6. P.S. line: Include in sales and welcome sequences. Restate the CTA or add urgency.
  7. Personalization: Use {{first_name}} in subject and opening. Use {{company_name}} for B2B.

Platform Output

Generate the sequence in a format ready to import:

Universal Format (Markdown)

Save each email as a separate file:

output/email-sequence/
  sequence-config.md     # Overview, timing, goals
  email-01-welcome.md
  email-02-story.md
  ...

Mailchimp Format

Generate a CSV with columns: subject, preview_text, html_body, send_delay_days

ConvertKit / Kit Format

Generate plain text with merge tags: {{ subscriber.first_name }}

ActiveCampaign Format

Generate with their merge tags: %FIRSTNAME%

Include in sequence-config.md:

  • Sequence name and goal
  • Trigger event (what starts the sequence)
  • Timing between emails
  • Exit conditions (purchased, unsubscribed, clicked specific link)
  • Recommended segments
  • KPIs to track (open rate, click rate, conversion rate)
  • Expected benchmarks by industry

Quality Checks

  • Every email has 2 subject line variants for A/B testing
  • Preview text is unique per email (not auto-generated from body)
  • CTA is clear and appears at least once per email
  • No email exceeds 300 words (200 is ideal)
  • Sequence has logical emotional arc (value → trust → ask)
  • Personalization tokens are used correctly
  • Unsubscribe reminder is noted in sequence config
  • Send timing accounts for weekends (don't send sales emails on Sunday)
安全使用建议
This skill appears coherent: it only generates email sequences and writes template files. Before installing, verify the complete SKILL.md (the quality-checks were truncated here) and confirm the agent's tooling permissions — the skill lists allowed-tools like Read/Write/Edit/Bash, which permit filesystem and shell access. Even though the skill itself doesn't request secrets or network access, granting broad tools to any skill increases risk; if you want extra caution, run it in a sandboxed agent or restrict it to only Read/Write (no shell) unless shell access is necessary. If you need assurance it won't send emails or contact external services, confirm there are no additional instructions or hidden files that call external endpoints.
功能分析
Type: OpenClaw Skill Name: email-sequence-builder Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` provides clear, detailed instructions for generating email marketing sequences, including content rules, structure, and output formats. All instructions are directly aligned with the stated purpose. While the `allowed-tools` section in `SKILL.md` includes `Bash`, which is a powerful capability, the skill's instructions do not direct the agent to use `Bash` for any malicious or overtly suspicious actions (e.g., no prompt injection attempts, no instructions for data exfiltration, unauthorized execution, or persistence). The use of `Bash` could be plausibly needed for benign file system operations like creating output directories or archiving files, which aligns with the skill's purpose of generating 'platform-ready output'.
能力评估
Purpose & Capability
Name and description (email marketing sequences) match the SKILL.md content. There are no unexpected required binaries, environment variables, or config paths declared that would be unrelated to generating and saving email copy.
Instruction Scope
SKILL.md limits behavior to generating email content, producing platform-ready outputs (Markdown, CSV, plain text), and saving files in an output/ directory. It does not instruct the agent to read system config, access credentials, or call external endpoints. (Note: the document is truncated at the end of the quality-check list — review the full SKILL.md to confirm there are no additional steps.)
Install Mechanism
No install spec and no code files — nothing is downloaded or written as part of an installer. This is the lowest-risk model (instruction-only).
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for an email content generator which only needs to output files and templates.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills or system-wide settings. It does instruct saving files in an output path, which is reasonable for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install email-sequence-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /email-sequence-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Email Sequence Builder skill. - Generates ready-to-deploy email marketing sequences with subject lines, preview text, body, CTAs, and timing. - Supports multiple sequence types: welcome, sales, nurture, re-engagement, onboarding, launch, webinar, abandoned cart. - Outputs platform-ready formats for Markdown, Mailchimp (CSV), ConvertKit, and ActiveCampaign. - Sequences follow best-practice copy rules and quality checks, including personalization and A/B testing for subject lines. - Includes configuration files detailing sequence goals, triggers, segmentation, and KPIs.
元数据
Slug email-sequence-builder
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Email Sequence Builder 是什么?

Build complete email marketing sequences (welcome, nurture, sales, re-engagement) with subject lines, body copy, and platform-ready output. Use when creating email campaigns, drip sequences, or automated email flows for clients. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 919 次。

如何安装 Email Sequence Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install email-sequence-builder」即可一键安装,无需额外配置。

Email Sequence Builder 是免费的吗?

是的,Email Sequence Builder 完全免费(开源免费),可自由下载、安装和使用。

Email Sequence Builder 支持哪些平台?

Email Sequence Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Email Sequence Builder?

由 Sean Wyngaard(@seanwyngaard)开发并维护,当前版本 v1.0.0。

💬 留言讨论