findmy

Automate the Find My app on macOS to locate Apple devices and AirTags.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates locating Apple devices and AirTags via the Find My app on macOS, enabling quick visibility when a GUI is required.

Core Features & Use Cases

  • AppleScript-driven Find My automation to open the app and capture screen content for location extraction.
  • Screen-capture workflow to read device locations, with optional periodic tracking and AirTag monitoring.
  • Supports manual lookups and continuous patrol-style tracking by capturing location readouts over time.

Quick Start

Open Find My and run the provided AppleScript workflow to capture screenshots 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 automate Find My app location reading on macOS?

Automate Find My location reading on macOS by using AppleScript to launch the app, perform UI interactions, and capture screenshots for location readouts via vision analysis. It enables quick visibility for personal device tracking without manual clicking.

Can I track AirTags continuously with an AppleScript workflow?

Yes, you can track AirTags continuously with an AppleScript workflow by running a patrol-style tracking loop. This captures periodic location readouts over time for ongoing asset monitoring instead of a single manual lookup.

What is the best way to extract Apple device locations without an API?

The best way to extract Apple device locations without an API is through a GUI-based screen-capture workflow. This method automates the Find My app on macOS and processes screenshots to read device location data visually.

Does Find My automation require specific macOS dependencies?

No specific external dependencies are required for Find My automation. The workflow operates entirely within macOS using built-in AppleScript capabilities to drive the native Find My app and capture screen content.

Why use screen capture for location readouts instead of direct data access?

Screen capture is used for location readouts when direct programmatic data access is unavailable and a GUI is required. It extracts visual location information from the Find My app interface by applying vision analysis to screenshots.