findmy

Automate FindMy on macOS to track Apple devices and AirTags.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill findmy-changzhou-xj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/apple/findmy
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill findmy-changzhou-xj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracking Apple devices and AirTags via the FindMy app on macOS can be tedious and brittle when done manually. This skill automates app opening and location reading using AppleScript and optional UI automation.

Core Features & Use Cases

  • AppleScript + Screenshot method to read device locations directly from FindMy.
  • Peekaboo UI Automation workflow for more reliable control of the FindMy interface.
  • Workflow to monitor AirTag locations over time by periodically capturing location data.

Quick Start

Open FindMy, switch to the Devices tab, and start monitoring a device's location.

Frequently Asked Questions about findmy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate FindMy location tracking for Apple devices on macOS?

Automate FindMy location tracking on macOS by using AppleScript to open the app and read device coordinates, or by applying the optional Peekaboo UI automation tool for more reliable interface control.

Can I monitor AirTag locations periodically over time on macOS?

Monitor AirTag locations over time on macOS by running a workflow that periodically captures location data from the FindMy app, enabling real-time tracking and patrol-style location monitoring.

What macOS permissions are required to automate FindMy for device tracking?

Automating FindMy for device tracking requires macOS with Find My signed in, alongside screen recording permission to capture interface data, and optionally the Peekaboo tool for UI automation.

Does the AppleScript and screenshot method work reliably for reading FindMy device locations?

The AppleScript and screenshot method reads device locations directly from FindMy, but manual tracking is brittle, making the optional Peekaboo UI automation workflow a more reliable alternative.

Why does FindMy automation on macOS fail during device verification?

FindMy automation on macOS may fail during device verification if screen recording permission is missing or the Find My app is not signed in, as AppleScript and UI automation depend on these prerequisites.