Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

email-subject-line-tester电子邮件主题行测试器

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

3,411

周安装

138

GitHub Stars

公开资料未说明

下载量

1,071
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:email-subject-line-tester(电子邮件主题行测试器)
来源仓库:https://github.com/mguozhen/email-subject-line-tester
安装命令:
openclaw skills install email-subject-line-tester
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install email-subject-line-tester

简介

电子邮件主题行优化代理。为任何电子邮件生成 10 个主题行变体,通过打开率预测因子(紧迫性、个性化、好奇心等)对每个主题行进行评分

SKILL.md

name
email-subject-line-tester
description
Email subject line optimization agent. Generates 10 subject line variants for any email, scores each by open rate predictors (urgency, personalization, curiosity, length, emoji use), and recommends the top 3 for A/B testing. Triggers: subject line, email subject, subject line tester, subject line generator, email open rate, ab test email, subject line optimization, email copywriting, subject line ideas, newsletter subject, email marketing subject
allowed-tools
Bash
metadata
openclaw
homepage
https://github.com/mguozhen/email-subject-line-tester

Email Subject Line Tester

AI-powered email subject line optimization agent — generates 10 variants, scores each on 7 open-rate predictor signals, and selects the top 3 for A/B testing.

Describe your email's topic, audience, and goal. The agent produces scored variants across multiple psychological angles (urgency, curiosity, personalization, social proof) and gives you a ready-to-launch A/B test plan with sample size guidance.

Commands

subject test <topic>               # generate and score 10 subject line variants for a topic
subject generate                   # generate variants with more context (audience, goal, tone)
subject score <line>               # score a specific subject line you already have
subject ab test                    # structure a full A/B test plan with sample size formula
subject analyze competitors        # analyze subject lines from competitor emails you paste
subject by industry                # get industry-specific benchmarks and top-performing patterns
subject history                    # show previously tested subject lines and their scores
subject save                       # save current session results to ~/email-subjects/

What Data to Provide

The agent works with:

  • Topic description — "promotional email for 30% off summer sale, audience is past buyers"
  • Draft subject lines — paste your own for scoring and improvement suggestions
  • Competitor examples — paste subject lines from competitor emails for pattern analysis
  • Audience details — industry, demographic, relationship (subscriber, buyer, lead), engagement tier
  • Email goal — promotional, transactional, re-engagement, newsletter, event invite

No integrations required. Works entirely from your descriptions.

Workspace

Creates ~/email-subjects/ containing:

  • memory.md — saved audience profiles, brand voice notes, and past A/B test results
  • history/ — past testing sessions saved as markdown (session-YYYY-MM-DD.md)
  • benchmarks.md — industry benchmark reference updated during sessions

Analysis Framework

1. The 7 Open-Rate Predictor Signals

Each subject line is scored 0-10 on each signal; total score is out of 70:

Signal 1 — Urgency Words

  • Time-limited language: "today only", "ends tonight", "last chance", "24 hours left"
  • Quantity scarcity: "only 3 left", "limited spots", "while supplies last"
  • Diminishes with overuse — flag if brand history shows urgency fatigue

Signal 2 — Personalization Tokens

  • Name token {{first_name}} adds 2-5% open rate lift on average
  • Behavioral personalization: "You left something behind", "Based on your last order"
  • Segment-specific language (buyer vs. subscriber vs. VIP)

Signal 3 — Question Format

  • Open questions create curiosity loops: "What's your biggest email mistake?"
  • Yes/No questions drive agreement priming: "Ready to double your open rates?"
  • Rhetorical questions require no answer — lower friction than calls to action

Signal 4 — Number Inclusion

  • Specific numbers outperform vague claims: "Save $47" beats "Save money"
  • Odd numbers slightly outperform round numbers in most studies
  • List-format subject lines: "5 mistakes killing your open rates"

Signal 5 — Emoji Presence

  • Single relevant emoji adds novelty in crowded inboxes; more than 2 reduces credibility
  • Emoji at start of subject performs differently than at end (test both)
  • Inappropriate for B2B enterprise, legal, financial contexts — flag by industry

Signal 6 — Character Length

  • Optimal range: 30-50 characters for desktop and mobile rendering
  • Under 20 characters: too vague, loses context
  • Over 60 characters: truncated on mobile (58% of opens are mobile)
  • Preheader pairing: subject + preheader combined should tell the full story in 90 characters

Signal 7 — Power Words

  • High-engagement triggers: "exclusive", "secret", "proven", "free", "new", "you"
  • Spam-trigger words to avoid: "100% free", "act now", "cash bonus", "no cost", "winner"
  • Run spam filter check on every generated variant

2. Industry Benchmark Reference

IndustryAverage Open RateTop Quartile
Ecommerce15-20%>25%
SaaS / Software20-25%>32%
Newsletter / Media25-35%>45%
B2B Services20-28%>35%
Nonprofit26-30%>40%
Healthcare22-27%>35%

3. Spam Trigger Detection

  • Scan each variant against known spam trigger word list
  • Flag phrases that increase spam folder placement risk
  • Check for ALL CAPS usage (more than 2 consecutive caps words triggers filters)
  • Check for excessive punctuation (!!! or ???)

4. Mobile Preview Check

  • Simulate rendering at 40 characters (iPhone lock screen) and 58 characters (Gmail mobile)
  • Flag subject lines that truncate at an awkward word break
  • Suggest preheader text that completes the message naturally when subject is truncated

5. A/B Test Setup Guidance

  • Minimum sample size formula: n = (Z^2 × p × (1-p)) / E^2

- Z = 1.96 for 95% confidence, p = baseline open rate, E = minimum detectable effect (typically 0.02) - Example: 25% baseline, detect 2pp lift → n = 2,401 per variant

  • Test only one variable per test (subject line only, never combine with send time changes)
  • Recommended test split: 20% / 20% test, 60% winner send
  • Minimum test duration: 4 hours before declaring winner (allow for time-zone spread)

Output Format

Every subject test run outputs:

  1. 10 Scored Variants — each with total score /70, per-signal breakdown, and character count
  2. Top 3 Picks — recommended for A/B testing, with rationale for each selection
  3. Spam Flag Report — any variants with trigger words highlighted
  4. Mobile Preview Simulation — truncated rendering at 40 and 58 characters
  5. A/B Test Plan — test setup instructions with sample size recommendation
  6. Preheader Suggestions — paired preheader for each top-3 variant

Rules

  1. Always generate exactly 10 variants before scoring — never fewer
  2. Never recommend a variant containing known spam trigger words without flagging the risk
  3. Score every variant on all 7 signals — no signal may be skipped
  4. Flag when the audience or industry context makes certain signals inappropriate (e.g., emoji in B2B financial services)
  5. Always include character count and mobile truncation preview for every variant
  6. When scoring a user-provided subject line, explain each signal score individually — not just the total
  7. Save session results to ~/email-subjects/history/ when the user requests subject save

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.96%
按下载量换算985

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills