From android-tools
Disconnect a wireless Android device from ADB. Use when you need to disconnect a device connected via WiFi.
How this skill is triggered — by the user, by Claude, or both
Slash command
/android-tools:disconnect-deviceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Disconnect a wireless Android device from ADB.
Disconnect a wireless Android device from ADB.
Script location: scripts/disconnect-device.sh (relative to this skill's
directory)
Before running, locate this skill's directory (where this SKILL.md is located), then execute:
bash <skill-directory>/scripts/disconnect-device.sh [argument]
Arguments:
all: Disconnect all wireless devicesip:port (e.g., 192.168.1.100:5555): Disconnect specific device{
"success": true,
"message": "Disconnected from 192.168.1.100:5555",
"serial": "192.168.1.100:5555"
}
{
"success": true,
"message": "Disconnected all wireless devices"
}
{
"success": true,
"message": "No wireless devices connected"
}
{
"success": true,
"action": "select_device",
"devices": [
{ "serial": "192.168.1.100:5555", "model": "Pixel 6", "api": "33" },
{ "serial": "192.168.1.101:5555", "model": "Galaxy S21", "api": "31" }
]
}
{
"success": false,
"error": "adb not found",
"hint": "Set ANDROID_HOME or ANDROID_SDK_ROOT environment variable"
}
action: "select_device", use AskUserQuestion to let user
choose:
npx claudepluginhub powdream/claude-plugins --plugin android-toolsUse when working with Android devices via ADB - connecting devices, running shell commands, installing apps, debugging, taking screenshots, UI automation, viewing logs, analyzing crashes, or exploring system internals. Triggers on "adb", "logcat", "install apk", "debug android", "android device", "shell command", "screenshot", "dumpsys", "crash", "ANR".
Drives Kobiton mobile devices interactively from natural language. Translates intents into WebDriver actions, ADB commands, file transfers, and app management via the Kobiton CLI.
Orchestrates Android dev tasks — project creation, deployment, SDK management, emulator interaction, and doc search — via the `android` CLI tool.