findmy

Locate Apple devices and AirTags on macOS via Find My automation.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill findmy-peteromallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/skills/apple/findmy
Command: npx skills add https://github.com/peteromallet/megaplan --skill findmy-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track Apple devices and AirTags quickly using Find My automation on macOS, reducing manual searching and uncertainty.

Core Features & Use Cases

  • AppleScript automation to open Find My and capture device locations.
  • Optional Peekaboo UI automation for more reliable interactions and detailed reads.
  • Workflow to monitor AirTag locations over time and verify device presence.

Quick Start

Open Find My and run the tracking workflow to locate your device.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track AirTag locations automatically on macOS?

You can automate AirTag tracking on macOS using AppleScript to open the Find My application and capture current device locations. This workflow reduces manual searching and uncertainty by automatically retrieving coordinates from the Find My interface.

What is the best way to retrieve Apple device coordinates from the Find My app?

Retrieving Apple device coordinates from the Find My app is best handled through AppleScript automation with optional Peekaboo UI automation. This combination reads coordinates reliably from the interface, enabling you to confirm device presence and track movement over time without manual lookup.

Do I need Peekaboo UI automation to locate Apple devices on macOS?

You do not strictly need Peekaboo UI automation to locate Apple devices on macOS. AppleScript handles opening Find My and capturing locations, but adding optional Peekaboo provides more reliable UI interactions and detailed screen capture reads of coordinates for complex tracking workflows.

Can I monitor AirTag movement over time using AppleScript?

You can monitor AirTag movement over time using AppleScript automation within this tracking workflow. By repeatedly opening Find My and capturing device locations, you can verify device presence and track movement across intervals when manual lookup is inconvenient.

Why does Find My automation require screen capture to read coordinates?

Find My automation requires screen capture to read coordinates because the application interface lacks direct programmatic access to location data. AppleScript automates the UI interactions, while screen capture extracts the visual coordinate data displayed on the Find My map.