ADB Android Control

ADB command cheatsheet plus a real, 349-test Python CLI for Android device automation from Claude.

von hah23255 · hah23255/adb-android-control

Getestet · Funktioniert ★ 8.8/10

ADB Android Control — ADB command cheatsheet plus a real, 349-test Python CLI for Android device automation from Claude.

Was es kann

A comprehensive ADB (Android Debug Bridge) reference and automation toolkit covering device connection, app install/uninstall, file push/pull, screenshots/screen recording, input simulation, logcat, device info, and wireless/Termux auto-reconnect. Triggers on any request to manage, inspect, automate, or debug a connected Android device via adb.

Testbericht

Unusually well-engineered for a skill repo: built a throwaway venv, installed the bundled Python package, and actually ran its pytest suite live — 349 tests passed (the marketplace.json claim of '338 tests' is close and, if anything, an undercount, not overselling); the CLI (adb-control --help) also failed gracefully with a clear message when no adb binary was on PATH instead of crashing.

Getestet am: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/hah23255/adb-android-control
mkdir -p ~/.claude/skills
cp -r adb-android-control ~/.claude/skills/adb-android-control

Befehle & Beispiel-Prompts

  • /adb-android-controlADB command cheatsheet plus a real, 349-test Python CLI for Android device automation from Claude.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Write a script to install this APK, launch it, and screenshot the result
  • Help me pull logcat output filtered to my app's process for a bug report
  • I need to automate tapping through my Android app for a smoke test