findmy-device-locator

Extract device names, locations, and timestamps from FindMy map screenshots using OCR.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill findmy-device-locator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findmy-device-locator
Source: https://github.com/lucasfth/config/tree/main/.hermes/skills/apple/findmy-device-locator
Command: npx skills add https://github.com/lucasfth/config --skill findmy-device-locator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate Apple devices and AirTag items by converting a FindMy.app screenshot into structured data using OCR, reducing manual search effort.

Core Features & Use Cases

  • OCR-based extraction of device names, locations, and last seen times from FindMy.app screenshots.
  • End-to-end workflow: capture, OCR, and parse results into a structured list of devices.
  • Use Case: quickly identify where all devices were last seen and generate a concise report for family or team.

Quick Start

Capture a FindMy map screenshot and run the OCR workflow to list your devices, locations, and last seen times.

Frequently Asked Questions about findmy-device-locator

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

FAQPage Schema
How do I extract device locations from a FindMy map screenshot?

You can extract device locations from a FindMy screenshot by applying OCR via Python with pytesseract and Pillow, which parses the image to structure device names, locations, and last-seen timestamps into a readable list.

Can I use FindMy OCR to compile a visual inventory of AirTag items?

Yes, FindMy OCR can compile a visual inventory of AirTag items by extracting device names and locations from screenshots. It is designed to provide a quick visual inventory of device locations, verifying last-seen times for family or team reports.

Do I need macOS to parse FindMy screenshots with Python?

Yes, macOS is required to run this FindMy OCR workflow. You also need Python with pytesseract and Pillow installed to successfully parse and structure the device location data from your screenshots.

What is the best way to automate locating Apple devices from screenshots?

Automating Apple device location from screenshots is best achieved through an end-to-end OCR workflow. This process captures the FindMy map screenshot, applies OCR parsing, and structures the results into a concise report of devices and last-seen times.

Are there limitations when extracting last-seen times from FindMy screenshots?

A key limitation when extracting last-seen times from FindMy screenshots is OCR accuracy, which depends heavily on image resolution and map clarity. The Skill cannot locate devices in real-time and only processes the static data visible in the captured screenshot.