什麼是 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