findmy

Track Apple devices and AirTags via FindMy.app using AppleScript and screen capture.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha-hunter --skill findmy-kaminocorp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/kaminocorp/hermes-alpha-hunter/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/kaminocorp/hermes-alpha-hunter --skill findmy-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Apple provides no CLI or API for Find My, so locating devices and AirTags from a terminal or automation workflow is impossible without UI automation. This Skill bridges that gap by driving the FindMy.app on macOS with AppleScript and reading locations from screenshots. ## Core Features & Use Cases - Device and AirTag Location Lookup: Open FindMy, switch between Devices and Items tabs, and capture screenshots for vision-based location reading. - Peekaboo UI Automation: Use the optional peekaboo tool for annotated UI captures and precise element clicks on specific devices or items. - Continuous AirTag Tracking: Periodically capture FindMy screenshots on a schedule to log an AirTag's movement over time, such as a pet's patrol route. - Use Case: Ask where your keys are, and the Skill opens FindMy, clicks your AirTag, captures the detail view, and reports the address and coordinates shown on the map. ## Quick Start Ask the agent to find where your AirTag or Apple device is currently located using the Find My app.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track an AirTag location from the terminal on macOS?▼

Apple provides no CLI for Find My, so tracking requires UI automation. Use AppleScript to open FindMy.app, navigate to the Items tab, capture a screenshot with screencapture, and analyze the image with a vision tool to read the location.

How to automate the Find My app with AppleScript?▼

Use osascript to activate the FindMy application and System Events to click toolbar buttons like Devices or Items. After a short delay for loading, capture the window with screencapture -w and extract location details via vision analysis.

Does Find My have an API or command line interface?▼

No, Apple does not provide any CLI or public API for Find My. The only way to access device and AirTag locations programmatically on macOS is through UI automation of the FindMy.app combined with screenshot analysis.

Why does my AirTag location stop updating during tracking?▼

AirTags only update their location while the FindMy page is actively displayed in the foreground. If the app is minimized or the page is left, updates stop, so keep FindMy in the foreground during continuous tracking sessions.

What permissions are needed to capture Find My screenshots on macOS?▼

The terminal needs Screen Recording permission, granted in System Settings under Privacy and Security. You also need macOS with the Find My app installed, iCloud signed in, and devices or AirTags already registered in Find My.