# 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. Use when this capability is needed.

- Skill: `tomevault-io/list-reminders-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/list-reminders-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/list-reminders-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/list-reminders-2

---


# List Reminders

Retrieves and organizes tasks from macOS Reminders for daily planning and task management.

## When to Use

- "What's on my to-do list?"
- "Show me my tasks for today"
- "What reminders do I have?"
- "Any overdue tasks?"
- "What do I need to work on?"

## Instructions

### Execute Reminders List

```bash
osascript .claude/skills/list-reminders/scripts/list_tasks.scpt
```

### Present Results

Organize tasks by:
1. **Overdue** (highest priority)
2. **Today**
3. **Upcoming**
4. **By List** (Work, Personal, etc.)

Format clearly with priorities and due dates.

For examples, see [examples.md](examples.md).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ronnycoding) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

