← 返回 Skills 市场
bytesagain-lab

Email Template

作者 bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
409
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install email-template
功能描述
邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up.
使用说明 (SKILL.md)

email-template

邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up, and collection templates.

常见问题

Q: 这个工具适合谁用? A: 任何需要email-template的人,无论是个人还是企业用户。

Q: 输出格式是什么? A: 主要输出Markdown格式,方便复制和编辑。

命令列表

命令 功能
welcome welcome
newsletter newsletter
transactional transactional
cold cold
followup followup
collection collection

专业建议

  • Identify which type: welcome / newsletter / transactional / cold / followup / collection
  • Run: bash scripts/emailtpl.sh \x3Ctype> [industry] [tone]
  • Present the generated template to the user
  • Offer customization: subject line variants, CTA options, tone adjustment
  • Subject lines matter** — provide 3-5 variants with open-rate optimization tips

email-template by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
email-template help

# Run
email-template run

Commands

Run email-template help to see all available commands.

Requirements

  • bash 4+
  • python3 (standard library only)
安全使用建议
This skill appears to be what it says: an email-template generator with helpful static templates. Before installing or running, note that the package includes a secondary helper script (scripts/script.sh) that provides prompt-engineering commands and writes logs to a data directory (default ~/.local/share/email-template). There are no network calls or credential requests in the code. If you are uncomfortable with local persistence, inspect or delete scripts/script.sh, or set EMAIL_TEMPLATE_DIR to a path you control / run in a sandbox. Otherwise it is reasonable to use the skill.
功能分析
Type: OpenClaw Skill Name: email-template Version: 2.0.0 The skill bundle provides a collection of email templates for various business scenarios (welcome, newsletter, transactional, etc.). The primary logic is contained in 'scripts/emailtpl.sh', which simply outputs text-based templates to the agent. A secondary utility, 'scripts/script.sh', provides generic prompt engineering helpers. Both scripts are transparent, follow the stated purpose, and contain no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The package's primary functionality (email template generation) matches the name/description and the main script (scripts/emailtpl.sh). However, scripts/script.sh adds a broader 'AI and prompt engineering assistant' surface (prompt/system/compare/etc.) that is not documented in SKILL.md — this is extra functionality but not obviously malicious.
Instruction Scope
SKILL.md instructs running bash scripts/emailtpl.sh to produce templates and to present/offer customization. The provided scripts produce static templates and guidance; they do not read unexpected system files or transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only with shipped scripts). No downloads or external installers are used.
Credentials
The skill declares no required environment variables. The included script honors EMAIL_TEMPLATE_DIR and falls back to XDG_DATA_HOME/$HOME for storage; it also uses python3 for a small local calculation. No secrets or external service credentials are requested.
Persistence & Privilege
scripts/script.sh creates a data directory (default: $XDG_DATA_HOME/email-template or $HOME/.local/share/email-template) and appends logs/history there. This is persistent state local to the user (not system-wide) — expected for a tool that keeps usage history but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install email-template
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /email-template 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.3
yaml-fix+quality
v2.3.2
yaml-fix+quality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.1
- Removed the sample file tips.md. - No changes to core features or commands.
v1.0.0
Initial release of the Email Template skill. - Provides a library of email templates for welcome, newsletter, transactional, cold outreach, follow-up, and collection scenarios. - Includes commands to generate each template type. - Templates output in Markdown for easy copying and editing. - Offers customization options such as subject line variants and tone adjustment. - Includes practical tips for subject line optimization to improve open rates.
元数据
Slug email-template
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 9
常见问题

Email Template 是什么?

邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 409 次。

如何安装 Email Template?

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

Email Template 是免费的吗?

是的,Email Template 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Email Template 支持哪些平台?

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

谁开发了 Email Template?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.0。

💬 留言讨论