This skill equips an agent with step-by-step guidance for using the Android command-line tool to manage SDK packages, create and run projects, control emulators, capture screenshots, and inspect UI layouts. It consolidates installation commands, common subcommands (sdk, create, run, emulator, layout), and troubleshooting pointers so the agent can automate Android dev tasks.
Use this skill when the agent needs to: set up or update Android SDK components; create or describe Android projects; launch, control, or stop emulators; deploy APKs to devices; capture device screenshots; or extract UI layout trees for debugging.
Best used by agents that can run shell/CLI tools and interact with device emulators (Copilot/Codex/Gemini CLI-style agents).
Android CLI Specialist skill provides comprehensive documentation for Google's android CLI tool, covering project creation, SDK management, emulator control, screenshots, UI inspection, and doc searching. No bundled scripts to test. Main concern is the curl|bash installation pattern which pipes remote content directly to shell.
Official Google skill. curl|bash is standard for CLI installs but still a security concern. Well-documented with full help output. No scripts included — purely instructional/reference.