adb

Installation
SKILL.md

Use ADB commands to interact with an Android device or emulator to complete a user-defined mission. Operates in a screenshot-act-verify loop until the mission is accomplished.

Usage:

  • /adb <mission> — Describe what you want done on the device (e.g., "open Settings and enable Dark Mode")

Prerequisites:

  • adb must be in PATH
  • A device or emulator must be connected

Instructions:

  1. Verify ADB connectivity:

    • Run adb devices and confirm at least one device is listed (not "unauthorized")
    • If no device is found, inform the user and STOP
    • If multiple devices are found, use AskUserQuestion to ask which device to target, then pass -s <serial> to all subsequent adb commands
  2. Understand the mission:

    • Parse $ARGUMENTS as the mission description
    • If $ARGUMENTS is empty, use AskUserQuestion to ask what the user wants to accomplish on the device
Related skills

More from morphet81/cheat-sheets

Installs
78
First Seen
Apr 7, 2026