Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture — no CLI or API required.
Find My (Apple) gives your AI assistant the ability to locate your Apple devices and AirTags directly through the FindMy.app on macOS. Because Apple exposes no CLI or API for Find My, this skill bridges the gap using AppleScript and screen capture combined with vision analysis to read location data from the app's UI.
npx clawhub@latest install findmyClick the Install button at the top of this page for one-click setup
Opens FindMy.app and navigates between the Devices and Items tabs automatically, so the assistant can query different asset types without manual interaction.
Passes screenshots to vision_analyze to read device names, locations, addresses, and any visible coordinates directly from the FindMy UI.
When peekaboo is installed, the skill can annotate UI elements and click on specific devices or items by element ID, making automation more robust across macOS versions.
Supports a periodic screenshot loop to capture AirTag location every few minutes while the FindMy page stays in the foreground, enabling movement history and patrol route compilation.
Works across all FindMy asset types — iPhones, iPads, Macs, AirPods, and AirTag-attached items — by switching between the Devices and Items tabs as needed.
Ask "where is my iPhone?" and the assistant opens FindMy, captures the Devices tab, and reads the last known location using vision analysis.
Track keys, a bag, or any AirTag-attached item by navigating to the Items tab and extracting the displayed location or address.
Run a periodic capture loop while the AirTag page stays open to log your pet's location every few minutes and compile a movement route over time.
Switch between Devices and Items tabs in sequence to get a snapshot of where all your registered Apple assets are located in a single session.
peekaboo installed via brew install steipete/tap/peekaboo for enhanced UI automation and element-level clickingLog in to write a review
No reviews yet. Be the first to share your experience!