DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Writing Remote — DSH Plugin for DeepSeek Harness
← Plugins

dsh-writing-remote

Writing Remote

Host-side Typert remote exposing the writing engine's read/search data to the client panel.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-writing-remote@0.6.2
READMECompatibilityVersions

Compatibility and provenance

Writing Remote is published as dsh-writing-remote and currently resolves to version 0.6.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.6.2stable
8/16/2026
0.5.1stable
8/15/2026
0.5.0stable
8/15/2026
Show 3 more versionsCollapse versions
0.4.0stable
8/15/2026
0.3.1stable
8/15/2026
0.3.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.6.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
12.6 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
103
Security scan
✓ v0.6.2 scan passed
Last push
8/25/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.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: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-writing-remote

DeepSeek Harness(DSH)写作三件套的 host 侧数据通道:把 dsh-tool-writing 引擎的项目/书库/检索数据,以 Typert remote 的形式暴露给客户端 dsh-client-ui-writing 面板。

为什么单独一个包

引擎跑在 host(Node),面板跑在浏览器,两者之间隔着 Typert 协议。remote 就是那层适配:面板要什么,remote 就提供什么——只读数据 + 编排触发,所有写操作仍在 host 侧引擎里完成,不把生成能力暴露给客户端。

Remote 方法

方法返回面板用途
workspaceIndex分卷目录(字数/状态/摘要)+ 全书统计 + 情节日志尾部索引视图、项目 tab
projectStatusmanifest、分卷分组、总字数、章数项目概览
chaptersList / chapterText章节列表 / 单章正文(截断预览)目录与预览
loreList设定文件按分类(characters/world/timeline/foreshadowing/other)设定浏览
projectSearch项目全文检索(SQLite FTS5)搜索 tab
libraryList / librarySearch书库列表 / 书库检索书库 tab
evolutionList演化条目(可按主体过滤)演化版本链
threadGraph多线叙事线索图谱数据SVG 线程图
syncNow章末自动编排(摘要+抽取+演化+伏笔提醒)「章末编排」按钮
scaffoldNow非破坏式铺骨架(幂等,空目录一键初始化)「一键初始化」按钮

所有方法都以 projectRoot 为第一参数定位小说工程,面板传当前工作区,host 侧实例化对应引擎。

安装与配置

dsh plugin --profile web add dsh-writing-remote
# 或
npm install dsh-writing-remote

依赖:dsh-tool-writing@0.3.0(引擎本体)与 @deepseek-ai/dsh-typert-protocol(peer)。

配置项只有 libraryRoot(默认 $DSH_HOME/writing-library),与引擎共享书库根。

许可证

MIT。