Agent Skillsynulihao/AgentSkillOS › Email Composer

Email Composer

GitHub

用于起草各类专业邮件,涵盖商务、技术及客服场景。通过收集目的、收件人关系、关键点和语气等上下文信息,生成结构化的邮件草稿。

data/skill_seeds/email-composer/SKILL.md ynulihao/AgentSkillOS

Trigger Scenarios

需要撰写或起草电子邮件 请求协助编写专业沟通消息

Install

npx skills add ynulihao/AgentSkillOS --skill Email Composer -g -y
More Options

Non-standard path

npx skills add https://github.com/ynulihao/AgentSkillOS/tree/main/data/skill_seeds/email-composer -g -y

Use without installing

npx skills use ynulihao/AgentSkillOS@Email Composer

指定 Agent (Claude Code)

npx skills add ynulihao/AgentSkillOS --skill Email Composer -a claude-code -g -y

安装 repo 全部 skill

npx skills add ynulihao/AgentSkillOS --all -g -y

预览 repo 内 skill

npx skills add ynulihao/AgentSkillOS --list

SKILL.md

Frontmatter
{
    "name": "Email Composer",
    "description": "Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages."
}

Email Composer

Quick start

Provide context and purpose, and I'll draft an appropriate email.

What I need:

  • Purpose of email (request, follow-up, announcement, etc.)
  • Recipient relationship (colleague, customer, manager, vendor)
  • Key points to include
  • Desired tone (formal, casual, urgent, friendly)

Email structure

Standard professional email format:

Subject: [Clear, specific subject line]

[Greeting],

[Opening - context/purpose]

[Body - main points]

[Closing - call to action]

[Sign-off]
[Your name]

Common email types

Request for information

Subject: Question about Q4 project timeline

Hi [Name],

I hope this email finds you well. I'm reaching out regarding the Q4 product launch timeline.

Could you provide an update on:
- Current progress on feature development
- Expected completion date for testing phase
- Any blockers or dependencies we should be aware of

This will help us coordinate with the marketing team for the launch materials.

Thanks in advance for your help!

Best regards,
[Your name]

Follow-up email

Subject: Following up: Proposal for new payment system

Hi [Name],

I wanted to follow up on the payment system proposal I sent last week. I understand you're busy, so I wanted to make sure it didn't get lost in your inbox.

To recap, the proposed system would:
- Reduce transaction fees by 30%
- Integrate with existing accounting software
- Improve customer checkout experience

I'd be happy to schedule a brief call to discuss any questions you might have.

Looking forward to hearing from you.

Best,
[Your name]

Technical update

Subject: API Maintenance Window - [Date]

Team,

This is a reminder that we'll be performing scheduled maintenance on our API infrastructure on [Date] from [Time] to [Time] [Timezone].

During this window:
- API endpoints will be unavailable
- Database will be upgraded to v14
- SSL certificates will be renewed

Expected downtime: 2 hours

What you need to do:
- Notify your users of the planned downtime
- Ensure retry logic is in place for API calls
- Monitor your application after maintenance completes

If you have any concerns or conflicts with this schedule, please let me know by [Date].

Technical details available in our status page: [link]

Thanks,
[Your name]

Customer support

Subject: Re: Issue with order #12345

Hi [Customer name],

Thank you for reaching out about your order. I'm sorry to hear you're experiencing this issue.

I've looked into your order (#12345) and found the following:

[Explanation of the issue]

To resolve this, I've:
- [Action taken 1]
- [Action taken 2]

You should see [expected outcome] within [timeframe].

If you continue to experience any problems, please don't hesitate to reply to this email or call us at [phone number].

We appreciate your patience and understanding.

Best regards,
[Your name]
Customer Support Team

Meeting request

Subject: Meeting request: Discuss database migration strategy

Hi [Name],

I'd like to schedule a meeting to discuss our approach for the upcoming database migration.

Agenda items:
- Review migration timeline and milestones
- Discuss rollback strategy
- Identify potential risks and mitigation plans
- Assign team responsibilities

Estimated duration: 45 minutes

I'm available:
- Monday 2-4 PM
- Wednesday 10 AM - 12 PM
- Friday 1-3 PM

Please let me know what works best for you, or feel free to suggest alternative times.

Best,
[Your name]

Tone guidelines

Formal tone

  • Use complete sentences
  • Avoid contractions
  • Professional language
  • Proper titles (Dr., Mr., Ms.)

Casual tone

  • Contractions acceptable
  • Conversational language
  • Still professional
  • First names

Urgent tone

  • Clear subject line with [URGENT] or [ACTION REQUIRED]
  • Bold key points
  • Explicit deadline
  • Direct call to action

Subject line best practices

Good subject lines:

  • "Action required: Submit timesheet by Friday"
  • "Q4 Sales Report - Review needed"
  • "Meeting rescheduled: Project kickoff now Thursday"
  • "Quick question about deployment process"

Bad subject lines:

  • "Update"
  • "Question"
  • "Hello"
  • "Following up"

Email etiquette

DO:

  • Respond within 24 hours (even if just to acknowledge)
  • Use clear, specific subject lines
  • Keep it concise
  • Proofread before sending
  • Include relevant context
  • Use bullet points for multiple items
  • End with clear call to action

