What problem does it solve? Managing Apple ecosystem services like iMessage, Reminders, and Notes from the command line requires knowing separate CLI tools and their syntax. This Skill routes your request to the correct sub-workflow so an AI agent can send messages, manage reminders, and work with notes on macOS without manual lookup. ## Core Features & Use Cases - iMessage/SMS Messaging: Send texts with attachments, view chat history, and watch for new messages via the imsg CLI. - Apple Reminders Management: Create, complete, list, and delete reminders with due dates via the remindctl CLI, synced through iCloud. - Apple Notes Operations: Search, create, edit, export, and organize notes into folders via the memo CLI. - Use Case: Ask your agent to "remind me to call the dentist tomorrow at 2pm" and it routes to the reminders sub-skill, runs remindctl create with the correct due date, and the reminder syncs to your iPhone automatically. ## Quick Start Ask the agent to send an iMessage, create an Apple Reminder, or search your Apple Notes, and it will load the matching sub-skill workflow.