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 Analysis
核心用途是让 AI 助手能够直接控制和调试 Android 设备。适合 Android 开发者、测试工程师,用于自动化执行设备操作、抓取日志和性能分析。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SamXiaBing/dsh-adbREADME
Read the full README ↗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
| Key | Description | Default |
|---|---|---|
adbPath | Absolute path to the adb executable | Auto-detect PATH / ANDROID_HOME / ANDROID_SDK_ROOT/platform-tools |
defaultSerial | Default target device serial | none |
timeoutMs | Per-command timeout | 30000 |
baselineDir | Directory for adb_perf_baseline storage | ~/.dsh/storages/dsh-adb |