reminders
Reminders Skill
Set and manage one-time or recurring reminders. Stores all data locally in SQLite. No external APIs required.
Features
- One-time reminders: Set reminders for specific dates/times
- Recurring reminders: Daily, weekly, or monthly recurring reminders
- Natural language parsing: "in 2 hours", "tomorrow", "14:30"
- Snooze functionality: Temporarily dismiss reminders
- Daemon mode: Check for due reminders (for cron/systemd integration)
- SQLite storage: All data stored locally
Capabilities
Add a one-time reminder
npx reminders add "<datetime>" "<message>"
More from ticruz38/skills
binance-auth
Binance API authentication and key management for trading skills. Securely stores API keys, validates permissions, supports testnet vs production environments, and provides health checks with balance queries.
45meetings
Coordinate meetings using calendar and email integration. Find mutual availability, send invites, create calendar events, and manage meeting agendas with prep documents.
6auth-provider
Centralized authentication provider for OAuth 2.0 and API key management. Supports Google, Binance, QuickBooks, and Slack. Provides encrypted SQLite storage, auto-refresh, PKCE flow, and health checks.
6slack
Send messages and notifications to Slack channels. Built on top of slack-auth for authentication, supports messaging, file uploads, channel management, DM sending, and notification templates with variable substitution.
3email
Gmail integration for reading, sending, and managing emails. Built on top of google-oauth for authentication, with SQLite caching, thread support, and full Gmail API capabilities.
3calendar
Google Calendar integration for events and availability. Built on top of google-oauth for authentication, with SQLite caching, free/busy queries, and full Calendar API capabilities.
3