From cee3a15bac1ba0429725060e6a51825380f37208 Mon Sep 17 00:00:00 2001 From: admin9webs Date: Fri, 10 Jul 2026 16:11:06 +0800 Subject: [PATCH] Add productivity/apple-ecosystem --- skills/productivity/apple-ecosystem/SKILL.md | 54 ++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 skills/productivity/apple-ecosystem/SKILL.md diff --git a/skills/productivity/apple-ecosystem/SKILL.md b/skills/productivity/apple-ecosystem/SKILL.md new file mode 100644 index 0000000..0b683d8 --- /dev/null +++ b/skills/productivity/apple-ecosystem/SKILL.md @@ -0,0 +1,54 @@ +--- +name: apple-ecosystem +description: "Apple ecosystem integrations: Notes, Reminders, Find My, iMessage, and macOS computer use." +version: 2.0.0 +author: Hermes Agent +license: MIT +platforms: [macos] +metadata: + hermes: + tags: [apple, macos, notes, reminders, find-my, imessage, computer-use] +--- + +# Apple Ecosystem Integrations + +Five integrations with Apple services and macOS, all requiring macOS as the host platform. + +## Section 1: Apple Notes + +Read, search, create, and edit notes in the Apple Notes app on macOS. + +**When to use:** User wants to interact with their Apple Notes — read, create, search, or edit notes. +**See:** `references/apple-notes.md`. + +## Section 2: Apple Reminders + +Manage reminders in the Apple Reminders app on macOS — create, list, complete, and organize tasks. + +**When to use:** User wants to manage their Apple Reminders programmatically. +**See:** `references/apple-reminders.md`. + +## Section 3: Find My + +Locate Apple devices using Find My on macOS. View device locations and status. + +**When to use:** User asks where their Apple devices are, or wants location tracking. +**See:** `references/findmy.md`. + +## Section 4: iMessage + +Send and read iMessages on macOS. Includes contact lookup and message history. + +**When to use:** User wants to send messages, check messages, or automate iMessage workflows. +**See:** `references/imessage.md`. + +## Section 5: macOS Computer Use + +Control macOS using accessibility APIs — click, type, read screen content. Enables GUI automation on the Mac. + +**When to use:** When you need to interact with macOS GUI applications that don't have CLI or API access. +**See:** `references/macos-computer-use.md`. + +## Platform Requirement + +All five skills require macOS. They use AppleScript, Shortcuts, or accessibility APIs that are unavailable on Linux/Windows.