Skip to content
Skill

email-check

by AgriciDaniel

AI Summary

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. Check which MCP tools are available: Prefer Gmail if both are available (better

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "email-check" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/email-check && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/email-check/SKILL.md "https://raw.githubusercontent.com/AgriciDaniel/claude-email/main/skills/email-check/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Intelligent inbox triage that connects to Gmail or Outlook, scores emails by importance (0-100) using sender recognition, urgency keywords, thread depth, time sensitivity, and business relevance, categorizes into Urgent/Important/Routine/Archive, and generates reply suggestions for top priority items. Use when the user wants to check email, review inbox, triage messages, see what's urgent, or get reply suggestions. Triggers on check email, inbox triage, what's important, email summary, unread emails, priority inbox.

Gmail-Specific Features

• Use labels to refine categorization (e.g., skip "Promotions" labeled emails) • Check sent folder for sender recognition

Outlook-Specific Features

• Use folder structure for context (Inbox vs Focused) • Leverage categories if available

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.

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).

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 25d ago
Active
AdoptionUnder 100 stars
20 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars20
Forks10
Issues1
Updated25d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code