Add productivity/apple-ecosystem
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user