agentsclimarketplace

Apple platform automation

Skill S3YED/appie-kit/skills/automation/apple-platform-automation

Build Your Own AI Employee. The complete starter kit for OpenClaw + Hermes Agent. 155 deduplicated skills, drag-and-drop workspace, case studies, install scripts.

Install
npx -y skills add S3YED/appie-kit --skill apple-platform-automation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manage Apple/macOS personal apps and device workflows from Hermes, including Apple Notes, Reminders, Find My, iMessage/SMS, and UI automation. Use when a task involves Apple ecosystem data or macOS-only CLIs such as memo, remindctl, imsg, FindMy.app, AppleScript, or Peekaboo.

SKILL.md

2.9 KB, as published. Nobody here has run it

Apple Platform Automation

Use this umbrella for Apple/macOS personal-productivity and device tasks. Prefer native or purpose-built CLIs first; fall back to AppleScript/GUI automation only when no CLI exists.

Prerequisite checks

  1. Confirm the task is running on macOS before promising Apple app access.
  2. Check the specific CLI exists (memo, remindctl, imsg) before using it.
  3. For GUI workflows, prefer Peekaboo or screenshot-assisted automation and verify the visible state before acting.
  4. For outbound messages or destructive edits, confirm the recipient/item and exact action with the user.

Apple Notes (memo)

Use for creating, searching, viewing, moving, exporting, editing, or deleting Apple Notes. Typical flow:

memo list
memo search "query"
memo create --title "Title" --body "Body"
memo edit <note-id>

Rules: do not use Apple Notes as the default knowledge base if the user asked for Obsidian/Notion/Google Docs; verify note IDs before edits or deletes.

Apple Reminders (remindctl)

Use for listing reminder lists, adding dated reminders, completing items, or deleting stale tasks.

remindctl lists
remindctl list --list "Inbox"
remindctl add "Task text" --due "tomorrow 9am" --list "Inbox"
remindctl complete <reminder-id>

Natural due dates are usually accepted, but verify parsed dates when timing matters.

Find My / AirTags / Apple devices

Use FindMy.app when the user asks for Apple device or AirTag locations. There is no reliable universal CLI; use one of:

  • AppleScript to open Find My and switch tabs.
  • Peekaboo/screenshot capture to inspect device or item location.
  • Repeated captures for tracking over time while the item detail remains open.

Limitations: location may be stale, approximate, hidden behind privacy prompts, or unavailable until the app has focus. Report uncertainty explicitly.

iMessage / SMS (imsg)

Use for listing chats, reading history, sending text or attachments, and watching for new messages.

imsg chats
imsg history <chat-id> --limit 20
imsg send <chat-id> "message text"
imsg send <chat-id> --attachment /path/to/file "caption"

Safety: before sending, confirm the resolved chat/contact and message body unless the user has already specified an unambiguous target and content in the same request.

Common pitfalls

  • Apple automation is macOS-only; fail fast on Linux/remote containers.
  • GUI state is not proof of completion; capture or query after acting.
  • Contact names can match multiple chats; disambiguate before sending.
  • Do not claim precise Find My coordinates unless the app or tool actually exposes them.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.