DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Paper Slides — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-paper-slides

Paper Slides

为 DeepSeek Harness (dsh) 将论文转为学术报告 — 论文转 PPT / 组会汇报 / 会议报告 / 答辩 / 开题。读取真实全文,根据不同场合分配报告时长,并围绕图表构建演示文稿,同时将演讲备注编写为讲稿。驱动 dsh-ai4schol

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-paper-slides@0.2.0
README兼容性版本

兼容性与来源证明

Paper Slides 以 dsh-paper-slides 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.0stable
2026/8/17
0.1.0stable
2026/8/17

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
50.6 kB
文件数
16
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
132
安全扫描
✓ v0.2.0 扫描通过
最近提交
2026/8/17
查看源码 ↗项目主页 ↗
README Badge

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

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

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

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

README

dsh-paper-slides

Paper → academic talk, for DeepSeek Harness

English | 中文

Give the agent a DOI and a slot length, get a talk: the actual full text read rather than the abstract, the slot budgeted for the venue, the deck built around the figures, and the speaker notes written as the script.

"把这篇 10.1038/s41586-021-03819-2 做成 12 分钟的会议报告"

Install

This pack orchestrates; it reads nothing and renders nothing itself. Install all three:

dsh plugin --profile web add dsh-ai4scholar dsh-slides dsh-paper-slides
dsh web
PackageSupplies
dsh-ai4scholarThe paper — search, full text, figures, citations
dsh-slidesWriting the deck to a file
dsh-paper-slidesThe arc between them

With a companion missing, the guidance says so and names the install command rather than routing around it — a talk drafted from a remembered abstract is exactly what this pack exists to prevent.

What it adds

plan_talk — the part of "turn a paper into a talk" that is not a judgement call. How long a slot runs, how many slides fit, and which beats a venue expects are conventions, so they are data here rather than improvised per call:

VenueTypicalThe rule that decides the talk
seminar 组会汇报15 minThe room knows the field. Skip the background; spend it on what you did and what is stuck
conference 会议报告12 minOne message. Decide the sentence they remember, make every slide serve it
defense 答辩25 minThe committee weighs whether the contribution is yours and whether you know its limits
proposal 开题20 minNo results yet, so the talk is judged on feasibility. Spend the slides there
journal-club 文献汇报20 minSomeone else's paper. The value you add is judgement, not a summary

The tool returns a slide budget per beat, plus what belongs on the slide versus in the notes. Beats keep their minimum however short the slot; what is left over goes to the evidence, not the setup.

It also returns the formats the venue expects, to be passed straight to make_slides. A defense, a conference talk and a proposal panel all end with someone else's machine opening the file, so those ask for ["html", "pptx"]; a group meeting and a journal club do not, so those stay ["html"]. Which file a venue wants is a convention too, and getting it wrong means arriving with a deck the room cannot open.

The paper-to-talk skill — the long procedure: read for the four questions a talk has to answer, decide the one message before drafting, title figure slides with the finding rather than "Figure 3", write the notes as what the presenter says, and check the deck against the plan before claiming it is done.

The chain

  1. Read the paper. read_by_doi / read_arxiv_paper / read_semantic_paper, or search_papers first when only the title is known. Never a remembered abstract.
  2. Budget. plan_talk with the venue and slot. Before drafting — drafting first and trimming later produces a compressed paper instead of a talk.
  3. Build. make_slides with the filled-in plan and the plan's delivery.formats — a self-contained HTML deck, plus an editable .pptx where the venue needs one.

Configuration

The bundle inserts one row (id: paper-slides). Override it from your profile's cordis.patch.yml (a patch replaces the whole config, so restate every key you keep):

- id: paper-slides
  config:
    skills: true            # register the paper-to-talk skill
    planTool: true          # register plan_talk
    promptGuidance: true
    promptOrder: 145

Notes

  • The skill body is in English. The model carries the procedure out and reports in whatever language the user is writing in.
  • Output formats come from dsh-slides: a self-contained HTML deck that presents offline and prints to PDF, and an editable .pptx with the speaker notes carried over.

License

MIT

相关插件

继续浏览 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 中提供树状监视器