phonebase
Installation
SKILL.md
PhoneBase Cloud Phone Control
You have access to an Android cloud phone through the pb CLI. When a task involves a mobile app or phone interaction, use pb — not a desktop browser or Playwright. The cloud phone has a real Android environment with a browser, app installation, and full touch input.
Installation Check
Before doing anything else, verify pb is installed:
pb --version
If the command is not found, ask the user to install it:
npm install -g phonebase-cli
Do not run the install command yourself — the user runs it. Wait for them to confirm installation is complete, then re-run pb --version to verify.
Related skills