← 返回 Skills 市场
freedompixels

邮件模板生成器

作者 freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-email-template
功能描述
自动生成10多种专业中文商务邮件模板,支持自定义主题、收发人及职位,结构完整符合商务规范。
使用说明 (SKILL.md)

name: 专业商务邮件生成器 description: 输入场景和关键词,自动生成10+种专业商务邮件(初次联系、跟进、感谢、报价、拒绝、道歉、会议邀请、周报、离职告别、节日问候)。支持自定义收件人、发件人、职位等变量。 version: "1.0.0" entry: scripts/email_template.py install: ""

scope:

  • 支持10+种商务邮件场景模板
  • 自定义邮件主题、收件人、发件人信息
  • 生成结构完整的邮件正文(称谓+正文+落款)
  • 列出所有可用场景
  • 支持中文商务邮件规范格式

env: []

test: | python3 scripts/email_template.py --help python3 scripts/email_template.py 初次联系 发件人=张三 姓名=李四 目的=合作

example: input: "python email_template.py 初次联系 发件人=王经理 姓名=赵总 目的=AI工具合作" output: "生成完整邮件,包含主题、称谓、正文、落款" input: "python email_template.py 周报 姓名=李华 周期=本周 完成事项='项目A完成' 下周计划='继续迭代'" output: "生成周报格式邮件"

安全使用建议
This skill appears safe and does what it claims: it formats and prints email templates locally. Points to consider before installing/using: (1) The script accepts data via command-line arguments — command-line arguments can be visible to other local users (process list) and may be stored in shell history, so avoid passing sensitive secrets (passwords, API keys, private contact details) on the command line. (2) The code uses Python str.format with template placeholders; providing incomplete keys may raise errors or produce empty fields — validate inputs if you automate it. (3) The source is unknown; if you plan to run this in a sensitive environment, review the script locally or run it in an isolated environment. (4) If you intend to let an agent invoke this autonomously, ensure the agent won't forward generated content or input data to external services you don't trust.
功能分析
Type: OpenClaw Skill Name: cn-email-template Version: 1.1.0 The skill is a straightforward business email generator that uses hardcoded templates and user-provided arguments to construct text. The script (scripts/email_template.py) performs simple string formatting and lacks any network, file system, or sensitive data access, and the SKILL.md instructions are aligned with the stated purpose without any prompt-injection risks.
能力评估
Purpose & Capability
Name/description match the implementation: the SKILL.md points to a local Python script that generates 10+ business email scenarios and allows custom fields. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs running the included script with scenario and key=value args. The script only reads command-line args, formats templates, and prints output; it does not read other files, environment variables, or contact external endpoints.
Install Mechanism
No install spec — instruction-only plus a bundled Python script. No downloads, package installs, or archive extraction are performed.
Credentials
No environment variables, credentials, or config paths are required. The fields the script accepts (names, roles, dates, etc.) are proportional to generating email templates.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-email-template
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-email-template 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 修复SKILL.md格式
元数据
Slug cn-email-template
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

邮件模板生成器 是什么?

自动生成10多种专业中文商务邮件模板,支持自定义主题、收发人及职位,结构完整符合商务规范。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 邮件模板生成器?

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

邮件模板生成器 是免费的吗?

是的,邮件模板生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

邮件模板生成器 支持哪些平台?

邮件模板生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 邮件模板生成器?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.1.0。

💬 留言讨论