DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Followup Actions — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
F

dsh-followup-actions

Followup Actions

DeepSeek Harness 追问快捷键:回答下面多一排按钮(翻译、说人话、缩成三句、找漏洞…),点一下就填好追问,给不知道怎么接着问的人用。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ciceroyang/dsh-followup-actions#eb2bf308dd142ff141f8f0186751091b2c409746
README兼容性版本

兼容性与来源证明

Followup Actions 以 dsh-followup-actions 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.1stable
2026/9/17

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。

README

dsh-followup-actions

A row of follow-up chips under every finished answer in DeepSeek Harness. Click one and a complete follow-up question lands in the composer — you still press send.

Built for people who read an answer, do not know what to ask next, and give up. The chips are named after the reaction, not the technique: 说人话, 缩成三句, 给我步骤, 哪里可能不对.

The chips

chipwhat it asks for
说人话用大白话重讲一遍,不用行话
翻译成中文译成自然中文,不逐字直译
缩成三句结论 / 依据 / 下一步
给我步骤能照着做的步骤,每步带验收标准
做成表格关键信息整理成表
举个例子每个结论配一个具体例子
哪里可能不对逐条指出可疑、过时或无依据的地方
写成邮件直接能发的邮件草稿
换成英文自然的书面英语

Install

dsh plugin --profile web add github:ciceroyang/dsh-followup-actions#v0.1.1

One command installs the package and mounts it: the manifest declares dsh.bundle, so the profile adds the package to its loader tree, and the browser half is served from exports["./client"].

From a local checkout instead, mount it by hand:

ln -sfn "$PWD/dsh-followup-actions" ~/.dsh/profiles/web/node_modules/dsh-followup-actions
# then in ~/.dsh/profiles/web/cordis.patch.yml
- insert:
    - id: followup-actions
      name: dsh-followup-actions

The web profile reloads the patch live; refresh the page afterwards.

Notes

  • The chips never send on their own; the draft is always editable first.
  • Each prompt refers to 上面这条回答, so it needs no access to the message text and works in any session.
  • The list is plain data in lib/actions.js. Adding one is a data change plus a test.
  • No network, no storage, no telemetry.

Test

node build.mjs && node --test

Licence

MIT. Maintained by @ciceroyang.