Reminder Processor Skill — AI skill for Claude Code
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
- Download or clone this repo
- Copy the
reminder-processor/folder to~/.claude/skills/:
cp -r reminder-processor/ ~/.claude
Related Skills
Cowork Cookbook
🧑🍳 Cowork Cookbook — battle-tested recipes for orchestrating AI workflows in Claude Cowork. Skills, plugins
Boring Engineering
A SKILL.md for AI coding agents that stops overengineering before it starts. Turns KISS, YAGNI, and DRY into a
Hydration Coach
One water-reminder Agent Skill for every mainstream AI coding tool — Claude Code, Codex, Cursor, Gemini CLI, W
Matrixclaw
Always-on local AI assistant and AI coding agent runtime in Go. OpenClaw, Claude Code, Codex, and OpenCode alt
Soulcast
Soulcast — Open-source AI agent gateway for Telegram. Built with Bun + TypeScript. Bot identity, persistent me
It Manager Claude Training
A 24-week, self-paced interactive learning plan that teaches IT Support Managers how to use Claude effectively
Related Agents
Retrospective Agent
Daily / weekly / monthly self-improvement retrospective. Reads the auto-generated dev-log digests (docs/dev-lo
Ops Steward
Operations steward. Use daily (scheduled) or on demand to route the owner's replies to [DevTeam: ...] emails b
Research Processor
Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.