DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Remote Desktop — DeepSeek Harness 插件(DSH Plugin)
← Plugins
R

dsh-remote-desktop

Remote Desktop

DeepSeek Harness 的远程桌面移动端 Shell 和中文输入插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:zptalk0221-cpu/dsh-remote-desktop#c77e4a8b5af4c80fa7d4a9734d146d02347a5eb0
README兼容性版本

兼容性与来源证明

Remote Desktop 以 dsh-remote-desktop 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/26

版本

0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/29
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器

README

Remote Desktop Mobile Plugin

English | 中文

Turns DeepSeek Harness running on a computer into a phone-friendly remote-desktop shell with landscape conversation reading and mobile input.

Mobile shell in a remote desktop session

Use this plugin together with a remote-desktop app such as UU Remote. The remote-desktop app carries the computer display and input to the phone; this plugin adapts the Harness Web interface for touch, landscape reading, and Chinese input. It does not provide or establish a remote-desktop connection.

Features

  • 横屏遥控: hides the sidebars, rotates the conversation into one column, and enlarges LLM body text for phone reading while keeping Think rows compact.
  • 输入法: supplies common symbols, T9 Chinese candidates, a QWERTY English keyboard, a numeric keyboard, and delete, clear, newline, space, and language controls.
  • 收起列表: collapses the session list when a landscape layout is not needed.

The candidate strip has a fixed height so changing candidates never resizes the keys. The first Chinese-mode key is 分词, which inserts a separator; after numeric pinyin input, the symbol column becomes a pinyin-combination selector that narrows candidates.

Usage

  1. Install the plugin and start Harness Web on the computer:

    pnpm dsh plugin --profile web add github:zptalk0221-cpu/dsh-remote-desktop
    pnpm dsh web
    
  2. Connect to that computer from a phone through UU Remote or another trusted remote-desktop app, then open Harness Web.

  3. Use the controls at the lower right: select 横屏遥控 for landscape reading, 输入法 to type, and 翻转方向 if the remote desktop reports the opposite orientation.

Candidates are written into the most recently focused Harness composer. Focus the composer before choosing one.

Installation Details

The plugin installs as an out-of-tree bundle in the selected $DSH_HOME profile, so Harness upgrades do not replace it. The dictionary is embedded in lib/client.js; runtime use does not contact Google or download a dictionary. The repository includes the browser bundle, so GitHub installs do not need a prepare script or local build toolchain.

Development

The plugin is built from the Harness workspace because its client bundle consumes Harness-provided React and client slot runtime dependencies. From the Harness checkout:

pnpm --dir plugins/dsh-remote-desktop build

Commit the generated lib/client.js together with source changes before publishing a release. The package entry points are index.js for the host half, cordis.patch.yml for profile composition, and lib/client.js for the browser half.

Limitations

This is a Harness plugin, not a remote-desktop service, standalone Web application, replacement composer, or separate dictionary service. Configure remote device access according to the security policy of your chosen remote-desktop app.