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.| Skill | App | What it covers |
|---|---|---|
tapkit:hinge | Hinge | Profile cards, roses, messaging, preferences |
tapkit:telegram | Telegram | Chat types, reactions, search, bots, groups |
tapkit:tiktok | TikTok | Feed, video actions, DMs, creator pages |
tapkit:linkedin | Feed, networking, jobs, messaging | |
tapkit:uber-eats | Uber Eats | Restaurant search, ordering, checkout, reorders |
tapkit:twitter | Twitter / X | Coming soon |
tapkit:instagram | Coming soon |
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