reminders

Manage one-time reminders with SQLite and natural language time parsing.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill reminders-danielstewart77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reminders
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/reminders
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill reminders-danielstewart77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users manage their time effectively by allowing them to set, view, and remove one-time reminders, ensuring important tasks are not forgotten.

Core Features & Use Cases

  • Set Reminders: Schedule future notifications with custom messages and specific times.
  • List Reminders: View all currently pending reminders.
  • Delete Reminders: Remove reminders that are no longer needed.
  • Use Case: You can ask Ada to remind you to "call the client back in 1 hour" or "check the oven at 3 PM tomorrow".

Quick Start

Use the reminders skill to set a reminder for yourself to "water the plants" tomorrow at 10 AM.

Frequently Asked Questions about reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up natural language time parsing for task reminders?

Natural language time parsing for task reminders requires Python with SQLite and date parsing libraries to execute. These dependencies allow the skill to interpret phrases like "tomorrow at 10 AM" and schedule one-time notifications accordingly.

Can I view and delete pending reminders in a SQLite database?

Yes, you can list all pending reminders and delete ones no longer needed using the SQLite database. The skill supports retrieving due reminders and removing them to manage your task scheduling effectively.

What is the best way to schedule one-time notifications with custom messages?

The best way to schedule one-time notifications is by setting reminders with custom messages and specific times. This skill uses natural language parsing to interpret your time requests and stores them in a SQLite database for later retrieval.

Does this reminder skill support recurring task management?

No, this skill does not support recurring task management. It is designed specifically for one-time reminders, allowing you to set, list, and delete individual future notifications for specific times.

Do I need Python and SQLite to run a notification scheduling script?

Yes, you need Python with SQLite and date parsing libraries to run this notification scheduling script. These dependencies are required for the skill to execute properly and manage your reminder data.