Управление iPhone с Mac через ИИ-агент

★ 7.5 · automation

phone-harness is a Claude Code skill that controls the user's iPhone through the Mac's iPhone Mirroring window — opening apps, tapping, swiping, typing, and reading the screen. Vision OCR serves as its eyes, returning every visible string with a tap-ready center point; HID-level CGEvents act as its hands, since the mirroring window is a video stream that macOS Accessibility cannot inspect. The skill is meant strictly for tasks that genuinely require the phone: iOS-only apps, phone-number-tied actions, 2FA flows, and mobile UI testing. Helpers like `tap_text`, `ocr`, `scroll_collect`, `open_app`, and `ensure_mirroring` come pre-imported; `agent_helpers.py` is the extension point for custom logic.