Find My

Open Find My on macOS and inspect devices or people after explicit confirmation.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill find-my
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Find My
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/apple/findmy
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill find-my

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open Find My on macOS, inspect devices or people when the user explicitly asks, and keep side effects gated behind confirmation.

Core Features & Use Cases

  • Open the Find My app with a simple command, then identify whether the target is a person, device, or item.
  • Apply safety checks and request explicit confirmation before revealing sensitive information.
  • Use AppleScript only when permissions allow, and prefer read-only status checks when possible.

Quick Start

Open Find My on macOS and inspect a device, person, or item only after explicit confirmation.

Frequently Asked Questions about Find My

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

FAQPage Schema
How do I automate opening the Find My app on macOS to locate my devices?

To open Find My on macOS and inspect devices, people, or items, use AppleScript automation with explicit user confirmation. Safety guardrails require permission checks and manual approval before revealing any sensitive location or identity information.

Can I use AppleScript to check the location of family devices without compromising privacy?

Yes, you can use AppleScript to perform read-only status checks on family devices while maintaining privacy. The automation applies safety guardrails by requiring explicit confirmation before revealing location or identity and avoiding automated data exfiltration.

What permissions do I need to inspect devices or people using Find My automation on macOS?

You need macOS automation permissions allowing AppleScript to control the Find My app. The automation surfaces permission blockers directly and requires explicit user confirmation before accessing sensitive location or identity information for devices or people.

How do I validate the presence of friends or items on macOS without triggering destructive actions?

You can validate the presence of friends or items by running read-only status checks via AppleScript on macOS. The process avoids destructive actions and automated data exfiltration by gating all sensitive side effects behind explicit user confirmation.

Are there limitations to using AppleScript for Find My device inspection on macOS?

AppleScript for Find My device inspection is limited to read-only status checks and requires explicit permissions. It cannot perform automated data exfiltration or destructive actions, and all location or identity revelations require manual user confirmation.