What problem does it solve? Apple provides no CLI or API for the Find My app, so locating devices and AirTags programmatically on macOS is impossible through conventional means. This Skill bridges that gap by driving the FindMy app with AppleScript and screen capture, then reading locations with vision analysis. ## Core Features & Use Cases - UI Automation Location Reading: Opens FindMy via AppleScript, captures the window with screencapture, and extracts device locations using vision_analyze. - Peekaboo-Enhanced Interaction: Uses the optional peekaboo tool to annotate UI elements, click specific devices or AirTags, and capture detail views with addresses and coordinates. - Periodic AirTag Tracking: Runs timed capture loops to log an AirTag's movement over time, such as compiling a pet's patrol route. - Use Case: Ask where your backpack's AirTag is; the Skill opens FindMy, switches to the Items tab, clicks the AirTag, and returns the address shown in the detail view. ## Quick Start Use the findmy skill to locate my iPhone by opening the Find My app and reading its location from a screenshot.