findmy

Locate Apple devices and AirTags on macOS via Find My automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.

Core Features & Use Cases

  • Locate devices and AirTags by automating Find My UI and reading locations from screenshots.
  • Schedule routine checks to monitor movement of items over time.
  • Use cases include locating a missing device, verifying proximity of AirTag, or auditing item movement.

Quick Start

Open Find My and run the automation to capture and read device locations.

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 on macOS using automation?

To track AirTag location on macOS, this Skill automates the Find My app using AppleScript and captures screenshots to read device locations. It works for personal devices, pets, or items tracked via AirTag.

Can I schedule routine checks to monitor AirTag movement over time?

Yes, you can schedule routine checks to monitor AirTag movement over time. The automation captures and reads device locations periodically, allowing you to verify proximity or audit item movement.

What permissions do I need to automate Find My on macOS?

Automating Find My on macOS requires AppleScript automation and screen recording permissions. You must grant these access rights so the Skill can control the Find My UI and capture screenshots of device locations.

Does this AppleScript Find My solution work without a GUI?

No, this AppleScript Find My solution requires a GUI. It automates the Find My app interface and reads locations from screen captures, so it is designed for contexts where a graphical user interface is available.

Why use screen capture to locate Apple devices instead of a command line tool?

Screen capture is used to locate Apple devices because Find My lacks a direct command line interface. Automating the GUI with AppleScript and reading locations from screenshots provides a viable way to extract tracking data.