An Airtap skill/plugin for AI agents.
Install it in Claude Code or Codex or with any other AI agent, then ask your agent to use Airtap for mobile tasks like starting a task, checking progress, sending follow-up input, or cancelling work.
claude plugin marketplace add airtap-ai/airtap-skill
claude plugin install airtap@airtapnpx skills add airtap-ai/airtap-skill -a codexFor agents supported by npx skills:
npx skills add airtap-ai/airtap-skillExamples:
npx skills add airtap-ai/airtap-skill -a cursor
npx skills add airtap-ai/airtap-skill -a windsurf
npx skills add airtap-ai/airtap-skill -a cline
npx skills add airtap-ai/airtap-skill -a github-copilotYou will need an Airtap personal access token before the skill can make API calls.
Setup and the full command reference live in skills/airtap/SKILL.md.
After installing, ask your agent to use the Airtap skill for things like:
- list available receivers or models
- create a new Airtap task
- monitor a running task
- send a follow-up message to a task
- cancel a task
- update user location
claude plugin marketplace update airtapIf you installed Airtap with npx skills:
npx skills update airtapFor agents installed through npx skills:
npx skills update airtapTo update all installed skills:
npx skills update -y