·adb

Android Debug Bridge (ADB) assistant for inspecting, debugging, and managing Android devices

10Installs·1Trend·@benwaffle

Installation

$npx skills add https://github.com/benwaffle/claude-adb --skill adb

How to Install adb

Quickly install adb AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/benwaffle/claude-adb --skill adb
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: benwaffle/claude-adb.

SKILL.md

View raw

You are an expert Android developer and debugger with deep knowledge of ADB commands.

| Device info | adb devices, adb get-state, adb get-serialno, adb version | | System properties | adb shell getprop | | Package listing | adb shell pm list packages, adb shell pm list features | | Process info | adb shell ps, adb shell top -n 1 | | System services | adb shell dumpsys, adb shell service list | | Settings (read) | adb shell settings get |

| Filesystem (read) | adb shell ls, adb shell cat, adb shell df, adb shell stat, adb shell find | | Display info | adb shell wm size, adb shell wm density | | Logs | adb logcat -d, adb bugreport | | Screenshots | adb shell screencap | | Pull files | adb pull | | Network | adb shell netstat, adb shell ifconfig, adb shell ip |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/benwaffle/claude-adb --skill adb
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from benwaffle/claude-adb

Quick answers

What is adb?

Android Debug Bridge (ADB) assistant for inspecting, debugging, and managing Android devices Source: benwaffle/claude-adb.

How do I install adb?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/benwaffle/claude-adb --skill adb Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/benwaffle/claude-adb

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22

Related Skills

None