compose-email

Compose HTML-formatted Outlook email drafts with attachments on macOS.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/eci-global/80HD --skill compose-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compose-email
Source: https://github.com/eci-global/80HD/tree/main/.claude/skills/compose-email
Command: npx skills add https://github.com/eci-global/80HD --skill compose-email

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compose and draft emails via Microsoft Outlook on macOS. Use when users want to send emails, compose messages, draft emails, create email with attachments, or write professional correspondence.

Core Features & Use Cases

  • HTML-formatted emails with To, CC, and BCC recipients, subject, body, and attachments
  • Draft-first workflow that opens in Outlook for review before sending
  • Attachment handling that validates paths and attaches files

Quick Start

Use the compose-email skill to draft an email about the Q4 results with an attachment.

Frequently Asked Questions about compose-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate drafting an Outlook email on macOS with HTML formatting?

Automating Outlook email drafting on macOS uses AppleScript to generate HTML-formatted messages with recipients, subject, body, and attachments, creating a draft for review without sending automatically.

Can I attach files to an automated Outlook email draft on macOS?

Yes, automated Outlook email drafts on macOS support file attachments. The workflow validates file paths before attaching them to the HTML message, ensuring successful inclusion in the generated draft.

Does automated email drafting in Outlook send messages automatically?

Automated email drafting in Outlook enforces a draft-only workflow. It opens the HTML message with recipients and attachments for manual review, preventing automatic sending to ensure safe correspondence.

What is the best way to automate professional correspondence in Outlook on macOS?

The best way to automate professional Outlook correspondence on macOS is using a draft-first AppleScript workflow. It creates HTML-formatted emails with To, CC, and BCC fields, plus attachment validation, for manual review.

How do I add CC and BCC recipients when automating an Outlook email draft?

Automating an Outlook email draft supports multiple recipient fields. You can specify CC and BCC recipients alongside primary To addresses when generating the HTML-formatted message for review.