apple-productivity

Access macOS Calendar, Contacts, Mail, Messages, Reminders, and Voice Memos data via helper scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/g-shudy/claude-plugins --skill apple-productivity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-productivity
Source: https://github.com/g-shudy/claude-plugins/tree/main/plugins/macos-apple-apps/skills/apple-productivity
Command: npx skills add https://github.com/g-shudy/claude-plugins --skill apple-productivity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick, scriptable access to macOS native productivity apps via helper scripts, enabling you to read data and perform safe actions across Calendar, Contacts, Mail, Messages, Reminders, and Voice Memos.

Core Features & Use Cases

  • Calendar & Reminders: List events and overdue reminders.
  • Contacts & Mail: Search contacts and unread mail.
  • Messages & Voice Memos: Retrieve recent iMessages and transcribe memos.
  • Safety & Governance: Read-only by default; write operations require explicit user confirmation.

Quick Start

Try simple commands like calendar-events, contacts-search "Name", imessage-recent, and mail-unread to gather data from your Mac.

Frequently Asked Questions about apple-productivity

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

FAQPage Schema
How do I access calendar events and reminders from my Mac programmatically?

This Skill retrieves calendar events and overdue reminders from macOS native apps via helper scripts, enabling read-only access by default with optional JSON output for integration into workflows or automation.

Can I search contacts and retrieve unread emails from macOS Mail?

Yes, the Skill searches contacts and lists unread mail from your Mac, returning results in human-readable or JSON format for further processing or scripting.

How do I get recent iMessages and transcribe voice memos on macOS?

Retrieve recent iMessages and transcribe voice memos using built-in helper scripts; the Skill handles data extraction and optional JSON serialization for automation and analysis.

Does this Skill support write operations to my productivity apps?

Write operations require explicit user confirmation and follow safety patterns; read-only access is enforced by default to prevent accidental data modification.

What macOS productivity apps does this Skill work with?

The Skill integrates with Calendar, Contacts, Mail, Messages, Reminders, and Voice Memos, providing scriptable read-only access and safe write confirmation workflows.

Can I use this Skill with automation scripts and command-line tools?

Yes, the Skill exposes helper scripts in ~/bin with JSON output support, enabling integration into shell scripts, automation workflows, and third-party tools.