— 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
✓ PassedNo 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 claimAbout
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 listlist-lists- View all available listscreate-list [--color]- Create a new listrename-list- Rename a listdelete-list- Delete a listadd [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 completeddelete- Remove task permanentlysearch- 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.
- Author: RyanWangFun
- Source: RyanWangFun/claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.