HuanLinOTO/dsh-plugin-android-use0

@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 树、点击、滑动、输入文本、按键、打开应用)。

包名
@huanlin/dsh-plugin-android-use
版本
0.1.0
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-android-use

配置

在 DSH GUI 设置页或 cordis.patch.yml 中配置:

字段类型默认值说明
adbPathstring'adb'adb 可执行路径。默认从 PATH 查找。
defaultSerialstring?-默认设备 serial。省略则单设备自动选择;多设备时模型需传 serial 参数。
inputTextMode'input' | 'adbkeyboard''input'文本输入模式。input 仅支持 ASCII(用 adb shell input text);adbkeyboard 支持 Unicode(需设备安装 ADBKeyboard IME)。