From android-tools
Connect to an Android device over ADB wireless. Use when you need to connect to a device via WiFi.
How this skill is triggered — by the user, by Claude, or both
Slash command
/android-tools:connect-deviceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect to an Android device over ADB wireless (TCP/IP).
Connect to an Android device over ADB wireless (TCP/IP).
Script location: scripts/connect-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/connect-device.sh [ip:port]
# or
bash <skill-directory>/scripts/connect-device.sh [ip] [port]
Arguments:
ip:port: IP address and port in format "192.168.1.100:5555"ip and port (default port: 5555){
"success": true,
"message": "Connected to 192.168.1.100:5555",
"ip": "192.168.1.100",
"port": "5555"
}
{
"success": true,
"action": "request_input",
"message": "Please provide IP address and port"
}
{
"success": false,
"error": "Failed to connect to 192.168.1.100:5555",
"hint": "Ensure the device is on the same network and ADB over WiFi is enabled"
}
action: "request_input", use AskUserQuestion to ask for IP
and portnpx 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.