findmy

Capture Find My app screenshots and extract device locations via image analysis.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill findmy-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill findmy-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many macOS users need to read locations from the Find My app but Apple provides no CLI or public API for it, so this Skill enables automated UI capture and image analysis to extract device names, addresses, and coordinates directly from the Find My interface.

Core Features & Use Cases

  • Uses AppleScript to open and control the Find My app and perform simple UI navigation for Devices and Items.
  • Captures screenshots of the Find My window and extracts visible location details using vision/image analysis.
  • Integrates optional Peekaboo UI automation for more reliable element interaction and targeted captures.
  • Common use cases: ad-hoc "Where is my device?" queries, AirTag patrol route logging, and troubleshooting device location updates.

Quick Start

Open Find My to the Devices or Items tab, capture a screenshot of the window, and ask the agent to analyze the image for device names and locations.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I extract location data from the Find My app on macOS?

You can extract Find My app location data on macOS by using AppleScript for UI navigation and screenshot capture, then applying image analysis to read visible device names, addresses, and coordinates.

Can I automate AirTag location tracking without an Apple API?

Yes, you can automate AirTag location tracking without a public Apple API by capturing the Find My app interface via screen recording and using image analysis to extract route details.

Does extracting Find My device locations require screen capture permissions?

Yes, extracting Find My device locations requires screen recording permissions on macOS to capture the application window, alongside AppleScript or peekaboo for GUI automation and element interaction.

What is the best way to log AirTag patrol routes from a Mac?

The best way to log AirTag patrol routes from a Mac is using AppleScript to periodically capture the Find My app UI and extract visible location information through image analysis.

Why does my AppleScript Find My automation fail to read addresses?

AppleScript Find My automation may fail to read addresses if screen recording permissions are missing, preventing the screenshot capture needed for image analysis to extract visible location details.