findmy

Automate FindMy app UI to locate Apple devices and AirTags on macOS.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill findmy-anilcan-kara
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/apple/findmy
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill findmy-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate Apple devices and AirTags on macOS using FindMy with code-free automation when a CLI is unavailable.

Core Features & Use Cases

  • AppleScript + Screenshot (Basic): Open FindMy, use AppleScript to activate the app, navigate tabs, and read locations from screenshots.
  • Peekaboo UI Automation (Recommended): Use Peekaboo to reliably interact with the FindMy UI and capture details.
  • Workflow: Track AirTag locations over time by periodically capturing screenshots and extracting coordinates.
  • Limitations: FindMy has no official CLI/API; UI automation can break across macOS updates; permissions required for screen recording.
  • Rules: Keep FindMy in foreground during tracking; use vision_analyze for content analysis; obtain user-owned devices only.

Quick Start

Open FindMy and run the provided automation to capture the location of your devices.

Frequently Asked Questions about findmy

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

FAQPage Schema
How do I track AirTag locations on macOS when there is no CLI available?▼

You can track AirTag locations on macOS by automating the FindMy app with AppleScript. This Skill opens FindMy, navigates its interface, and captures screenshots to extract location data without needing a command line API.

Can I automate the FindMy app to monitor Apple device locations over time?▼

Yes, you can automate FindMy to monitor Apple devices by periodically capturing screenshots. The Skill uses Peekaboo for UI automation to reliably interact with the interface and track item movement over time.

What permissions do I need to automate FindMy UI workflows on macOS?▼

Automating FindMy UI workflows requires screen recording permissions to capture screenshots. You must also keep the FindMy app in the foreground during tracking to ensure reliable UI automation.

Does the FindMy app offer a network API for programmatic location tracking?▼

No, the FindMy app has no official CLI or network API for programmatic access. This Skill bypasses that limitation by using AppleScript and Peekaboo UI automation to read location data directly from the interface.

Why does my FindMy automation break after a macOS update?▼

FindMy automation breaks because UI automation relies on the app's visual interface, which changes across macOS updates. Since there is no official API, scripts navigating tabs or capturing screenshots must be adjusted for UI changes.

What is the best way to extract coordinates from FindMy screenshots?▼

The best way to extract coordinates from FindMy screenshots is by applying vision_analyze for content analysis. This Skill captures the screen using Peekaboo and processes the image to read location data.