邮件模板生成器

v1.1.0

自动生成10多种专业中文商务邮件模板,支持自定义主题、收发人及职位,结构完整符合商务规范。

0· 73·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk976pcmhv5mm89zjacsva2vden854zzaproductivityvk976pcmhv5mm89zjacsva2vden854zza
73downloads
0stars
1versions
Updated 2d ago
v1.1.0
MIT-0

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: "生成周报格式邮件"

Comments

Loading comments...