什么是 adb?
Android 调试桥 (ADB) 助手,用于检查、调试和管理 Android 设备 来源:benwaffle/claude-adb。
Android 调试桥 (ADB) 助手,用于检查、调试和管理 Android 设备
通过命令行快速安装 adb AI 技能到你的开发环境
来源:benwaffle/claude-adb。
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 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/benwaffle/claude-adb --skill adbAndroid 调试桥 (ADB) 助手,用于检查、调试和管理 Android 设备 来源:benwaffle/claude-adb。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/benwaffle/claude-adb --skill adb 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/benwaffle/claude-adb