email-writer
Email writing assistant. 邮件写作、邮件助手、商务邮件、business email、英文邮件、English email、求职邮件、job application email、跟进邮件、follow-up email、冷启动邮件、cold email、道歉邮件、apology email.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/email-writeremail-writer
邮件写作助手。商务邮件、求职邮件、跟进邮件、道歉邮件。中英双语。
为什么用这个 Skill? / Why This Skill?
- 场景化模板:商务、跟进、冷启动、道歉、回复——每种邮件有专属结构和语气
- 语气控制:
--tone formal|friendly切换正式/友好语气 - 中英双语:同一封邮件可以中英文对照输出
- Compared to asking AI directly: purpose-built email templates with tone control, proper business email structure (subject line, greeting, body, CTA, sign-off)
Usage
Run the script at scripts/email.sh:
| Command | Description |
|---|---|
email.sh business "收件人" "主题" | 商务邮件模板 |
email.sh followup "主题" | 跟进邮件模板 |
email.sh cold "公司" "目的" | 冷启动邮件模板 |
email.sh apology "原因" | 道歉邮件模板 |
email.sh reply "原文摘要" [--tone formal|friendly] | 回复邮件模板 |
email.sh series "场景(销售|合作|催款|招聘)" | 邮件序列(4封自动化) |
email.sh template "类型(感谢|通知|邀请|拒绝|催款)" | 邮件模板库 |
email.sh subject "内容描述" | 高打开率主题行生成(5种风格) |
email.sh help | 显示帮助信息 |
Examples
# 商务邮件
bash scripts/email.sh business "王总" "合作方案"
# 跟进邮件
bash scripts/email.sh followup "上周会议跟进"
# 冷启动邮件
bash scripts/email.sh cold "字节跳动" "技术合作"
# 道歉邮件
bash scripts/email.sh apology "发货延迟"
# 回复邮件(正式语气)
bash scripts/email.sh reply "对方询问报价" --tone formal
# 邮件序列(销售场景4封)
bash scripts/email.sh series "销售"
# 邮件模板(感谢信)
bash scripts/email.sh template "感谢"
# 生成5种风格的主题行
bash scripts/email.sh subject "新产品发布"
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-email-writer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.