findmy

Automate the Find My macOS UI to extract Apple device and AirTag locations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill helps you find the location of your Apple devices and AirTags without an official command-line tool by turning the Find My app into an automatable, readable workflow.

Core Features & Use Cases

  • AppleScript app control: Activates Find My and switches between relevant views (Devices and Items/AirTags).
  • Screen capture + vision reading: Takes screenshots of the on-screen location details and extracts what you need using visual analysis.
  • Time-based tracking workflow: Repeats captures on an interval to monitor movement over time (for example, an AirTag patrol route).

Use case: You ask where your AirTag (e.g., on a cat collar or bag) is right now, and the Skill guides you to capture and analyze the current location view from Find My.

Quick Start

Tell the Titan Agent to track your AirTag location on macOS by opening Find My, capturing the location screen, and using vision analysis to read the displayed 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 my AirTag location on macOS?

You can track AirTag location using macOS automation by activating the Find My app with AppleScript, capturing on-screen location details, and applying vision-based analysis to read the extracted data.

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

Yes, you can monitor device movement using macOS automation by repeating screen captures on a set interval, which logs location snapshots over time for basic route monitoring.

Does tracking Find My devices require a command-line tool?

No, tracking Find My devices does not require a command-line tool; this Skill uses AppleScript for app activation and screen capture to extract visible location information directly from the UI.

What is needed to extract location information from the Find My app?

Extracting location information from the Find My app requires macOS to run AppleScript for UI automation and optionally peekaboo to capture screenshots for vision-based analysis.

What are the limitations of using macOS automation for device tracking?

The limitation of using macOS automation for device tracking is its reliance on vision-based analysis of screenshots, meaning the Find My app interface must remain visible and clearly display location details.