email-check
Installation
SKILL.md
Email Check Sub-Skill
Purpose
This sub-skill handles intelligent inbox triage by connecting to Gmail or Outlook via MCP, analyzing unread emails, scoring them by importance, categorizing them, and generating reply suggestions for high-priority items.
Workflow
1. Detect Available Email Provider
Check which MCP tools are available:
- Gmail:
search_gmail_messages,get_gmail_messages_content_batch,get_gmail_thread_content,list_gmail_labels - Outlook:
list-mail-messages,list-mail-folder-messages,get-mail-message
Prefer Gmail if both are available (better batch operations).