findmy

Track Apple devices and AirTags on macOS via FindMy automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track Apple devices and AirTags on macOS using FindMy automation. Since Apple doesn't provide a CLI for FindMy, this skill uses AppleScript to open the app and screen capture to read device locations.

Core Features & Use Cases

  • AppleScript + Screenshot (Basic): Open FindMy, capture the UI, and read device locations via vision_analyze.
  • Peekaboo UI Automation (Recommended): Use Peekaboo for more reliable UI interactions and detailed captures.
  • Workflow: Track AirTag locations over time by periodically capturing location data and compiling a route.

Quick Start

Open the FindMy app and start the location-tracking workflow described above.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track Apple AirTag locations on macOS using automation?

Track AirTag locations on macOS by using AppleScript to open the FindMy app and capturing the UI to read device coordinates. You can periodically compile this captured location data to map a movement route over time.

What is the best way to automate FindMy UI interactions for device tracking?

The best way to automate FindMy UI interactions is using Peekaboo, which provides more reliable UI automation and detailed screen captures compared to basic AppleScript and screenshot methods.

Do I need screen recording permissions to automate FindMy on macOS?

Yes, automating FindMy on macOS requires screen recording permissions to capture and analyze the UI. You also need macOS with FindMy installed and optional tools like AppleScript or Peekaboo.

Can I switch between Devices and Items views in FindMy using AppleScript?

Yes, you can switch between Devices and Items views in FindMy using AppleScript automation to locate specific Apple devices or AirTags as needed during your tracking workflow.

Why does Apple not provide a command line interface for FindMy?

Apple does not provide a CLI for FindMy, so this skill uses AppleScript to open the application and screen capture technology to read device locations directly from the graphical interface.

What are the limitations of using screenshots for FindMy location tracking?

FindMy location tracking via screenshots relies on vision_analyze to read UI elements, which may be less reliable than Peekaboo UI automation for capturing detailed and accurate device location data.