personal-email

Manage personal Gmail by listing unread messages, fetching contents, and sending replies.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill personal-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-email
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/workflow/skills/personal-email
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill personal-email

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you manage your personal Gmail without manually hopping through the web UI, so you can quickly triage unread messages and respond accurately.

Core Features & Use Cases

  • Inbox triage and unread summaries: Finds unread messages and presents them in a concise Markdown table for fast scanning.
  • Read message details cleanly: Retrieves message metadata (From, To, CC, Date, Subject) plus the body, formatting it for easy understanding and removing quoted reply chains unless requested.
  • Safe composing for sending and replying: Drafts and sends new emails or replies with correct threading headers, with an explicit confirmation step before any send to prevent mistakes.

Quick Start

Ask the AI to “check my email” to get an unread summary table of your inbox.

Frequently Asked Questions about personal-email

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

FAQPage Schema
How do I check unread Gmail messages quickly without opening the web UI?

To check unread Gmail messages, the Skill lists unread emails and formats them into a concise Markdown table for fast inbox triage, showing sender, subject, and date for quick scanning without manual web UI navigation.

Can I draft and send threaded email replies directly?

Yes, you can draft and send threaded email replies. The Skill applies correct threading headers to maintain message continuity and requires explicit user confirmation before dispatch to prevent accidental email sends.

What is the best way to read full Gmail message contents including metadata?

The best way to read Gmail messages is retrieving full contents with metadata like From, To, CC, Date, and Subject. The Skill formats these details cleanly in Markdown and removes quoted reply chains unless specifically requested.

Do I need to run a preflight check before using the gws inbox flow?

Yes, running the gws integration preflight check is required. This validates your authentication and ensures the gws inbox and message get/send flows function correctly before listing, reading, or replying to Gmail.

Does workflow automation for Gmail prevent accidental dispatch of emails?

Workflow automation for Gmail prevents accidental dispatch by implementing an explicit confirmation step. The Skill always asks for user verification before sending new emails or replies, ensuring safe message delivery.