agentsclimarketplace

Apple macos workflows

Skill S3YED/appie-kit/skills/ops/apple-macos-workflows

Umbrella workflow for Apple/macOS personal automation: Notes, Reminders, Messages, Find My, and background GUI control.From its SKILL.md

Install
npx -y skills add S3YED/appie-kit --skill apple-macos-workflows

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.

SKILL.md

2.6 KB, 552 tokens by cl100k_base, as published. Nobody here has run it

Apple/macOS Workflows

Use this umbrella when a task involves native Apple apps, macOS-only CLIs, cross-device Apple data, or GUI automation on the user's Mac.

Choose the surface first

User intentTooling pattern
Create/search/edit Apple NotesUse memo against Notes.app; prefer memory only for agent-internal facts.
Add/list/complete remindersUse remindctl; prefer Reminders for user-visible tasks and due dates.
Send/read iMessage or SMSUse imsg; verify recipient/chat before sending.
Locate Apple devices/AirTagsUse the FindMy app/CLI pattern; treat locations as sensitive.
Drive arbitrary native appsUse background computer_use capture/click/type workflow; verify after state changes.

Apple Notes via memo

Prereqs: macOS Notes.app, brew tap antoniorodr/memo && brew install antoniorodr/memo/memo, Automation permission to Notes.

Common commands:

memo notes
memo notes -s "query"
memo notes -a "Title"
memo notes -e
memo notes -ex

Rules: use Notes for cross-device synced user notes; use Obsidian for Markdown-native vault work; do not use Notes for agent memory.

Apple Reminders via remindctl

Prereqs: macOS Reminders.app and remindctl installed/configured. Use for visible to-dos, due dates, and task lists. Confirm destructive completion/deletion when ambiguous.

iMessage/SMS via imsg

Use when the user asks to message a person through Apple Messages. Search or list chats first when the target is ambiguous. Never send secrets, 2FA codes, payment details, or sensitive content without explicit user text and target verification.

Find My

Use only for user-requested device/person/item location checks. Treat location output as private. Return concise status and timestamp; do not background-track unless explicitly requested.

Background macOS computer use

Canonical loop:

  1. Capture the target app with numbered elements.
  2. Click/type by element index, not coordinates, when possible.
  3. Re-capture after every state-changing action.

Rules: do not raise windows unless asked; scope captures to the relevant app; never interact with permission dialogs, passwords, payment UI, or 2FA prompts without explicit approval.

Safety checklist

  • Verify the app/account/context before modifying user-visible data.
  • Prefer CLI/API tools over GUI driving when available.
  • Ask before destructive changes or messages to external people.
  • Keep screenshots and locations out of summaries unless needed.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,679. 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.