AgentStack
SKILL verified MIT Self-run

Reminders

skill-ryanwangfun-claude-skills-reminders · by RyanWangFun

Comprehensive macOS Reminders management with full task and list CRUD. Task operations: list, add, edit, delete, complete, search. Rich metadata: priority, due date+time, notes, URL, flagged. List operations: list-lists, create-list, rename-list, delete-list. Task movement between lists. Use when user needs to: (1) View/search tasks or lists, (2) Create/modify tasks or lists, (3) Edit task proper…

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-ryanwangfun-claude-skills-reminders

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Reminders? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Reminders Management

Seamless integration with macOS Reminders app for task management through conversational commands.

Quick Reference

Execute the skill with subcommands:

scripts/reminders.sh  [arguments]

Available Operations:

  • list [list-name] - View all tasks or filter by list
  • list-lists - View all available lists
  • create-list [--color] - Create a new list
  • rename-list - Rename a list
  • delete-list - Delete a list
  • add [options] - Create task with rich metadata (priority, due date+time, notes, URL, flagged)
  • edit [options] - Modify existing task properties (including moving lists)
  • done - Mark task as completed
  • delete - Remove task permanently
  • search - Find tasks by keyword

Common Usage:

# View tasks
scripts/reminders.sh list
scripts/reminders.sh list "Work"

# Create task (supports --list, --notes, --due, --time, --priority, --url, --flagged)
scripts/reminders.sh add "Review PR" --list "Work" --due tomorrow --time "14:00" --priority high --flagged

# Edit task (update properties)
scripts/reminders.sh edit "Review PR" --due "2026-01-20" --notes "Check auth changes"

# Move task to another list
scripts/reminders.sh edit "Review PR" --move-to-list "Personal"

# Complete task
scripts/reminders.sh done "Review PR"

# Delete task
scripts/reminders.sh delete "Old task"

# Search
scripts/reminders.sh search "meeting"

Detailed Documentation

  • Full API Reference: See [references/API.md](references/API.md) for complete parameter documentation
  • Usage Examples: See [references/EXAMPLES.md](references/EXAMPLES.md) for workflow patterns and advanced usage

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.