
kunjinkao-os/dsh-mobile-gui-agent
40最近提交 2026年8月15日
dsh-mobile-gui-agent DSH 插件
dsh-mobile-gui-agent 是一个可安装的 DeepSeek Harness 插件,它在 Harness Web UI 中添加了 mobile_gui_agent 入口。通过 observe → decide → act → verify 循环驱动任务,实现通过 ADB 对 Android 设备的自动化 GUI 交互。插件提供 ADB 发现、截图、UIAutomator 层次捕获以及点击、滑动、文本输入和导航等操作。
如何安装 dsh-mobile-gui-agent DSH 插件
dsh plugin --profile web add github:kunjinkao-os/dsh-mobile-gui-agent#v0.2.0复制不会执行命令。安装 dsh-mobile-gui-agent DSH 插件前请核对仓库和版本。
dsh-mobile-gui-agent DSH 插件数据来源
dsh-mobile-gui-agent DSH 插件快照日期:2026年8月16日
discovered
dsh-mobile-gui-agent DSH 插件能做什么
- ADB 设备发现和无线连接管理
- 截图和 UIAutomator 层次捕获,带有元素 ID
- 用于代理循环的严格 phone_observe 和 phone_act 工具
- 陈旧元素保护、自适应屏幕稳定和卡住检测
- Harness 对可发送、发布、删除、购买等语义控制的审批
dsh-mobile-gui-agent DSH 插件适合哪些场景
- 打开 Android 设置并导航到 Wi-Fi 页面
- 打开浏览器并聚焦地址栏
- 在移动应用的已聚焦文本字段中输入文本
- 打开微信,找到文件传输助手,并准备发送消息
dsh-mobile-gui-agent DSH 插件适合谁
- 需要自动化移动 GUI 测试的 Android 开发者和测试人员
- 希望从 Harness 控制 Android 设备的自动化爱好者
dsh-mobile-gui-agent DSH 插件的限制
- 仅支持对 adb 可见且已正确授权(已启用 USB 调试、已接受 RSA 密钥)的 Android 设备
- 需要 DeepSeek Harness Web 配置文件,mobile_gui_agent 入口在仅 headless 的配置文件中不可用
dsh-mobile-gui-agent DSH 插件的仓库 README 摘录
以下文字摘自 dsh-mobile-gui-agent DSH 插件的上游仓库 kunjinkao-os/dsh-mobile-gui-agent 的 README,版权归原作者,仅作引用。
English | [中文](docs/README.zh.md) | [Changelog](CHANGELOG.md) `dsh-mobile-gui-agent` is an installable DeepSeek Harness plugin for controlling Android devices through ADB. It adds a **mobile_gui_agent** entry to the Harness Web UI and drives every task through an observe → decide → act → verify loop. The repository is a single publishable npm package. The bundle patch inserts one Cordis plugin row; that plugin composes the ADB Provider, the Phone Agent Consumer, the Phone tools, the Typert Remote adapter, and the browser client under one lifecycle. ## Quick start Connect and authorize an Android device, then install the pinned release into the Harness Web profile: ```bash adb devices -l dsh plugin --profile web add github:kunjinkao-os/dsh-mobile-gui-agent#v0.2.0 dsh --profile web --dump-config dsh --profile web ``` The device row must report `device`. The configuration dump must contain a `# == dsh-mobile-gui-agent` layer and one `dsh-mobile-gui-agent` row. For the clearest workflow, send one short ordinary message in the Harness conversation first, then select **mobile_gui_agent** and enter the real phone command in its **Task** field. Do not enter the phone command in the o
阅读完整 README仓库许可: MIT
dsh-mobile-gui-agent DSH 插件常见问题
如何安装 dsh-mobile-gui-agent?
使用命令 `dsh plugin --profile web add github:kunjinkao-os/dsh-mobile-gui-agent#v0.2.0` 安装固定版本。确保已设置 DeepSeek Harness Web 配置文件。也可以从本地代码库或 tarball 安装。
它支持 iOS 或其他移动平台吗?
不支持,此插件仅支持 Android 设备。它依赖 ADB 进行通信,不支持 iOS 设备。
使用此插件需要哪些前提条件?
需要安装 Android Platform Tools(adb 在 PATH 中),设备已开启开发者选项和 USB 调试,并通过 RSA 提示授权。此外,需要 DeepSeek Harness 的 Web 配置文件。
可以在无头(headless)Harness 环境中使用吗?
不能,mobile_gui_agent 入口是浏览器客户端贡献,需要 Web 配置文件。在仅 headless 的配置文件中不会显示。
Unicode 输入如何工作?
Unicode 输入使用外部 ADB 键盘辅助工具(com.android.adbkeyboard/.AdbIME)。如果已安装,插件会自动发现并临时启用/选择它用于 Unicode 操作,然后恢复之前的 IME。如果未安装,可以配置一个绝对路径指向已审核的 APK;插件不会自动下载 APK。