by woaiys3
把 DeepSeek Harness 打包成可直接安装的 Android APK:原生壳 + 移动端适配 + Shizuku 特权插件 + 系统能力插件
# 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.
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:原生壳 + 移动端适配 + Shizuku 特权插件 + 系统能力插件. It has 51 GitHub stars.
deepseek-harness-android-app's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
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!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ 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.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
把 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),完整文件见
docs/screenshots/。
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 插件 | 能力 |
|---|---|
dsh-tool-shizuku |
特权 shell:任意系统命令(pm/am/settings/dumpsys…),异步执行 + 环境消毒 + dex 只读自愈 |
dsh-tool-android |
结构化系统操作:包管理 / 应用管理 / 系统设置 / 截图 / 模拟输入 |
通过这两个插件,AI 不再只是"聊聊天",而是能真正控制你的手机。
下载 Releases 里的 DeepSeekHarness.apk 安装即可。
🆘 打不开 / 白屏 / 连接失败? 先看 启动排查(常见问题都能自助解决)。
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-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 说明)。
本项目源码采用 MIT 许可证。