findmy

Automate Find My via AppleScript screenshots and vision analysis to extract device locations.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MarbleSodas/Mavis --skill findmy-marblesodas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/MarbleSodas/Mavis/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/MarbleSodas/Mavis --skill findmy-marblesodas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a reliable way to check the location of Apple devices and AirTags, even though Apple provides no Find My command-line or public API.

Core Features & Use Cases

  • Find My UI-based tracking: Uses AppleScript to open and navigate the Find My app to the relevant Devices or Items view.
  • Location capture via screen analysis: Uses screenshots and vision analysis to extract the displayed device/item location details.
  • AirTag route monitoring: Enables repeated capture while the AirTag’s page is open to observe movement over time (e.g., patrol routes for a pet or item).

Quick Start

Ask the agent to track where your AirTag is by opening Find My, capturing the location view, and using vision analysis to read the coordinates and address shown.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track AirTag location on macOS without an API?

To track AirTag location on macOS without an API, this Skill automates the Find My app using AppleScript and captures location details by taking screenshots for vision analysis. It navigates the UI to extract current coordinates and addresses.

Can I monitor Apple device movement over time using Find My UI automation?

Yes, you can monitor Apple device movement over time using Find My UI automation by taking repeated screenshots while the device's page is open. This multi-snapshot approach observes location changes for items like AirTags on patrol routes.

What is the best way to get Apple device coordinates from Find My?

The best way to get Apple device coordinates from Find My is using AppleScript to open the relevant Items or Devices view, capturing a screenshot, and running vision analysis to read the displayed location data.

Do I need a CLI tool to automate AirTag location checks on macOS?

No, you do not need a CLI tool to automate AirTag location checks on macOS. This Skill bypasses the lack of a command-line interface by using AppleScript to navigate the Find My app and screen analysis to extract location data.

Why does Find My UI automation require screenshots and vision analysis?

Find My UI automation requires screenshots and vision analysis because Apple provides no public API or CLI for location tracking. The Skill must visually read the location information displayed in the app interface to extract coordinates.

Does the findmy Skill work for tracking multiple Apple devices?

Yes, the findmy Skill works for tracking multiple Apple devices by automating navigation to the Find My Devices or Items view. It captures the displayed location for each device using screenshots and vision analysis.