things-reminders-manager

Create or update Things reminders with relative dates and timezone settings.

6|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/gaelic-ghost/socket --skill things-reminders-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: things-reminders-manager
Source: https://github.com/gaelic-ghost/socket/tree/main/plugins/things-app/skills/things-reminders-manager
Command: npx skills add https://github.com/gaelic-ghost/socket --skill things-reminders-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many users struggle with creating or updating Things reminders where relative dates cause errors or duplicate tasks are created unintentionally. This Skill ensures accurate scheduling and prevents duplicate reminders.

Core Features & Use Cases

  • Deterministic workflow that resolves the current local time and normalizes schedules using configurable timezones.
  • Duplicate handling policies (update‑first, ask‑first, always‑create) to avoid accidental repeats.
  • Auth‑aware update path that blocks or prompts when token access is missing.
  • Configurable settings for timezone, default reminder time, and confirmation format.
  • Use Cases: Adding a new reminder, rescheduling an existing one, correcting a reminder’s date when the user provides a relative phrase like “next Monday”.

Quick Start

Add a Things reminder for next Tuesday at 9 am.

Frequently Asked Questions about things-reminders-manager

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

FAQPage Schema
How do I prevent duplicate reminders when scheduling Things tasks?

To prevent duplicate reminders in Things, use a duplicate handling policy like update-first or ask-first to catch existing tasks before creating new ones. This avoids accidental repeats when rescheduling or adding reminders.

How do I set Things reminders using relative dates like next Monday?

Setting Things reminders with relative dates requires resolving the current local date and time, then normalizing the phrase into an absolute schedule. The Skill applies configurable timezone settings to return a confirmed absolute date and time.

Can I override the timezone when creating Things reminders?

Yes, you can override the timezone when creating Things reminders by applying configurable timezone settings. The Skill resolves the current local time and normalizes the schedule to ensure the reminder fires at the correct absolute hour.

What is the best way to update an existing Things reminder without creating a duplicate?

The best way to update an existing Things reminder without creating a duplicate is using an update-first mutation path. This deterministic workflow checks for existing tasks and modifies them instead of blindly adding new ones.

Why does my Things reminder fail when I use a relative date?

Things reminders fail with relative dates when the current local time is not resolved correctly. The Skill fixes this by resolving the local date, applying timezone overrides, and validating authentication before returning an absolute schedule.

Do I need authentication to correct Things reminder date errors?

Yes, you need authentication to correct Things reminder date errors. The Skill uses an auth-aware update path that blocks or prompts the user when token access is missing to ensure secure deterministic mutations.