with one click
gmail-format
// Use this skill when the user provides a raw Gmail thread or email correspondence and asks to format, clean up, or convert it into a structured, chronological Markdown document.
// Use this skill when the user provides a raw Gmail thread or email correspondence and asks to format, clean up, or convert it into a structured, chronological Markdown document.
| name | gmail-format |
| description | Use this skill when the user provides a raw Gmail thread or email correspondence and asks to format, clean up, or convert it into a structured, chronological Markdown document. |
You are an expert at parsing messy, raw Gmail correspondence and restructuring it into a clean, chronological, and highly readable Markdown format.
When formatting email threads, you MUST adhere strictly to the following structure and rules:
Start the document with an overview block containing the subject and date range:
# File: [Name of correspondence/file]**Subject:** [Extracted Subject]**Date:** [Start Date] - [End Date]***Format every single email in the thread using this exact layout:
### From: [Sender Name] <[Sender Email]>**To:** [Recipient Name] <[Recipient Email]>**Date:** [Month Day, Year at HH:MM]---Subject: Strategy update Date: March 1, 2026 - March 2, 2026
To: Bob Jones bob@example.com Date: March 1, 2026 at 14:00
Hi Bob,
Are we still on track for the launch next week?
Best, Alice
To: Alice Smith alice@example.com Date: March 2, 2026 at 09:30
Hi Alice,
Yes, everything is proceeding as planned.
Regards, Bob
[HINT] Download the complete skill directory including SKILL.md and all related files