findmy

Automate the macOS Find My app to extract Apple device and AirTag locations from UI screenshots.

Updated May 15, 2026
One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill findmy-cabezno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill findmy-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly find where your Apple devices or AirTags are located when you only have access to Apple’s Find My graphical interface and no usable command-line tool.

Core Features & Use Cases

  • AppleScript UI control: Opens the Find My app and navigates between Devices and Items views to reach the information you need.
  • Screen capture + vision reading: Uses macOS screenshots of the Find My UI and analyzes them to extract device/item names and location details.
  • Optional UI automation (peekaboo): Improves reliability when interacting with the Find My interface by clicking specific elements and capturing more precise views.
  • Use case: Ask where your “cat’s AirTag” is, then run periodic captures to monitor location changes over time and compile an observed route.

Quick Start

Ask the agent to track the location of your AirTag on macOS by opening Find My, capturing the relevant screen, and extracting the visible location details.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track my AirTag location on macOS using automation?

You can track AirTag location on macOS by using AppleScript to open the Find My app, capturing screenshots of the UI, and analyzing the images to extract location details for your devices.

Can I monitor AirTag movement over time with Find My on macOS?

Yes, you can monitor AirTag movement by running repeated screen captures of the Find My app and analyzing the screenshots to compile an observed route of location changes over time.

What macOS permissions do I need to extract location data from Find My?

Extracting location data from Find My requires macOS screen recording or screenshot capture permissions for UI visibility, alongside AppleScript permissions to open and navigate the app interface.

How does vision analysis read device locations from Find My screenshots?

Vision analysis reads device locations from Find My screenshots by processing the captured UI images to interpret and extract visible device names and location details without needing command-line tools.

Is there a way to automate Find My without a command-line tool on macOS?

Yes, automating Find My without a command-line tool involves using AppleScript for UI control to navigate between Devices and Items views, then capturing and analyzing screenshots for location data.

Why does my Find My screen capture return blank or missing location data?

Missing location data in Find My screen captures often occurs when macOS screen recording permissions are not granted, preventing the vision analysis from reading the UI screenshots properly.