Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

email-write写电子邮件

Agent Skill

email-write 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

285

周安装

12

GitHub Stars

34

下载量

309
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:email-write(写电子邮件)
来源仓库:https://github.com/agricidaniel/claude-email
仓库路径:skills/email-write
安装命令:
npx skills add https://github.com/agricidaniel/claude-email --skill email-write
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/agricidaniel/claude-email --skill email-write

简介

email-write 生成高转化率的商业邮件文案,包含主题行评分与暗黑模式支持。

  • 基于现有项目配置文件加载品牌语调,确保风格统一连贯。
  • 输出响应式 HTML 模板与平文 fallback,兼顾美观与兼容性。
  • 每次写作前应确认上下文信息完整,避免产生误导性内容。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Email Write Sub-Skill

Purpose

Generate professional, high-converting email copy using proven copywriting frameworks. Produces subject line variants with scoring, responsive HTML templates with dark mode support, plain-text fallback, and preheader recommendations.

Activation

This sub-skill is invoked by the main /email skill when the user needs to compose a new email.

Workflow

1. Gather Context

First, check if email-profile.md exists in the project directory. If yes, load business type, tone preferences, and target audience from the profile.

If no profile exists or user provides new context, ask for:

  • Email Purpose: cold outreach, newsletter, product launch, promotional, re-engagement, welcome, feature announcement, etc.
  • Recipient: name, role, relationship (new lead, existing customer, subscriber, team member)
  • Tone: professional, friendly, casual, authoritative, empathetic, enthusiastic
  • Business Type: (from profile or ask) SaaS, e-commerce, service business, agency, creator, B2B, B2C
  • Key Message: what action should the recipient take?
  • Additional Context: product details, promotion details, deadline, personalization data

2. Select Copy Framework

Based on the email purpose, choose the appropriate framework from references/copy-frameworks.md:

Email PurposeRecommended FrameworkWhy
Cold outreachPASEmpathy-driven, addresses pain points
Product launchAIDABuilds excitement, drives action
NewsletterBAB or AIDAAspirational or engaging storytelling
Feature announcementFABClear value proposition for features
Promotional/saleAIDACreates desire and urgency
Re-engagementPASIdentifies problem of disengagement
Welcome emailBABShows transformation journey
Case study4PsProof-heavy, testimonial-driven
Review requestPASEmpathetic ask for feedback
Appointment reminderDirectNo framework needed

If uncertain, default to AIDA for marketing emails or PAS for relationship emails.

3. Generate Subject Lines

Create 3 subject line variants using these strategies:

  1. Curiosity-Driven: Creates intrigue, open loop, question, teaser
  2. Benefit-Driven: Clear value proposition, outcome, result
  3. Urgency-Driven: Time-sensitive, scarcity, FOMO (but not spammy)

Subject Line Rules:

  • Optimal length: 6-10 words / 30-50 characters
  • Never use ALL CAPS
  • Maximum 1 exclamation mark per subject line
  • Avoid spam triggers: "FREE!!!", "Act Now", "Limited Time Only", "Guaranteed", "Cash", "No obligation"
  • Include personalization where possible (beyond first name: behavior, location, purchase history)
  • Use power words: exclusive, secret, insider, proven, breakthrough, transform, discover

Scoring Methodology (0-100):

CriteriaWeightScoring
Length20100 if 30-50 chars, -10 per 5 chars over/under
Power Words20+20 per power word (max 2)
Personalization25+25 if personalized beyond first name
Spam Triggers-50-50 if contains spam word
Clarity20100 if benefit/topic is clear
Curiosity15+15 if creates open loop

Minimum passing score: 70

4. Write Preheader Text

Generate preheader recommendation (30-80 characters):

  • Must complement (not repeat) the subject line
  • Include secondary value proposition or CTA preview
  • Avoid generic text like "View this email in your browser"

Example:

  • Subject: "Your personalized SEO roadmap is ready"
  • Preheader: "3 quick wins to boost your rankings this week"

5. Compose Email Body

Apply the chosen framework structure. Load full framework details from references/copy-frameworks.md before writing.

General Email Writing Rules:

  • Opening: Hook in first sentence, address recipient by name if available
  • Body: Use short paragraphs (2-3 sentences max), bullet points for scannability
  • Tone: Match requested tone from profile or user input
  • Personalization: Use merge tags like {{firstName}}, {{company}}, {{productName}}
  • CTA: One primary CTA, clear and action-oriented ("Get Your Free Audit", "Claim Your Spot", "Start Your Trial")
  • Social Proof: Include if available (testimonial, stat, case study result)
  • Signature: Professional sign-off with name, title, company

Framework-Specific Structure:

Load the full structure from references/copy-frameworks.md and apply. Each framework has:

  • Section breakdown (e.g., PAS: Problem → Agitate → Solve)
  • Transition phrases
  • Example templates

6. Generate HTML Version

Create a responsive, dark-mode compatible HTML email using these specifications:

