Android Adb
This skill uses ADB to remotely control an Android device for testing and debugging, streamlining app development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add android-adb npx -- -y @trustedskills/android-adb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"android-adb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/android-adb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Android devices via the ADB (Android Debug Bridge) protocol. It facilitates command-line operations such as installing applications, retrieving logs, and managing device states directly from an automated environment.
When to use it
- Automating the installation of test APKs across multiple Android devices in a CI/CD pipeline.
- Extracting system logs or crash reports for debugging mobile application issues without physical access.
- Performing remote device management tasks like rebooting, clearing data, or checking battery status programmatically.
- Executing shell commands to verify UI states or automate user interactions via input methods.
Key capabilities
- Establishes a secure connection between the host machine and Android devices.
- Executes standard ADB commands (e.g.,
install,logcat,reboot,shell). - Manages application lifecycle events including uninstallation and package verification.
- Retrieves real-time device information such as model, OS version, and serial number.
Example prompts
- "Install the latest version of our banking app on all connected Android devices and verify the installation status."
- "Pull the last 50 lines of logcat from the primary emulator and filter for 'NullPointerException' errors."
- "Reboot the target device into recovery mode and then return it to normal operation after capturing a screenshot."
Tips & gotchas
Ensure your Android devices are properly configured with USB debugging enabled before attempting to connect. The skill requires an active ADB server running on the host machine to execute commands successfully.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.