← Back to Skills Marketplace
zhaofan2021

email 发布

by Zhaofan2021 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zf-email
Description
根据用户要点自动生成正式或友好风格的英文或中文邮件正文,支持主题和收件人设置。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zf-email
  3. After installation, invoke the skill by name or use /zf-email
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zf-email
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is email 发布?

根据用户要点自动生成正式或友好风格的英文或中文邮件正文,支持主题和收件人设置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install email 发布?

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

Is email 发布 free?

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

Which platforms does email 发布 support?

email 发布 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created email 发布?

It is built and maintained by Zhaofan2021 (@zhaofan2021); the current version is v1.0.0.

💬 Comments