HTML Template Structure:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="color-scheme" content="light dark">
  <meta name="supported-color-schemes" content="light dark">
  <title>{{emailSubject}}</title>
  <style>
    /* Inline critical CSS */
    body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
    table { border-collapse: collapse; }
    .email-container { max-width: 600px; margin: 0 auto; }
    .body-text { font-size: 16px; line-height: 1.6; color: #333333; }
    .cta-button {
      display: inline-block;
      padding: 14px 28px;
      background-color: #0066cc;
      color: #ffffff;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      min-height: 44px;
      min-width: 44px;
    }

    /* Dark mode styles */
    @media (prefers-color-scheme: dark) {
      body { background-color: #1a1a1a !important; }
      .body-text { color: #e0e0e0 !important; }
      .email-container { background-color: #2a2a2a !important; }
    }

    /* Mobile responsive */
    @media only screen and (max-width: 600px) {
      .body-text { font-size: 14px !important; }
      .headline { font-size: 22px !important; }
      .cta-button { display: block !important; width: 100% !important; }
    }
  </style>
</head>
<body>
  <!-- Email content goes here -->
</body>
</html>

HTML Rules:

  • Use table-based layout (not CSS Grid/Flexbox for email client compatibility)
  • Max width: 600px
  • Inline critical CSS (some clients strip <style> tags)
  • Web-safe fonts with fallbacks: Arial, Helvetica, Georgia, Times New Roman
  • Minimum 14px body text, 22px headlines on mobile
  • CTA button: minimum 44x44px touch target, high contrast ratio (4.5:1)
  • Include color-scheme: light dark meta tag
  • Dark mode CSS using @media (prefers-color-scheme: dark)
  • Alt text on all images (describe content, not "image" or "photo")
  • Always include plain-text MIME part for accessibility

CTA Button Best Practices:

  • One primary CTA per email (secondary CTAs okay as text links)
  • Use <a> tag with role="button" for accessibility
  • Padding: 14px vertical, 28px horizontal minimum
  • Background color with 4.5:1 contrast ratio against text
  • Include fallback for dark mode (lighter background or inverted colors)

7. Generate Plain-Text Version

Create a plain-text fallback with:

  • No HTML tags
  • Line breaks for readability (max 70 characters per line)
  • CTA as full URL on separate line
  • Signature block with contact info

8. Output Format

Present the final email composition in this structure:

## Email Composition

**Framework**: [chosen framework name]
**Purpose**: [email purpose]
**Tone**: [tone]
**Recipient Type**: [recipient type]

---

### Subject Line Options

| # | Subject | Score | Type | Notes |
|---|---------|-------|------|-------|
| 1 | [subject line 1] | 87 | Curiosity | [why this works] |
| 2 | [subject line 2] | 82 | Benefit | [why this works] |
| 3 | [subject line 3] | 79 | Urgency | [why this works] |

**Recommended**: #1 (highest score)

**Preheader Text**: [30-80 char preheader recommendation]

---

### Email Body (Plain Text)

[Full email body using framework structure]

[Include merge tags like {{firstName}}, {{company}}]

[CTA]

[Signature]

---

### HTML Version

[Complete HTML email code with inline CSS, dark mode support, responsive design]


---

### Plain Text Version

[Plain text fallback with line breaks, CTA as full URL]


---

### Email Metadata

- **Word Count**: [body word count]
- **Reading Time**: [estimated reading time]
- **Character Count** (with spaces): [count]
- **CTA Count**: [number of CTAs]

---

### Next Steps

- Review and edit copy
- Choose subject line variant
- Test HTML rendering in email client preview tool
- Send as draft via MCP (if available) or copy to email platform
- A/B test subject lines if sending to large list

Quality Gates

Before delivering the email, verify:

  1. Subject line scores: At least one variant scores 70+
  2. Preheader length: 30-80 characters
  3. Framework alignment: Body follows chosen framework structure
  4. CTA clarity: Primary CTA is clear and action-oriented
  5. Mobile readability: Paragraphs are 2-3 sentences max
  6. HTML validity: Table-based layout, inline CSS, dark mode support
  7. Accessibility: Alt text on images, plain-text fallback included
  8. Spam check: No spam trigger words in subject or body
  9. Personalization: Merge tags used where appropriate
  10. Tone match: Email tone matches requested tone from profile

If any gate fails, revise before output.

Error Handling

  • If references/copy-frameworks.md is missing, warn user and use basic AIDA structure
  • If email-profile.md is missing, prompt user for context (don't fail)
  • If subject line scores are all below 70, generate new variants
  • If HTML template fails validation, fall back to plain-text only and warn user

Resources

  • references/copy-frameworks.md - Full framework structures and examples
  • email-profile.md - User's business context and preferences (optional)

Example Invocation

User: "Write a cold outreach email to a SaaS founder about my SEO audit service"

Agent:

  1. Loads email-profile.md (if exists)
  2. Selects PAS framework (cold outreach)
  3. Generates 3 subject line variants with scores
  4. Writes email body following PAS structure
  5. Creates HTML template with dark mode
  6. Creates plain-text fallback
  7. Outputs full email composition with metadata and next steps

Notes

  • This sub-skill focuses on composition only (no sending/scheduling)
  • For sending emails, use email-send sub-skill or MCP email tools
  • For A/B testing, generate multiple variants using different frameworks
  • Always adapt tone and complexity to recipient type (B2B vs B2C, technical vs non-technical)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.69%
按下载量换算107

Claude

31.56%
按下载量换算98

Cursor

17.88%
按下载量换算55

Gemini CLI

8.94%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills