Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox.
This skill fetches recent emails from your Gmail account and provides AI-powered summaries.
When invoked, this skill will:
$GMAIL_CREDENTIALS_PATHWhen this skill is invoked:
$GMAIL_CREDENTIALS_PATH environment variable{baseDir}/scripts/fetch_emails.py with the appropriate arguments:
python3 {baseDir}/scripts/fetch_emails.py --count 10python3 {baseDir}/scripts/fetch_emails.py $ARGUMENTS/email-summary
Fetches and summarizes the last 10 unread emails.
/email-summary --count 20
Fetches and summarizes the last 20 unread emails.
/email-summary --all
Fetches and summarizes all unread emails.
Before using this skill, ensure:
GMAIL_CREDENTIALS_PATH points to your credentials JSON file