What problem does it solve?
Many users need to retrieve location information from Apple's Find My app but Apple provides no CLI or API, making automated or repeatable location checks difficult; this Skill automates the macOS UI, captures screenshots, and extracts device locations so you can get current positions without manual reading.
Core Features & Use Cases
- Automates opening the Find My app and navigating between Devices and Items using AppleScript and UI events for quick lookups.
- Captures screenshots of the Find My window and uses vision analysis to extract device names, addresses, and coordinates from the UI.
- Supports periodic monitoring workflows for AirTag patrol routes by repeatedly capturing the UI and compiling location points.
- Optional integration with peekaboo improves click reliability and element targeting for more stable automation.
Quick Start
Open the Find My app on macOS, capture the Find My window screenshot, and run vision_analyze on the image to extract device names and locations.