by woaiys3
DeepSeek Harness 手机版:可直接安装的 Android APK,AI 免 Root 操作手机(Shizuku/root 可选),文件编辑只需所有文件访问权限,前台保活 + AI 通知
# Add to your Claude Code skills
git clone https://github.com/woaiys3/deepseek-harness-android-appGuides for using ai agents skills like deepseek-harness-android-app.
Last scanned: 8/20/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-20T04:36:42.705Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}deepseek-harness-android-app is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by woaiys3. DeepSeek Harness 手机版:可直接安装的 Android APK,AI 免 Root 操作手机(Shizuku/root 可选),文件编辑只需所有文件访问权限,前台保活 + AI 通知. It has 183 GitHub stars.
Yes. deepseek-harness-android-app passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/woaiys3/deepseek-harness-android-app" and add it to your Claude Code skills directory (see the Installation section above).
deepseek-harness-android-app is primarily written in Java. It is open-source under woaiys3 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh deepseek-harness-android-app against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
把 DeepSeek Harness(DSH)打包成可直接安装的 Android APK —— 装上就能用,还能让 AI 免 Root 真正操作手机。
com.deepseek.harness)@deepseek-ai/dsh 0.1.0-rc.6,保留插件生态 + RPC API,前端用 DSH 原生界面/sdcard/DeepSeekHarness,重装/升级不清空 AI 的运行时改动截图于 v1.2.0(2026-08-17)与 v1.4.0(2026-08-20),完整文件见
docs/screenshots/。
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
v1.4.0(Lite 共存版)实测截图:
![]() |
![]() |
![]() |
| 插件 | 能力 |
|---|---|
dsh-tool-shizuku |
特权 shell:任意系统命令(pm/am/settings/dumpsys…),异步执行 + 环境消毒 + dex 只读自愈 |
dsh-tool-android |
结构化系统操作:包管理 / 应用管理 / 系统设置 / 截图 / 模拟输入 |
dsh-tool-accessibility |
无障碍读屏 + 模拟操作(v1.7.0):读控件树 / 点击 / 输入 / 返回主页 / 滚动 / 无障碍截图理解 |
通过这三个插件,AI 不再只是"聊聊天",而是能真正控制你的手机——特权通道(root/Shizuku)负责系统级操作,无障碍通道(无需授权)负责读屏与交互。
让 AI 看着屏幕操作手机:读屏、点击、输入、滚动、截图理解——不需要 root / Shizuku。
android_screen 读屏 → 用 android_tap / android_type / android_scroll 操作 → 需要看图时用 android_see 截图理解| 工具 | 能力 |
|---|---|
android_a11y_status |
查询无障碍服务状态(未开启时返回引导文案) |
android_screen |
读当前屏幕控件树(文字 / 坐标 / 可点击性 / 可输入性) |
android_tap |
按文字 / 描述 / 坐标点击 |
android_type |
输入文本到输入框(WebView / 网页输入框用 paste:true 走剪贴板粘贴) |
android_back / android_home |
系统返回键 / 回桌面 |
android_scroll |
上 / 下 / 左 / 右滚动 |
android_see |
无障碍截图并发送给视觉模型理解(需 Android 11+ 与支持图片的模型,如 deepseek-v4-flash-vision-exp) |
无障碍通道与特权通道互补:无障碍不依赖授权、擅长读屏与点击;Shizuku/root 通道擅长系统级操作(装应用 / 改设置 / 系统输入)。
下载 Releases 里的 APK 安装即可:
DeepSeekHarness-v1.7.0.apk(正式版,推荐):包名 com.deepseek.harness,从旧版本同签名升级DeepSeekHarness-Lite-v1.7.0.apk(Lite 共存版):包名 com.deepseek.harness.beta(端口 3082),与正式版完全独立、可同时安装;数据独立在 /sdcard/DeepSeekHarnessLite/,API Key 需单独填DeepSeekHarness-Compat-v1.7.0.apk(兼容版):包名 com.deepseek.harness.compat(端口 3084),老 WebView 设备可用要求:
🆘 打不开 / 白屏 / 连接失败? 先看 启动排查(常见问题都能自助解决)。
CHANGES.md 版本改动记录(含 @Suyi222 贡献的 v1.1.1 稳定基线)
android-app/ APK 构建工程
├── build.sh 一键打包脚本
├── env.sh 编译工具链环境(可 export PREFIX 覆盖)
├── AndroidManifest.xml 包名/targetSdk(28)/横竖屏自由旋转/Shizuku 声明
├── libs/ Shizuku 官方 aar(api/provider/aidl 13.1.5)
├── res/ 图标 + 字符串资源
├── sdk/ 放 platform android.jar(见 sdk/README.md)
└── src/.../MainActivity.java Android 原生壳(权限引导页/加载页/引擎启动)
mobile-patch/ 移动端适配(注入 DSH 前端,不覆盖原生代码)
├── inject.sh 注入脚本(mobile.css + mobile.js 到 dist)
├── mobile.css 触摸优化 + 竖屏适配 + 插件管理页 UI 适配
└── mobile.js 软键盘适配(VisualViewport 方案,横竖屏通用)
plugins/ 手机端自定义 DSH 工具插件
├── dsh-tool-shizuku/ 特权 shell(Shizuku 通道)
├── dsh-tool-android/ 结构化系统操作(包管理/应用/设置/截图/输入)
└── dsh-tool-accessibility/ 无障碍读屏/模拟操作(v1.7.0)
dsh-patches/ DSH 源码补丁归档 + overlay
├── README.md 补丁说明(适配原因/升级 DSH/打包)
├── apply.sh 重新应用源码补丁
└── overlay/ 改好后的源码文件
config/cordis.patch.yml DSH 组合配置(禁原生模块 + 插入 bash-local/shizuku/android 插件)
docs/开发指南.md 项目开发指南(架构/常用命令/注意事项)
详见 docs/开发指南.md 第六节「常用命令」与第七节「注意事项」。
关键点:
targetSdk 必须保持 28(≥29 会导致 node 二进制 EACCES 起不来)runtime/(node v26 + 依赖库)和 dshroot/(DSH 内核)才能打完整 APKbuild.sh 会自动注入 mobile.css/mobile.js,并做 API Key 安全检查⚠️ 这是源码与配置仓库,不含 APK 二进制、签名密钥(release.jks)、node 运行时、payload.zip、凭证文件。 📦 安装包(DeepSeekHarness.apk)、node 运行时与 DSH 内核分块包见 Releases;构建源码前需准备 runtime/ 与 dshroot/(分块包合并方法见 Release 说明)。
遇到问题、想提建议、或想交流用法?欢迎加入 QQ 群 / QQ 频道:
| QQ 群 | QQ 频道 |
|---|---|
![]() |
![]() |
也可以直接在 Issues 反馈,我会尽快回复。
本项目源码采用 MIT 许可证。