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.

Calibre Ebook Translator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-calibre-ebook-translator

Calibre Ebook Translator

Book-translator agent preset for DeepSeek Harness (dsh): chunked whole-book translation with persistent glossary, memory-capsule and progress files, plus an independent review subagent, adapted from the Calibre ebook-translator workflow. The preset is synced into ~/.dsh/.agent-presets on host startu

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

npx -y @deepseek-ai/dsh plugin --profile web add github:riverai/dsh-calibre-ebook-translator#a25cfb1c0c8e63d9016165682ed0c87d0725fb25
READMECompatibilityVersions

Description

Book-translator agent preset for DeepSeek Harness (dsh): chunked whole-book translation with persistent glossary, memory-capsule and progress files, plus an independent review subagent, adapted from the Calibre ebook-translator workflow. The preset is synced into ~/.dsh/.agent-presets on host startup.

Compatibility and provenance

Calibre Ebook Translator is published as dsh-calibre-ebook-translator and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/16/2026

Versions

0.1.0stable
9/16/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/16/2026
View source ↗
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

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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

harness中的Calibre书籍翻译插件适配

这是我的博客提示词(2023年版)转换成了agents工作流的版本。 博客地址:https://www.yayaus.com/2025/02/11/calibre%E6%8F%92%E4%BB%B6ebook-translator%E6%8F%92%E4%BB%B6%E7%9A%84%E6%8F%90%E7%A4%BA%E8%AF%8D%E5%88%86%E4%BA%AB.html

Calibre中的ebook翻译插件在现代化agents工作流中的适配

Calibre Ebook翻译插件至今没有MCP支持,所以只能手动复制。相关功能请求我之前已经提交到了Ebook项目,不过目前没有被采纳。

自研mcp正在测试中,解放双手,几小时全自动搞定一本书。

使用方法:

下载到dsh的agents预设文件夹中,然后输入“开新书 某个名字 你的其他想法,比如这本书应该用什么风格,如果不写就用我内置的风格决策和探测自动决定”。

工作流会新建我手动制定格式的术语表,进度,记忆markdown文件。

每次主agent进行翻译之前都会主动读取三个文件,防止轮次过多之后忘记了自己要做什么。

每次你手动输入的新指令,都会记录在记忆文件中,与之前的设计完成闭环。

术语表包含原文,译文,首次出现块位置,备注与备选,允许相同词汇出现不同翻译。

主agent在翻译时已经包含框架提供的大量上下文,不需要额外的读入上下文。

审校subagent因为是白纸,会在调用时候直接使用read工具读取原文chunk,中间译文,术语表,前面两期左右的译文成品chunk。 同时主agent还会向审校subagent直接传入大量的本次翻译细节,包括有哪些翻译思路和难点。

在审校agent拿到足够信息之后,会直接返回固定格式的评审意见,主agent自主决定接受还是拒绝。

最后翻译成品会写入成品稿件.txt。

同时,在用户对话主界面不会输出完整译文,但是会输出新的术语决策,翻译要点,翻译难点,遗留问题等其他信息。

目前在提示词中是允许回改的,在合适的时候如果翻译主agent发现过往翻译有误,会调用搜索和阅读工具回改以前的部分(可能需要用户对话框授权)。

一旦发生了回改,该次回改会立即记录在记忆文件中,最后导出的时候会重新在主屏幕打印这次的信息。