physical

Retrieve Nat's current coordinates from FindMy CSV data with map links and device statuses.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill physical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: physical
Source: https://github.com/Soul-Brews-Studio/oracle-skills-cli/tree/main/src/skills/physical
Command: npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill physical

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Nat's current physical location from FindMy data is often scattered across sources and hard to verify quickly. This skill consolidates that information into a concise, human-readable status.

Core Features & Use Cases

  • Real-time location pull: Fetch current coordinates and a readable place from the FindMy dataset.
  • Map and device snapshot: Generate a Google Maps link and show device battery, accuracy, and last update.
  • Quick audit and decision support: Compare current location against recent history to track presence or movement.

Quick Start

Use the physical skill to display Nat's current location from FindMy data. The skill fetches the latest coordinates and presents a map link, local time of update, and a brief location summary.

Frequently Asked Questions about physical

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

FAQPage Schema
How do I retrieve real-time location data from FindMy history files?

To retrieve real-time location data from FindMy files, use local scripts to parse the current.csv file, which exposes updated coordinates, device status, and a readable place summary every five minutes.

What information is included in a FindMy device location and status snapshot?

A FindMy device location snapshot includes current coordinates, a readable place name, a Google Maps link, device battery level, location accuracy, and the local time of the last update.

Can I track physical movement by comparing current FindMy coordinates against location history?

Yes, you can track physical movement by comparing current FindMy coordinates against recent location history. Parsing history.csv allows you to audit presence and verify movement patterns over time.

How often does the FindMy location dataset update for real-time verification?

The FindMy location dataset updates every five minutes, relying on a companion repository that continuously refreshes current.csv and history.csv for real-time location verification and device status checks.

Do I need a companion repository to parse FindMy location data locally?

Yes, you need a companion repository to expose current.csv and history.csv. The local scripts depend on these continuously updated files to parse, format, and present real-time location results.