findmy

Track Apple device and AirTag locations via FindMy.app using AppleScript and screen capture.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill findmy-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/.archive/findmy
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill findmy-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of tracking down lost Apple devices and AirTags by leveraging the FindMy.app on macOS.

Core Features & Use Cases

  • Device Tracking: Locates and tracks the current location of Apple devices and AirTags via the FindMy app.
  • UI Automation: Uses AppleScript and screen capture to interact with the FindMy app and extract location data.
  • Ongoing Tracking: Monitors the movement of AirTags over time by periodically capturing location data.

Quick Start

To begin tracking an AirTag, activate the FindMy app and switch to the 'Items' tab. Then, periodically capture the location data using the provided script.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track lost Apple devices and AirTags from a Mac?

To track lost Apple devices and AirTags from a Mac, this Skill automates the FindMy.app on macOS using AppleScript and screen capture to extract location data. It locates devices by interacting directly with the native application interface.

Can I monitor AirTag movement over time using macOS?

You can monitor AirTag movement over time using macOS by periodically capturing location data from the FindMy.app. The Skill acts as an ongoing tracker, repeatedly extracting coordinates via screen capture to map movement.

What is the best way to automate FindMy.app for location tracking?

Automating FindMy.app for location tracking is best handled by leveraging AppleScript to control the UI and screen capture to pull location data. This method extracts Apple device coordinates without requiring direct API integration.

Does this AirTag tracking method require any external dependencies?

This AirTag tracking method requires no external dependencies, relying solely on the built-in FindMy.app on macOS. It functions by using native AppleScript capabilities and screen capture scripts to interact with the application.

Why use screen capture and AppleScript instead of an API for FindMy location data?

Using screen capture and AppleScript instead of an API for FindMy location data bypasses the lack of an official Apple API. It extracts coordinates by automating the FindMy app UI directly, suitable for monitoring ongoing AirTag movement.