findmy

Automates Apple device and AirTag location retrieval by orchestrating macOS UI and visual analysis of the FindMy app.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the lack of a native CLI or API for Apple's Find My service by providing a bridge to automate location tracking for your Apple devices and AirTags.

Core Features & Use Cases

  • Device Tracking: Locate iPhones, iPads, Macs, and AirPods registered to your iCloud account.
  • AirTag Monitoring: Track the movement of personal items or pets over time using automated screen capture and vision analysis.
  • Use Case: If you need to monitor the patrol route of a pet wearing an AirTag, this skill can be configured to periodically capture the Find My interface and log location data.

Quick Start

Use the findmy skill to open the Find My application and identify the current location of my MacBook.

Frequently Asked Questions about findmy

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

FAQPage Schema
How can I automate Apple Find My location tracking for AirTags on macOS?

Automate AirTag location tracking on macOS by orchestrating UI interactions and visual analysis of the Find My application, capturing screen data periodically to log item movements without an official API.

Do I need special macOS permissions to automate Find My device monitoring?

Yes, automating Find My device monitoring requires macOS system permissions for screen recording and AppleScript execution to manipulate the Find My application interface and capture location data.

How do I retrieve the location of my Mac or iCloud devices via the command line?

Retrieve your iCloud device location via the command line by opening the Find My application and using automated visual analysis to identify and extract the current location data of registered devices.

Can I track the movement of a pet wearing an AirTag over time?

Track a pet wearing an AirTag by configuring the automation to periodically capture the Find My interface and log location data, allowing you to monitor movement routes over time.

What is the best way to monitor Apple devices when there is no official Find My API?

The best way to monitor Apple devices without an official Find My API is using a bridge skill that automates UI interactions and visual analysis to extract location data directly from the application interface.

Why is my Find My automation not working on macOS?

Find My automation may fail if macOS system permissions for screen recording or AppleScript execution are not granted, as these are required to manipulate the interface and capture location data.