lijiajia96/dsh-tool-adb

lijiajia96★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

DeepSeek Harness (DSH) plugin exposing Android Debug Bridge (adb) operations as model-facing tools: devices, shell, install, uninstall, screenshot, push/pull, logcat

README 摘要

@deepseek-ai/dsh-tool-adb DeepSeek Harness plugin that exposes Android Debug Bridge (adb) operations as model-facing tools. Features Tool Description adb devices List connected Android devices and emulators adb shell Execute shell commands on a device adb install Install APK files onto a device adb uninstall Uninstall apps from a device adb screenshot Capture device screenshots to local workspace adb pull Copy files/directories from device to local adb push Copy files/directories from local to device adb logcat Capture logcat output (with optional tag filter) Installation Prerequisites - Android SDK platform-tools ( adb on PATH) - macOS: brew install android-platform-tools - Linux: sudo apt install android-sdk-platform-tools - Windows: download from developer.android.com As a local plugin (development) Add to your profile's cordis.patch.yml : Or launch with a patch file: Configuration Option Type Default Description devices boolean true Register adb devices shell boolean true Register adb shell install boolean true Register adb install uninstall boolean true Register adb uninstall screenshot boolean true Register adb screenshot fileTransfer boolean true Register adb pull and adb pu…

在 GitHub 查看完整 README →
Agent/智能体adbagentandroiddeepseek-harnessdsh-plugintypescript

分类