apple-platform-automation

apple-platform-automation is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 72 tokens per session (673 once invoked), scanned A, original, MIT.

A guide for automating personal apps and device workflows on Apple platforms such as macOS, including Notes, Reminders, Find My, and messages. It covers native command-line tools, AppleScript, and visible interface automation.

In plain words
What is it for?
Use it to create, search, edit, move, export, or delete Apple Notes; manage Reminders; work with messages and Find My; and automate Mac interfaces when no dedicated command-line tool exists.
Why use it?
It helps choose an appropriate macOS automation method and check that the required tool is available before changing personal data. It also adds confirmation and verification steps for messages and destructive edits.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, search, edit, move, export, or delete Apple Notes; manage Reminders; work with messages and Find My; and automate Mac interfaces when no dedicated command-line tool exists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s3yed/appie-kit/apple-platform-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add S3YED/appie-kit --skill apple-platform-automation
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apple-platform-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/apple-platform-automation.svg)](https://agentmods.dev/skills/s3yed/appie-kit/apple-platform-automation)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/apple-platform-automation"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/apple-platform-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.00673
Opus 5 $0.00036 $0.00336
Sonnet 5 $0.00014 $0.00135
Haiku 4.5 $0.00007 $0.00067

Measured 8d ago against content hash acfd2cb4f71d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

apple-platform-automation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/automation/apple-platform-automation/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 71 lines · 72 tokens per session scan A acfd2cb4f71d

Subscribe to this mod's changes

apple-platform-automation is a skill published in the GitHub repository S3YED/appie-kit (7 stars, last pushed 12d ago), licensed MIT. It adds 72 tokens to every session and 673 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hive.browser-automation

Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…

aden-hive/hive · 142 tokens

hive.linkedin-automation

Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…

aden-hive/hive · 99 tokens

shogun-screenshot

A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.

yohey-w/multi-agent-shogun · 149 tokens

caveman-help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

stevesolun/ctx · 56 tokens

clone-website

Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a…

vibeeval/vibecosystem · 93 tokens

agent-tamagotchi

Terminal pet that lives in your statusline. 12 species, 5 stats (DEBUGGING, PATIENCE, CHAOS, WISDOM, SPEED). Reacts to your workflow - happy when tests pass, sad when builds fail, excited during swarm mode. Deterministic species from user ID.

vibeeval/vibecosystem · 68 tokens