用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill email-draft命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | email-draft |
| description | Compose professional emails from brief instructions, bullet points, or context |
| enabled | true |
When the user asks you to write, draft, or compose an email, follow these guidelines:
Before drafting, identify:
If the user provides bullet points or rough notes, expand them into polished prose. If context is vague, ask one clarifying question — do not over-ask.
Always produce a complete email with:
Subject: <concise, actionable subject line>
<Greeting>,
<Opening — context or purpose in 1-2 sentences>
<Body — organized paragraphs or bullet list covering all key points>
<Closing — clear next step or call to action>
<Sign-off>,
<Name placeholder>
| Audience | Tone | Example greeting |
|---|---|---|
| Executive / C-suite | Formal, concise, results-focused | "Dear [Name]," |
| Colleague / team | Professional-friendly | "Hi [Name]," |
| External client | Warm but professional | "Dear [Name]," |
| Support / vendor | Direct and clear | "Hello [Team]," |
If the user asks for multiple options, provide 2-3 versions with different tones (e.g. formal vs. friendly) and let them pick.
If the user asks to revise, adjust tone, shorten, or expand — iterate on the previous draft rather than starting from scratch.
If the user wants the email saved as a file:
code_interpreter to write the email to /tmp/email_draft.txt (or .md)[placeholder] markers[Your Name]User: "Write an email to my manager asking for time off next week"
Output:
Subject: PTO Request — [Date Range]
Hi [Manager Name],
I'd like to request paid time off from [Start Date] through [End Date]. I've ensured my current deliverables are on track and will hand off any pending items to [Colleague Name] before I leave.
Please let me know if you need any additional details or if this timing works for the team.
Thanks,
[Your Name]
User: "Draft a client follow-up after our demo yesterday, mention the pricing proposal"
Output:
Subject: Great Connecting Yesterday — Next Steps on Pricing
Dear [Client Name],
Thank you for taking the time to join yesterday's demo. It was great to walk through the platform with your team, and I appreciated the thoughtful questions.
As discussed, I've attached our pricing proposal for your review. Here's a quick summary:
- **Starter tier**: [details]
- **Enterprise tier**: [details]
- **Custom options**: Available based on your team's requirements
I'd love to schedule a follow-up call next week to discuss any questions. Would [Day] at [Time] work for you?
Looking forward to hearing from you.
Best regards,
[Your Name]