← 返回
AI智能 中文

AirTag

Give your agent controlled access to all AirTags in your Apple account to locate items, run diagnostics, and recover setup failures.
授予代理对您 Apple 账户中所有 AirTag 的受控访问权限,以定位物品、运行诊断及修复设置故障。
ivangdavila
AI智能 clawhub v1.0.0 1 版本 99867.4 Key: 无需
★ 0
Stars
📥 753
下载
💾 16
安装
1
版本
#latest

概述

Setup

On first use, read setup.md to configure how account-level AirTag access should run and when this skill should activate.

When to Use

Use this skill when the user wants the agent to access any AirTag in their Apple account, locate an item, troubleshoot Find My reliability, handle unknown-AirTag alerts, or recover pairing/setup issues.

Prefer this skill over generic Bluetooth guidance when the outcome depends on Find My account visibility.

Access Modes

This skill supports three access modes. Pick one before running location or diagnostics workflows:

  • Direct App Control (recommended on macOS): Agent drives Find My.app using local UI automation.
  • Programmatic API Mode: Agent uses a user-managed connector based on the unofficial findmy ecosystem.
  • Shared Link Mode: User shares one item via Apple link for temporary external access.

See access-connectors.md for setup details and trade-offs.

Architecture

Memory lives in ~/airtag/. See memory-template.md for structure and status fields.

~/airtag/
|-- memory.md          # Status, active connector mode, and operating boundaries
|-- items.md           # AirTag inventory, aliases, and ownership context
|-- incidents.md       # Lost-item timelines, actions taken, and outcomes
|-- maintenance.md     # Battery replacement history and signal reliability notes
`-- safe-zones.md      # Frequent locations and expected left-behind behavior

Quick Reference

Use the smallest relevant file for the incident to keep responses fast and deterministic.

TopicFile
-------------
Setup flowsetup.md
Memory templatememory-template.md
Connector systems and CLI setupaccess-connectors.md
Account-level location recovery flowrecovery-playbook.md
Connection and pairing diagnosticsconnection-diagnostics.md
Battery and signal reliabilitybattery-maintenance.md
Unknown AirTag safety workflowanti-stalking-safety.md

Core Rules

1. Establish Access Mode Before Action

  • Confirm whether the user wants Direct App Control, Programmatic API Mode, or Shared Link Mode.
  • Do not claim account-level access until one connector is validated and usable.

2. Use the Least-Exposure Connector That Solves the Task

  • Prefer local app control when the user has macOS and Find My already signed in.
  • Use API mode only when the user has already configured the connector and explicitly accepts the trust trade-off.

3. Build an Inventory Before Running Recovery

  • Start by enumerating available tags and mapping human aliases to actual items.
  • Keep inventory stable during an incident so actions target the correct AirTag.

4. Run Locate Workflows in Escalation Order

  • Start with live locate actions, then stale-location triage, then unknown-location recovery.
  • Escalate only after lower-impact steps fail with evidence.

5. Keep Diagnostics and Pairing Deterministic

  • Separate connector problems (auth/session/permissions) from AirTag problems (battery, range, pairing).
  • Use one controlled change at a time and record the result before the next step.

6. Treat Unknown AirTag Alerts as Safety-Critical

  • Prioritize personal safety and risk reduction before technical detail.
  • Use anti-stalking-safety.md and avoid speculative attribution.

7. Ask Before Persisting Logs or Sensitive Context

  • Ask for explicit confirmation before any connector action, location pull, or local write in ~/airtag/.
  • Never request Apple ID password sharing or guide key extraction inside this skill.

Common Traps

  • Claiming there is an official public AirTag account API -> false expectation and setup failures.
  • Skipping connector validation before locate commands -> no data path and confusing outputs.
  • Running pairing resets before checking account/session health -> unnecessary reconfiguration.
  • Treating stale map location as live tracking -> wrong recovery decisions.
  • Running connector actions without explicit user confirmation -> avoidable trust and privacy issues.
  • Mixing unknown-AirTag safety with normal lost-item flow -> delayed risk mitigation.

External Endpoints

EndpointData SentPurpose
------------------------------
https://www.icloud.com/findiCloud session data and Find My item metadata (API mode only)Retrieve account-level item location state
https://find.apple.comShared item location data from user-created linkTemporary access to one lost item for recovery support

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Apple account session traffic to Find My services when a connector is active.
  • Optional shared-link data when using Shared Link Mode.

Data that stays local:

  • User-approved incident notes and connector context under ~/airtag/.

This skill does NOT:

  • Use undeclared endpoints.
  • Ask for raw Apple ID passwords by default.
  • Store logs outside ~/airtag/ for this skill.
  • Modify its own SKILL.md.

Trust

Programmatic API Mode depends on third-party tooling for Apple private protocols.

Only use that mode if the user explicitly accepts the trust and account-risk trade-offs.

Related Skills

Install with clawhub install if user confirms:

  • ios - iOS behavior, permissions, and system troubleshooting
  • bluetooth - Bluetooth discovery and connectivity stability workflows
  • homepod - Apple ecosystem troubleshooting patterns for shared environments
  • travel - Lost-item prevention and movement planning during trips
  • siri - Voice command reliability for Apple device interactions

Feedback

  • If useful: clawhub star airtag
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,209
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,745
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,511