Skip to main content

Auth

CommandDescriptionExample
tapkit auth loginAuthenticate via OAuth or API keytapkit auth login
tapkit auth tokenGenerate session token for CItapkit auth token
tapkit statusCheck auth, Mac app, phone connectiontapkit status

Phone

CommandDescriptionExample
tapkit phonesList connected phonestapkit phones
tapkit phone set <name>Set active phone (persists)tapkit phone set "iPhone 15 Pro"
tapkit phoneShow active phone + statustapkit phone
tapkit phone clearUnset active phonetapkit phone clear

Gestures

CommandDescriptionExample
tapkit tap <x> <y>Tap at coordinatestapkit tap 200 400
tapkit double-tap <x> <y>Double taptapkit double-tap 200 400
tapkit hold <x> <y>Long presstapkit hold 200 400
tapkit swipe <dir>Swipe up/down/left/righttapkit swipe up
tapkit drag <x1> <y1> <x2> <y2>Drag between pointstapkit drag 100 300 100 100

Input

CommandDescriptionExample
tapkit type <text>Type into focused fieldtapkit type "hello"
tapkit escapeDismiss keyboard or alerttapkit escape

Device

CommandDescriptionExample
tapkit homePress home buttontapkit home
tapkit open <app>Launch app by nametapkit open "Twitter"
tapkit spotlight [query]Open Spotlight searchtapkit spotlight "Notes"
tapkit siriActivate Siritapkit siri
tapkit lock / unlockLock or unlock devicetapkit unlock
tapkit volume up / downVolume controltapkit volume up
tapkit shortcut <name>Run a Shortcuttapkit shortcut "My Flow"

Screenshots

CommandDescriptionExample
tapkit screenshotCapture phone screentapkit screenshot
tapkit screenshot --openCapture and open in Previewtapkit screenshot --open
tapkit screenshot --base64Output as base64 (for LLMs)tapkit screenshot --base64
tapkit screenshot --llmOutput optimized for LLM consumptiontapkit screenshot --llm

Skills

CommandDescriptionExample
tapkit skills listShow installed skillstapkit skills list
tapkit skills add <name>Install a skilltapkit skills add twitter