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.

Paperlab — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-paperlab

Paperlab

DeepSeek Harness bundle for PaperLab: an Overleaf-style workbench where you annotate a rendered PDF and a dsh agent revises the LaTeX sources.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-paperlab@0.1.2
READMECompatibilityVersions
PaperLab 界面截图

Compatibility and provenance

Paperlab is published as dsh-paperlab and currently resolves to version 0.1.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.1.2stable
8/15/2026
0.1.1stable
8/15/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
420.5 kB
Files
10
Surface
any
License
MIT
Source
npm
GitHub
★ 6
Weekly downloads
124
Security scan
✓ v0.1.2 scan passed
Last push
8/15/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

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

PaperLab logo

PaperLab

Overleaf 式论文迭代修改工作台,AI 引擎是 DeepSeek Harness 插件。

English · 快速开始 · 架构 · 贡献指南

在浏览器里编辑 LaTeX、看真实排版的 PDF、选中任意文字写批注;点一下按钮,DeepSeek Harness 的 agent 就会按批注逐条改写论文、验证编译、提交 git——所有修改都有 diff、可回滚、可导出。

PaperLab 界面截图

✨ 功能

🖥 界面📄 批注🤖 AI 修订
Overleaf 式三栏布局,面板可拖动在 PDF 上选中任意文字写意见基于 dsh agent:读批注 → 唯一匹配编辑 → 编译检查 → git 提交
源码编辑即自动保存、自动编译黄色高亮精确落位(页面坐标)宽屏轨迹直播思考过程 / 工具调用 / 输出,带计时与 LIVE 状态
真实 PDF 渲染(公式图表排版一致)「定位」红窗展示修改前原文工作台内切换模型 / 思考强度 / 编排模式
📜 版本管理📦 工程能力
每个项目即 git 仓库,AI 修订自动 checkpoint一键导出:源文件(含批注)/ PDF / git 历史
历史浏览、任意 diff、一键 revert 回滚自动识别 XeLaTeX / 尊重 latexmkrc,多编译引擎降级链

🔄 工作流

PaperLab 工作流

🏗 架构

PaperLab 的 AI 执行引擎完全运行在 DeepSeek Harness 里,工作台从不直接调用模型 API:

部分技术职责
web/React + Vite + PDF.js三栏界面、PDF 选中批注、轨迹大视图、历史/导出
server/FastAPI项目管理、LaTeX 编译、批注与 git 版本管理、静态托管
plugin/DeepSeek Harness bundle(TypeScript)论文修改工具 + HTTP 触发端点 + 模型/预设设置代理
浏览器 ⇄ FastAPI ──(127.0.0.1:3923)──▶ dsh-paperlab 插件 ──▶ dsh agent loop
                                                    │
                                    dsh LLM 适配器(凭据/路由/思考强度)

详见 docs/architecture.md。

🚀 快速开始

前置:Node.js ≥ 20、pnpm ≥ 10、Python ≥ 3.11、git、DeepSeek Harness(dsh)。LaTeX 可选。

git clone https://github.com/maple-pwn/paperlab.git
cd paperlab
./start.sh                # 或 make start

start.sh 自动:装依赖 → 构建 → 安装插件到 dsh profile → 启动 dsh → 启动工作台。 浏览器打开 **http://127.0.0.1:8210**。

🔑 模型凭据属于 dsh:在 dsh Web UI(http://127.0.0.1:3080)「模型」页配置即可,PaperLab 不接触任何 API key。

📦 安装插件

仓库根即符合官方规范的 dsh bundle(dsh.bundle + cordis.patch.yml + 预构建 lib/):

dsh plugin --profile paperlab add dsh-paperlab                     # npm
dsh plugin --profile paperlab add github:maple-pwn/paperlab        # GitHub
dsh plugin --profile paperlab add .                                # 本地开发

⚠️ 安装插件等于运行第三方代码:请先阅读源码,并在不保存密钥的环境中试用。

🧪 测试

make test
# server: pytest · web: tsc + vite build · plugin: tsc + tsup + 工具单测

📄 许可证

MIT © 2026 PaperLab contributors

🔗 社区

  • 加入 DeepSeek Harness 插件生态(topic: dsh-plugin)
  • 问题与建议:提交 Issue