DON'T:

  • Use ALL CAPS
  • Over-use exclamation marks!!!
  • Mark everything as urgent
  • Reply all unless necessary
  • Send when emotional
  • Include unnecessary recipients
  • Forget attachments mentioned in email

Templates by scenario

Decline request politely

Subject: Re: [Original subject]

Hi [Name],

Thank you for thinking of me for [request/opportunity].

Unfortunately, I won't be able to [participate/help/attend] due to [brief reason - optional]. However, I'd recommend [alternative suggestion if applicable].

I appreciate your understanding, and I hope we can collaborate on future opportunities.

Best regards,
[Your name]

Apologize for mistake

Subject: Apology and correction: [Issue]

Hi [Name],

I'm writing to apologize for [specific mistake]. This was an error on my part, and I take full responsibility.

To correct this:
- [Action 1 already taken]
- [Action 2 in progress]
- [Preventive measure for future]

I understand this may have caused [impact], and I'm committed to ensuring it doesn't happen again.

If you have any concerns or questions, please don't hesitate to reach out.

Sincerely,
[Your name]

Share good news

Subject: Great news: [Achievement/milestone]

Team,

I'm excited to share that we've [accomplished goal]!

This success is thanks to:
- [Team/person contribution 1]
- [Team/person contribution 2]

Impact:
- [Metric improvement]
- [Business benefit]

Thank you all for your hard work and dedication. Let's keep up the momentum!

Cheers,
[Your name]

Closing phrases by context

Formal:

  • Sincerely
  • Best regards
  • Respectfully
  • Cordially

Professional:

  • Best
  • Thanks
  • Kind regards
  • Regards

Casual:

  • Cheers
  • Thanks!
  • Talk soon
  • Best

Email composition checklist

  • Clear, specific subject line
  • Appropriate greeting
  • Purpose stated upfront
  • Key points organized with bullets/numbers
  • Clear call to action or next steps
  • Appropriate tone for audience
  • Proofread for typos
  • Attachments included (if mentioned)
  • Recipients correct (To, CC, BCC)
  • Professional signature

Version History

  • c3cfae1 Current 2026-07-24 16:01

Same Skill Collection

data/skill_seeds/algorithmic-art/SKILL.md
data/skill_seeds/analyzing-financial-statements/SKILL.md
data/skill_seeds/api-integration-specialist/SKILL.md
data/skill_seeds/auth-implementation-patterns/SKILL.md
data/skill_seeds/baoyu-xhs-images/SKILL.md
data/skill_seeds/beads/SKILL.md
data/skill_seeds/brand-guidelines/SKILL.md
data/skill_seeds/browser-automation/SKILL.md
data/skill_seeds/canvas-design/SKILL.md
data/skill_seeds/code-review-excellence/SKILL.md
data/skill_seeds/creating-financial-models/SKILL.md
data/skill_seeds/data-storytelling/SKILL.md
data/skill_seeds/data-visualization/SKILL.md
data/skill_seeds/dev-browser/SKILL.md
data/skill_seeds/diagramming/SKILL.md
data/skill_seeds/doc-coauthoring/SKILL.md
data/skill_seeds/docx/SKILL.md
data/skill_seeds/employment-contract-templates/SKILL.md
data/skill_seeds/fabric/SKILL.md
data/skill_seeds/frontend-design/SKILL.md
data/skill_seeds/internal-comms/SKILL.md
data/skill_seeds/joke-engineering/SKILL.md
data/skill_seeds/marketing-demand-acquisition/SKILL.md
data/skill_seeds/mcp-builder/SKILL.md
data/skill_seeds/microsim-generator/SKILL.md
data/skill_seeds/pdf/SKILL.md
data/skill_seeds/performance-optimization/SKILL.md
data/skill_seeds/postgresql-table-design/SKILL.md
data/skill_seeds/pptx/SKILL.md
data/skill_seeds/product-requirements/SKILL.md
data/skill_seeds/prompt-engineering-patterns/SKILL.md
data/skill_seeds/research-grants/SKILL.md
data/skill_seeds/resolve-conflicts/SKILL.md
data/skill_seeds/skill-creator/SKILL.md
data/skill_seeds/slack-gif-creator/SKILL.md
data/skill_seeds/social-media-generator/SKILL.md
data/skill_seeds/sql-optimization-patterns/SKILL.md
data/skill_seeds/statistical-analysis/SKILL.md
data/skill_seeds/theme-factory/SKILL.md
data/skill_seeds/treatment-plans/SKILL.md
data/skill_seeds/web-artifacts-builder/SKILL.md
data/skill_seeds/webapp-testing/SKILL.md
data/skill_seeds/xlsx/SKILL.md
data/skill_seeds/clinical-decision-support/SKILL.md
data/skill_seeds/media-processing/SKILL.md
data/skill_seeds/openai-api/SKILL.md
data/skill_seeds/tooluniverse/SKILL.md
data/skill_seeds/transformers/SKILL.md

Metadata

Files
0
Version
c3cfae1
Hash
fee7df66
Indexed
2026-07-24 16:01

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 23:38
浙ICP备14020137号-1 $mapa de visitantes$