iphone-screen-capture

Mirror a connected iPhone's screen on macOS via a Swift app.

1|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/asnar00/miso --skill iphone-screen-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iphone-screen-capture
Source: https://github.com/asnar00/miso/tree/main/.claude/skills/iphone-screen-capture
Command: npx skills add https://github.com/asnar00/miso --skill iphone-screen-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill launches a dedicated macOS application to mirror a connected iPhone's screen in real-time. It eliminates the need for complex streaming setups or third-party tools, providing a simple, integrated way to view and interact with your iPhone from your desktop.

Core Features & Use Cases

  • Real-time Screen Mirroring: Displays your iPhone screen in a borderless window on your Mac, perfect for demonstrations or detailed UI inspection.
  • Automatic Device Detection: Automatically connects and mirrors when an iPhone is plugged in via USB, simplifying setup.
  • Use Case: When demonstrating an iOS app to a team or debugging UI issues, use this skill to project your iPhone screen onto your Mac for easier viewing and collaboration.

Quick Start

Start the iPhone screen capture to mirror my connected device.

Frequently Asked Questions about iphone-screen-capture

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

FAQPage Schema
How do I mirror my iPhone screen to my Mac?

Screen mirroring displays your connected iPhone's display on macOS in real-time. This Skill launches a Swift app using AVFoundation that automatically detects a USB-connected, trusted iPhone and streams its screen to a borderless window on your Mac within ~2 seconds of connection.

What do I need to mirror an iPhone screen on macOS?

You need a Mac running macOS, an iPhone connected via USB cable, and the iPhone must be trusted on your Mac. The Skill compiles and runs a native Swift application with no additional third-party tools or complex setup required.

Can I use iPhone screen mirroring for iOS app demonstrations?

Yes. Real-time screen mirroring works for demonstrating iOS apps to teams or inspecting UI details on your desktop. The borderless display window keeps focus on your app while the Skill polls for device connection every 2 seconds and displays logs via a console button.

What happens if my iPhone isn't detected when I start screen capture?

The app displays 'Checking...' initially, then shows 'Waiting for iPhone...' if no device is found. It continues polling every 2 seconds; when you connect a trusted USB iPhone, mirroring begins automatically within ~2 seconds.

Does screen mirroring work with debugging on iOS?

Yes. The Skill uses AVFoundation and CoreMediaIO to capture your iPhone's screen, making it suitable for debugging UI issues. The running app provides a console button for viewing logs while you inspect your connected device's display.