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.

Followup Actions — DSH Plugin for DeepSeek Harness
← Plugins
F

dsh-followup-actions

Followup Actions

DeepSeek Harness follow-up shortcuts: a row of buttons below each answer (Translate, Put in Plain Language, Condense to Three Sentences, Find Flaws, etc.). Click one to fill in a follow-up prompt, for people who don’t know what to ask next.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ciceroyang/dsh-followup-actions#eb2bf308dd142ff141f8f0186751091b2c409746
READMECompatibilityVersions

Compatibility and provenance

Followup Actions is published as dsh-followup-actions and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/17/2026

Versions

0.1.1stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/17/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
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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

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.