From gmail-analyzer
Analyze Gmail emails with 5-category classification (Personal, Newsletter, Important, Noise, Spam). Use when user asks to check email, analyze inbox, review messages, triage mail, or classify emails.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gmail-analyzer:analyze-emails [query][query]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch and analyze emails using the 5-category classification system.
Fetch and analyze emails using the 5-category classification system.
$ARGUMENTS — optional Gmail search query (e.g., newer_than:1d, from:github.com). If empty, fetch recent INBOX messages.
Use the Gmail MCP tool gmail_search_messages to fetch emails. If $ARGUMENTS contains a query, use it. Otherwise search for in:inbox with a reasonable limit (10-20).
For each message, use gmail_read_message to get full content if needed.
For each email, assign one of 5 categories:
For each email provide:
At the end, provide a summary table: how many emails in each category and an overall recommendation for inbox cleanup.
Respond in the user's language.
npx claudepluginhub axisrow/claude_code_gmail_pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.