findmy

Locate Apple devices and AirTags via Find My using AppleScript and screen capture.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill findmy-math-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/math-inc/OpenGauss --skill findmy-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracking the locations of Apple devices and AirTags can require manual UI navigation and screenshot analysis when there is no official CLI or API.

Core Features & Use Cases

  • AppleScript automation: Open Find My, select devices, and navigate through the app to expose location data.
  • Screen capture analysis: Read on-screen location details from screenshots for geolocation extraction.
  • Use Case: Locate a missing device or AirTag and monitor movements over time for security or asset-tracking workflows.

Quick Start

Open Find My and run the automation to capture the current location of a selected device or AirTag.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I automate tracking AirTag location on macOS?

Yes, you can automate Apple device location tracking without a CLI by using AppleScript for UI navigation and screen capture to extract location data from the Find My app. This approach packages UI automation steps and screenshot analysis into a repeatable workflow.

How does screenshot-based data extraction work for Find My devices?

Screenshot-based data extraction for Find My devices works by using AppleScript to navigate the app and capture on-screen location details. The workflow reads the captured screenshots to extract geolocation data, replacing the need for an official tracking API.

Can I use AppleScript to check if a missing Apple device is present for inventory workflows?

Yes, you can use AppleScript to confirm missing device presence for inventory workflows by automating the Find My app on macOS. The workflow selects devices, captures screen data, and confirms presence to support security and asset-tracking processes.

What is the best way to track AirTag movement over time without an official API?

The best way to track AirTag movement over time without an official API is using macOS UI automation. This workflow repeatedly runs AppleScript to capture Find My screenshots, extracting and monitoring location changes over time for security and asset-tracking workflows.

Do I need to handle permissions to automate the Find My app on macOS?

Yes, you need to handle macOS permissions to automate the Find My app. The workflow includes permission handling for AppleScript UI automation and screen capture, ensuring the system allows the tool to control the app and extract location data.