Findmy banner
omarshahine omarshahine

Findmy

Development community

Description

--- description: Look up Find My friend locations on macOS (name, location, staleness, distance) via Vision OCR of FindMy.app argument-hint: "[<name>]" allowed-tools: Bash(${CLAUDE_PLUGIN_ROOT}/scripts/findmy.sh:*) --- # /findmy — Where is everyone? Query Find My via the bundled `findmy` CLI. With no arguments, returns every friend in the FindMy.app People sidebar. With a name argument, returns just that friend (case-insensitive substring match). ## Run If `$ARGUMENTS` is empty: ```bash "${

Installation

Installs to ~/.claude/skills/omarshahine-findmy-cli-findmy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omarshahine-findmy-cli-findmy && curl -fsSL https://raw.githubusercontent.com/omarshahine/findmy-cli/HEAD/commands/findmy.md -o ~/.claude/skills/omarshahine-findmy-cli-findmy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository