HuanLinOTO/dsh-plugin-android-use ↗★ 0
@huanlin/dsh-plugin-android-use
DSH plugin exposing adb-based tools that let the model operate an Android phone (screenshot, UI dump, tap, swipe, input text, press keys, open apps). | 让模型通过 adb 操作安卓手机的 DSH 插件(截图、UI 树、点击、滑动、输入文本、按键、打开应用)。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-android-use说明文档
阅读完整 README ↗配置
在 DSH GUI 设置页或 cordis.patch.yml 中配置:
| 字段 | 类型 | 默认值 | 说明 |
|---|---|---|---|
adbPath | string | 'adb' | adb 可执行路径。默认从 PATH 查找。 |
defaultSerial | string? | - | 默认设备 serial。省略则单设备自动选择;多设备时模型需传 serial 参数。 |
inputTextMode | 'input' | 'adbkeyboard' | 'input' | 文本输入模式。input 仅支持 ASCII(用 adb shell input text);adbkeyboard 支持 Unicode(需设备安装 ADBKeyboard IME)。 |