findmy

Automate macOS Find My to track Apple devices and AirTags via AppleScript and screen capture.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lava-chen/duya --skill findmy-lava-chen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy
Source: https://github.com/lava-chen/duya/tree/main/packages/agent/skills/apple/findmy
Command: npx skills add https://github.com/lava-chen/duya --skill findmy-lava-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users locate their Apple devices and AirTags when Apple does not provide a direct command-line interface for Find My tracking.

Core Features & Use Cases

  • Find My Automation: Opens the macOS Find My app and uses AppleScript or UI automation workflows to access device and item locations.
  • Location Capture and Analysis: Captures Find My screenshots and extracts visible location details for devices, AirTags, and tracked items.
  • Use Case: Track an AirTag attached to a personal item or check the current location of an iPhone, iPad, Mac, or AirPods through the Find My app.

Quick Start

Ask the AI to open Find My and report the current location of my registered AirTag or Apple device.

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 from a terminal command line instead of the macOS Find My app?

You can track AirTags from the command line by using AppleScript and UI automation to automatically open the macOS Find My app and retrieve location data without an official API.

Can I check the location of my Apple devices using macOS automation?

Yes, you can locate Apple devices using macOS automation. The Skill leverages AppleScript and screen capture to access the Find My app and extract current location information.

What do I need to automate Find My device tracking on macOS?

To automate Find My tracking on macOS, you need AppleScript capabilities, screen capture permissions, optional UI automation tools, and vision analysis to parse location details from the app interface.

How does macOS AirTag monitoring work without a Find My API?

AirTag monitoring without a Find My API works by automating the macOS Find My app interface using AppleScript, capturing screenshots of device locations, and applying vision analysis to extract tracking data.

Are there limitations to automating Apple device location checking on macOS?

Automated Apple device location checking relies on UI automation and screen capture rather than a direct API, meaning interface changes in the Find My app can disrupt tracking and location extraction workflows.