Email Writer
Email writing assistant. 邮件写作、邮件助手、商务邮件、business email、英文邮件、English email、求职邮件、job application email、跟进邮件、follow-up email、冷启动邮件、cold email、道歉邮件、apology email.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 383 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise an email-writing assistant and the included scripts (email.sh and script.sh) implement only template generation, subject-line helpers, tone adjustments and local logging — all appropriate for an email writer.
Instruction Scope
SKILL.md instructs running the provided shell scripts and shows CLI examples. The scripts only generate/email templates and do not read system credentials, network endpoints, or unrelated files.
Install Mechanism
No install spec is provided (instruction-only style). Code files are included in the skill bundle; nothing is downloaded or extracted at install time.
Credentials
The skill does not require environment variables or credentials. The scripts optionally respect EMAIL_WRITER_DIR / XDG_DATA_HOME for where to store local data — reasonable for a CLI utility.
Persistence & Privilege
The scripts create a per-user data directory (default ~/.local/share/email-writer) and append a history.log and entries.jsonl there. This is expected for a CLI tool but means the skill persists usage history locally.
Assessment
This skill is a local email-template generator and appears coherent with its description. Before running: (1) inspect the included scripts (you already have them) — they only print templates and write a small history file; (2) be aware it will create ~/.local/share/email-writer (or $EMAIL_WRITER_DIR) and append history/log files; (3) if you prefer no local writes, set EMAIL_WRITER_DIR to a directory you control (or run in a disposable container); (4) avoid supplying any secrets as arguments — the tool doesn't need API keys or credentials. If you want extra assurance, run the scripts in a sandboxed environment first.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
email-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
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
