一键导入
list-reminders
// List tasks from macOS Reminders app, organized by priority and due date. Use when the user asks about their to-do list, tasks, reminders, or what they need to work on. Returns tasks categorized by status, priority, and list.
// List tasks from macOS Reminders app, organized by priority and due date. Use when the user asks about their to-do list, tasks, reminders, or what they need to work on. Returns tasks categorized by status, priority, and list.
Scan Apple Mail inbox for unread, actionable, and priority messages. Use this when the user asks to check their email, see unread messages, find urgent emails, or triage their inbox. Returns categorized email counts and details from the last 24-48 hours.
Read macOS Calendar events for a specified date range. Use this when the user asks about their schedule, upcoming meetings, today's agenda, or wants to know what's on their calendar. Returns events with times, locations, and attendees.
Generate a comprehensive daily briefing combining calendar events, email inbox status, and reminders. Use when the user asks to plan their day, get a morning briefing, or wants an overview of their schedule and tasks. This orchestrates multiple skills together.
Curate and analyze technical articles from engineering blogs about AI, software engineering, and emerging tech trends. Use when user asks about tech news, AI updates, engineering blogs, new frameworks, industry trends, or wants a daily tech briefing. Surfaces relevant content from authoritative sources with actionable insights.
| name | list-reminders |
| description | List tasks from macOS Reminders app, organized by priority and due date. Use when the user asks about their to-do list, tasks, reminders, or what they need to work on. Returns tasks categorized by status, priority, and list. |
| allowed-tools | Bash |
Retrieves and organizes tasks from macOS Reminders for daily planning and task management.
osascript .claude/skills/list-reminders/scripts/list_tasks.scpt
Organize tasks by:
Format clearly with priorities and due dates.
For examples, see examples.md.