findmy

Track Apple devices and AirTags via macOS Find My UI automation.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zerwiz/wayofpi --skill findmy-zerwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/zerwiz/wayofpi/tree/main/.hermes/hermes-agent/skills/apple/findmy
Command: npx skills add https://github.com/zerwiz/wayofpi --skill findmy-zerwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find My on macOS has no command-line interface, so this Skill helps you locate Apple devices and AirTags through UI automation and screenshot-based reading.

Core Features & Use Cases

  • Open the Find My app and switch between Devices and Items views.
  • Capture the active window and interpret locations, addresses, and coordinates from the screen.
  • Monitor an AirTag or device over time to confirm movement, last known position, or current proximity.

Quick Start

Ask the skill to open Find My on your Mac, capture the current device or item view, and report the latest 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 AirTag location from macOS when Find My has no CLI?

You can track AirTag location on macOS using AppleScript UI automation to open the Find My app, switch to Items view, and capture the screen to read current coordinates.

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

Yes, macOS UI automation supports periodic monitoring of Apple devices and AirTags by repeatedly capturing the Find My interface to confirm movement and last known positions.

How does screen capture read Find My app locations on macOS?

Screen capture reads Find My locations by taking screenshots of the active app window, then using optional vision analysis to interpret addresses and coordinates displayed on screen.

What do I need to automate Find My on Mac for locating iPads and AirPods?

Automating Find My on Mac requires AppleScript, macOS UI automation, screen capture capabilities, and optional Peekaboo with vision analysis to read the active interface text.

Why does Find My location tracking fail without an API on macOS?

Find My location tracking lacks a native API or command-line interface on macOS, requiring UI automation and screenshot-based reading to extract device and AirTag location data.

Is Find My automation the best way to locate AirTags from a Mac terminal?

Find My automation via AppleScript UI automation is currently the primary method to locate AirTags from macOS, since Apple provides no direct terminal CLI or API access.