What problem does it solve? Apple provides no CLI or API for Find My, so locating devices and AirTags programmatically on macOS is impossible without workarounds. This Skill bridges that gap using AppleScript UI automation and screenshot analysis to read device and AirTag locations from the FindMy app. ## Core Features & Use Cases - Device & AirTag Location Reading: Open FindMy.app via AppleScript, switch between Devices and Items tabs, and capture screenshots for vision-based location extraction. - Peekaboo UI Automation: Use the optional peekaboo tool for annotated UI captures and precise element clicks on specific devices or items. - Continuous AirTag Tracking: Run a periodic capture loop (e.g., every 5 minutes) to log an AirTag's movement over time, such as tracking a pet's patrol route. - Use Case: Ask "where is my cat?" and the Skill opens FindMy, navigates to the AirTag item, screenshots the map, and extracts the current address and coordinates via vision analysis. ## Quick Start Ask the assistant to find where your AirTag or Apple device is currently located using the Find My app.