iphonelisted
Install: claude install-skill ucsandman/claude-skills
# iphone
Generated by declick from mcp:python C:/Projects/phone-claude/scripts/phone_mcp.py. Deterministic, no screenshots, JSON by default when piped.
```
iphone (mcp) source: mcp:python C:/Projects/phone-claude/scripts/phone_mcp.py server: python C:/Projects/phone-claude/scripts/phone_mcp.py
screen-info Window size in points; tap coordinates must stay inside this. [mutating]
tap <x> Tap at (x, y) in points. [mutating]
tap-text <text> Find text on screen and tap it. [mutating]
long-press <x> Press and hold at (x, y) in points for 'seconds', then release. [mutating]
swipe <x1> Drag from (x1, y1) to (x2, y2) in points over 'seconds'. [mutating]
scroll Scroll the screen content. [mutating]
type-text <text> Type into the currently focused text field (tap the field first). [mutating]
set-field-text <text> Replace 'field''s contents with 'text'. [mutating]
set-clipboard <text> Set the iPhone system clipboard content. [mutating]
press-home Go to the Home Screen, as if the physical Home gesture were used. [mutating]
current-page Where the Home Screen is: {"index", "total", "zone"}, or None. [mutating]
goto-home-page Land on Home Screen page 'n' from anywhere. [mutating]
open-app <name> Open an app by friendly name ('Settings'), bundle id, or installed-app name. [m