Agent skill
check-emails
Check inbox and present emails as a fresh numbered list. Use when the user says /check-emails or asks to check their email starting from a clean list.
Install this agent skill to your Project
npx add-skill https://github.com/max-sixty/jean-claude/tree/main/skills/check-emails
SKILL.md
Load the jean-claude skill, then fetch the inbox and present results as a new numbered list starting from 1.
This resets any prior numbering from the current session. After this command, email numbers start fresh — "archive 1" refers to the first item in 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: manual N: numbering, 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.
Didn't find tool you were looking for?