← Back to Skills Marketplace
bytesagain-lab

Email Template

by bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
409
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install email-template
Description
邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up.
README (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)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install email-template
  3. After installation, invoke the skill by name or use /email-template
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug email-template
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is Email Template?

邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up. It is an AI Agent Skill for Claude Code / OpenClaw, with 409 downloads so far.

How do I install Email Template?

Run "/install email-template" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Email Template free?

Yes, Email Template is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Email Template support?

Email Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Email Template?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.

💬 Comments