← 返回 Skills 市场
zhaofan2021

email 发布

作者 Zhaofan2021 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zf-email
功能描述
根据用户要点自动生成正式或友好风格的英文或中文邮件正文,支持主题和收件人设置。
使用说明 (SKILL.md)

name: 邮件生成助手\r description: 根据用户提供的要点,自动生成正式或友好的英文/中文邮件。\r trigger: 用户说“写封邮件”、“生成邮件”或“帮我起草邮件”。\r input:\r

  • 收件人 (string, required)\r
  • 主题 (string, optional)\r
  • 要点列表 (array, required)\r
  • 语气 (enum: 正式/友好, default: 正式)\r steps:\r
  1. 解析用户给出的邮件要点。\r
  2. 根据语气选择模板(正式:Dear X, ...;友好:Hi X, ...)。\r
  3. 将要点组织成连贯段落,添加适当的开场和结尾。\r
  4. 输出完整邮件正文,并提示用户可修改。\r output: 纯文本格式的邮件内容,带标题和落款。\r example:\r user: 帮我写封正式邮件给 [email protected],主题是项目进度汇报。要点:1. 已完成前端开发;2. 后端预计周五完成;3. 需要下周安排测试。\r assistant: 邮件正文...\r
安全使用建议
This skill is instruction-only and appears low-risk: it drafts email text but does not send emails or require credentials. Before installing, consider that the skill's source/homepage is unknown — if you need stronger trust, prefer skills from known authors. Avoid pasting sensitive secrets, full personal data, or authentication tokens into prompts (the skill will include any pasted content in drafts). Always review generated email content before sending and verify recipient addresses and tone.
功能分析
Type: OpenClaw Skill Name: zf-email Version: 1.0.0 The 'zf-email' skill is a straightforward text generation tool designed to draft formal or friendly emails based on user-provided points. Analysis of SKILL.md and _meta.json reveals no high-risk behaviors, network access, or malicious instructions; it operates entirely within the scope of text processing and formatting.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it generates English/Chinese email bodies from user-provided points, tone, subject, and recipient. It requests no credentials, binaries, or installs, which is appropriate for a text-generation helper.
Instruction Scope
Runtime steps are limited to parsing user points, selecting templates for tone, organizing paragraphs, and outputting text. The instructions do not read files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is downloaded or written to disk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a drafting assistant that does not send email or integrate with external mail services.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/system-level privileges or modify other skills. Autonomous invocation is allowed by platform default but not unusual here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zf-email
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zf-email 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the 邮件生成助手 (Email Draft Assistant) skill. - Automatically drafts formal or friendly Chinese/English emails based on user-provided key points. - Supports recipient, optional subject, required key points, and selectable tone (formal or friendly). - Organizes points into coherent paragraphs with appropriate greetings and closures. - Outputs ready-to-edit plain text emails with subject and signature suggestions.
元数据
Slug zf-email
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

email 发布 是什么?

根据用户要点自动生成正式或友好风格的英文或中文邮件正文,支持主题和收件人设置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 email 发布?

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

email 发布 是免费的吗?

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

email 发布 支持哪些平台?

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

谁开发了 email 发布?

由 Zhaofan2021(@zhaofan2021)开发并维护,当前版本 v1.0.0。

💬 留言讨论