ما هي adb؟
مساعد Android Debug Bridge (ADB) لفحص أجهزة Android وتصحيح أخطائها وإدارتها المصدر: benwaffle/claude-adb.
مساعد Android Debug Bridge (ADB) لفحص أجهزة Android وتصحيح أخطائها وإدارتها
ثبّت مهارة الذكاء الاصطناعي adb بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/benwaffle/claude-adb --skill adbمساعد Android Debug Bridge (ADB) لفحص أجهزة Android وتصحيح أخطائها وإدارتها المصدر: benwaffle/claude-adb.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/benwaffle/claude-adb --skill adb بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/benwaffle/claude-adb