Install skills
.agents/skills/ directory, where most agents automatically pick them up.
Available skills
TapKit (core)
The coretapkit skill teaches the agent how to use TapKit itself — the coordinate system, screenshot loop, gesture types, and how to chain actions together. Always install this one.
App skills
App skills map out a specific iOS app’s UI — tabs, buttons, navigation patterns, and gotchas. They tell the agent what it’s looking at when it sees a screenshot.
Install the core skill plus whichever app skills match your use case.
Using skills with a connection method
Skills on their own don’t give the agent access to your phone — they just teach it how apps work. You need to pair them with a connection method:- MCP server — connect TapKit as a remote MCP server so the agent can execute taps, swipes, screenshots, and other actions
- CLI — install the TapKit CLI and let the agent run commands directly