# Send Find My to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apple-find-my-local",
    "name": "Find My",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/loganprit/apple-find-my-local",
    "canonicalUrl": "https://clawhub.ai/loganprit/apple-find-my-local",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/apple-find-my-local",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-find-my-local",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/fm-click.sh",
      "scripts/fm-info.sh",
      "scripts/fm-list.sh",
      "scripts/fm-locate.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/apple-find-my-local"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apple-find-my-local",
    "downloadUrl": "https://openagent3.xyz/downloads/apple-find-my-local",
    "agentUrl": "https://openagent3.xyz/skills/apple-find-my-local/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-find-my-local/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-find-my-local/agent.md"
  }
}
```
## Documentation

### Find My

Control the native Find My app via Peekaboo. No sketchy APIs or credential sharing.

Run scripts from: cd {skillDir}

### Requirements

RequirementDetailsOSmacOS onlyAppsFind My.app (must be open), OpenClaw.app (provides Peekaboo bridge)PermissionsOpenClaw.app needs Screen Recording + Accessibility permissionsPeekabooCLI must be installed and configured

### Privacy & Security

What this skill accesses:

Location data for people, devices, and items in your Find My app
Screenshots of the Find My window (stored locally in /tmp/)

What this skill does NOT do:

No network requests to third-party services
No credential storage or Apple ID access
No data exfiltration — all operations are local UI automation

Data scope: The skill can see/interact with anything visible in your Find My app, including:

Shared locations of family/friends
Device locations (yours and Family Sharing members)
AirTag/item locations

User awareness: This skill uses mouse clicks and UI automation. You will see the actions happening on screen.

### Known Limitations

--app "Find My" hangs in Peekaboo - use --window-id instead
Sidebar items not accessible - Find My doesn't expose item names via accessibility APIs
Position-based selection - Select items by position (1st, 2nd, 3rd...) not by name
macOS only - Requires Peekaboo + OpenClaw.app bridge
Exclusive control - User cannot interact with the Mac while skill is running (mouse/clicks conflict)

### Quick Reference

ScriptPurposefm-window.shGet window ID and bounds (JSON)fm-screenshot.sh [path]Capture Find My windowfm-tab.sh <tab>Switch tab: people, devices, itemsfm-list.sh [tab]Screenshot + show sidebar positionsfm-select-item.sh <pos> [tab]Select item by position (1, 2, 3...)fm-locate.sh <pos> [tab]Select item and screenshot locationfm-info.sh [path]Open info panel, screenshotfm-play-sound.sh <pos>Attempt to play sound on itemfm-click.sh <x> <y>Click at relative window coords

### List available items

./scripts/fm-list.sh items
# Screenshots the Items tab - view image to see your AirTags/items

### Find your keys (if keys are 2nd item in list)

./scripts/fm-locate.sh 2 items
# Shows location on map, outputs screenshot path

### Play sound on keys

./scripts/fm-play-sound.sh 2
# Selects 2nd item, attempts to click Play Sound
# May require manual click if button not found

### Check on a family member

./scripts/fm-list.sh people
# View screenshot to see who's listed

./scripts/fm-locate.sh 1 people
# Shows first person's location

### Tab Bar (y ≈ 68 from window top)

TabX PositionPeople~63Devices~154Items~243

### Sidebar Items (x ≈ 150)

PositionY Coordinate1st item~1202nd item~1743rd item~2284th item~282(spacing)+54px each

### Manual Coordinate Clicks

When automation fails, calculate coordinates manually:

# Get window position
./scripts/fm-window.sh
# Output: {"x": 824, "y": 62, "width": 1024, "height": 768, "window_id": 2248}

# Click at relative position within window
./scripts/fm-click.sh 150 174   # 2nd sidebar item
./scripts/fm-click.sh 243 68    # Items tab

### Info Panel Actions

After selecting an item, click the ⓘ button on the map popup to open the info panel:

ActionDescriptionPlay SoundMake AirTag chirp (items only)DirectionsOpen Maps with directionsShareShare location with othersLost ModeEnable contact info sharingNotificationsConfigure alerts

### Troubleshooting

"Find My window not found"

Ensure Find My.app is open
Check OpenClaw.app is running (provides Peekaboo bridge)

Clicks not registering

Window may have moved - re-run fm-window.sh for fresh coordinates
Ensure Find My is frontmost before clicking

Can't find Play Sound button

Open info panel manually (click ⓘ on map popup)
Then re-run play-sound script

### Future Improvements

When Peekaboo fixes --app "Find My":

Direct element targeting without coordinate calculation
Reliable accessibility tree for sidebar items
Simpler automation flows
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: loganprit
- Version: 1.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/apple-find-my-local)
- [Send to Agent page](https://openagent3.xyz/skills/apple-find-my-local/agent)
- [JSON manifest](https://openagent3.xyz/skills/apple-find-my-local/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/apple-find-my-local/agent.md)
- [Download page](https://openagent3.xyz/downloads/apple-find-my-local)