findmy

Automates Apple device and AirTag location tracking via FindMy app.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill findmy-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/apple/findmy
Command: npx skills add https://github.com/moltis-org/moltis --skill findmy-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to track Apple devices and AirTags using macOS FindMy app by automating AppleScript interactions and screen capture to read locations.

Core Features & Use Cases

  • AppleScript-based automation: Launch Find My app and navigate to Devices or Items tabs via scripted commands.
  • Screen capture for data extraction: Read device locations from screenshots when the UI is visible.
  • Optional UI automation with Peekaboo: If installed, simulate clicks and capture UI states for more reliable results.
  • Workflow support: Periodic tracking of AirTags with location updates.

Quick Start

Run the FindMy automation to retrieve the current location of a device or AirTag.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I automate tracking Apple devices and AirTags on macOS?

Automate tracking Apple devices and AirTags on macOS by using AppleScript to launch the Find My app, navigate to the Devices or Items tabs, and capture the screen to extract location data.

How does screen capture read locations from the Find My app?

Screen capture reads locations from the Find My app by taking screenshots of the visible UI when the app is launched, allowing the automation to extract current location data for tracked devices and AirTags.

Do I need Peekaboo to use AppleScript UI automation for Find My?

Peekaboo is an optional dependency for AppleScript UI automation. If installed, it simulates clicks and captures UI states to provide more reliable results when extracting location data from the Find My app.

Can I log AirTag movement periodically using macOS Find My automation?

You can log AirTag movement periodically using macOS Find My automation by running the workflow support feature, which maintains a log of location updates during ongoing monitoring sessions.