From jean-claude
Fetches Gmail inbox and presents emails as a fresh grouped list with letter-number identifiers. Useful for quickly reviewing recent emails and archiving via identifiers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jean-claude:check-emailsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load the jean-claude skill, then fetch the inbox and present results as a fresh
Load the jean-claude skill, then fetch the inbox and present results as a fresh grouped list starting from A1.
This resets any prior numbering from the current session. After this command, email identifiers start fresh — "archive A1" refers to the first item in the first group of this new list, not a previous one.
Run:
jean-claude gmail inbox --since yesterday
Present the results following the "Presenting Messages" format from the jean-claude skill: group-letter numbering (A1, A2, B1, ...), compact lines, conversational dates, cross-referenced with calendar.
If the user provided arguments (e.g., --unread, --since "3 days ago",
-n 20), pass them to the inbox command instead of the defaults above.
npx claudepluginhub max-sixty/jean-claude --plugin jean-claudeDisplays unread Gmail inbox summary (sender, subject, date) via CLI. Supports custom queries, max results, and labels for quick email triage.
Reads and searches Gmail for the configured user via the gog CLI, with structured output and Gmail query syntax support.
Automates Gmail via Google Apps Script: send emails with HTML/CC/BCC, read/search inbox with filters, create drafts, mark as read. Useful for email workflows in code.