findmy

Extract Apple device and AirTag locations from macOS Find My screenshots.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill findmy-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill findmy-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It helps you quickly find where your Apple devices or AirTags are when you need a location check but there is no reliable command-line interface for Find My.

Core Features & Use Cases

  • AppleScript + screenshot location checks: Opens Find My on macOS, navigates between views, and captures the screen so the assistant can read the visible device/item location.
  • Vision-assisted extraction from UI: Uses screenshot analysis to extract the device/item and location information shown in the app.
  • AirTag over-time monitoring workflow: Keeps the Find My page active and periodically captures snapshots to build a location trend or patrol route.

Quick Start

Ask the assistant to track where your AirTag is by opening Find My, capturing a screenshot of the item detail, and extracting the displayed location information.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I check Apple device or AirTag locations on macOS when there is no command line interface?

To check Apple device or AirTag locations on macOS, this Skill opens the Find My app via AppleScript, captures screenshots of the UI, and uses vision-based analysis to extract the visible location data, bypassing the lack of a command line interface.

Can I monitor AirTag movement over time using macOS automation?

Yes, you can monitor AirTag movement over time using macOS automation by keeping the Find My page active and periodically capturing UI snapshots to build a location trend or patrol route through repeated screenshot analysis.

Do I need screen recording permissions for macOS Find My UI automation?

Yes, macOS Find My UI automation requires screen recording permissions, because the Skill captures screenshots of the application interface and applies vision-based analysis to extract the displayed device and location information.

How does screenshot analysis extract location data from the Find My app?

Screenshot analysis extracts location data from the Find My app by capturing the visible interface using AppleScript UI automation, then processing the image to read and parse the device and location information displayed on the screen.

What is the best way to automate checking if an AirTag is present on macOS?

The best way to automate checking AirTag presence on macOS is by driving the Find My app with AppleScript, navigating to the item detail view, capturing a screenshot, and analyzing the image to confirm the item and its location.