Extracts actionable tasks from emails and prioritizes them using the Eisenhower Matrix. Use this skill whenever the user wants to triage emails, extract tasks, create priority lists, or generate daily briefs.
This skill helps you extract tasks from emails and prioritize them.
extract_tasks.py: Takes email content (piped via stdin or from a file) and extracts tasks with priorities.Step 1: Use the gmail skill to fetch emails first.
Step 2: For each email that needs triage, pass its content to the extraction script:
echo '<email content>' | python scripts/extract_tasks.py
Or extract from a file:
python scripts/extract_tasks.py --file /path/to/email.txt
Step 3: The script outputs JSON with extracted tasks, each containing:
title: Actionable task titlepriority: P0 (Do Now), P1 (Schedule), P2 (Delegate), P3 (Archive)deadline: Parsed deadline if foundassignee: Who should do itconfidence: Extraction confidence scoreCheck config/vip_senders.yaml for the list of priority senders whose tasks get automatic urgency boosts.
User: Extract tasks from my latest emails and create a priority list Claude Code:
python skills/gmail/scripts/search_gmail.py "is:unread newer_than:1d"> to get emailspython skills/gmail/scripts/fetch_email.py <id>> to get contentUser: What are my urgent tasks from this week's emails? Claude Code:
python skills/gmail/scripts/search_gmail.py "newer_than:7d">User: Generate my daily brief Claude Code:
npx skills add The-Great-Aeochs/email-triage下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity