SamXiaBing/dsh-adb2

dsh-adb

ADB device & bench operations for DeepSeek Harness: device discovery, structured logcat, apk install, file pull/push, performance snapshots, perf baselines, crash reports

AI 분석

核心用途是让 AI 助手能够直接控制和调试 Android 设备。适合 Android 开发者、测试工程师,用于自动化执行设备操作、抓取日志和性能分析。

패키지
dsh-adb
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SamXiaBing/dsh-adb

Configuration

Set the config block in cordis.patch.yml (or a profile patch):

- id: dsh-adb
  name: dsh-adb
  config:
    adbPath: C:\Users\me\AppData\Local\Android\Sdk\platform-tools\adb.exe
    defaultSerial: emulator-5554
    timeoutMs: 30000
KeyDescriptionDefault
adbPathAbsolute path to the adb executableAuto-detect PATH / ANDROID_HOME / ANDROID_SDK_ROOT/platform-tools
defaultSerialDefault target device serialnone
timeoutMsPer-command timeout30000
baselineDirDirectory for adb_perf_baseline storage~/.dsh/storages/dsh-adb