grandamenium

Reminder Processor Skill — AI skill for Claude Code

AI community

Claude Cowork skill that turns Apple Reminders into AI-completed tasks.

How to install Reminder Processor Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grandamenium/reminder-processor-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Reminder Processor Skill does

Claude Cowork skill that turns Apple Reminders into AI-completed tasks. Uses scheduled tasks to auto-process reminders daily.

Alternatives in AI

  • CodeIsland — Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tool 2.3k ★
  • Vllm Mlx — High-performance OpenAI and Anthropic compatible LLM inference server for Apple Silicon 1.5k ★
  • Swift Agent Skills — A curated directory of open-source AI agent skills for Swift and Apple platform development 1.5k ★

README

Reminder Processor - Claude Cowork Skill

Turn your Apple Reminders into AI-completed tasks automatically. This skill teaches Claude Desktop's Cowork feature to pull your reminders, classify which ones AI can handle, and complete them on a schedule.

What It Does

You add reminders to Apple Reminders like you normally would. Claude reads them all, uses LLM reasoning to classify each one (can AI do this, or does a human need to?), and automatically completes the ones it can - research, writing, analysis, planning, content ideas, code tasks, and more. Human-required stuff (calls, workouts, purchases) gets skipped. Results are saved as markdown files to your workspace folder.

**Example:** You add "Research competitor pricing for Circle and Mighty Networks" to Reminders. Claude picks it up, does the research, saves a full report, and marks the reminder complete.

Hybrid Task Intelligence

The skill is smart about tasks that have both human and AI components:

  • "Record Instagram reel about productivity" - Claude drafts the script and talking points (you record)
  • "Set up LLC in Florida" - Claude researches requirements, costs, and steps (you file the paperwork)
  • "Plan a livestream event" - Claude creates the event structure and prep doc (you go live)

Requirements

  • Mac with Claude Desktop installed
  • Claude Pro, Max, Team, or Enterprise plan
  • Cowork enabled in Claude Desktop
  • Apple Reminders (built into macOS)
  • "Control your Mac" MCP connector enabled in Cowork (for osascript access)

Quick Install

Option 1: Auto-Setup Script (Recommended)

git clone https://github.com/goldbachj/reminder-processor-skill.git
cd reminder-processor-skill
./setup.sh

The setup script copies the skill to `~/.claude/skills/reminder-processor/` and verifies the installation.

Option 2: Manual Install

  1. Download or clone this repo
  2. Copy the reminder-processor/ folder to ~/.claude/skills/:
cp -r reminder-processor/ ~/.claude