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/08/16

インストール

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

ドキュメント

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
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