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.

Scratchpad — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-scratchpad

Scratchpad

Quick temporary conversation & workspace manager for DeepSeek Harness (DSH) Web GUI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Waverly-W/dsh-scratchpad#6bc9fd6415a138e52c25164204c10238d3c93e11
READMECompatibilityVersions

Compatibility and provenance

Scratchpad is published as dsh-scratchpad and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.3stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
8/21/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 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-scratchpad

DeepSeek Harness (DSH) Web GUI 临时对话工作区自动化管理插件

一键拉起临时工作区会话 · 自动归纳聚合分组 · 原生无感交互体验


背景痛点

在日常使用 DeepSeek Harness (DSH) Web GUI 时,经常需要进行一些临时测试、写个小脚本或随时快速提问:

  • 原生痛点:默认新建会话必须绑定当前项目工作区,或手动选择新的本地目录;如果每次随便选一个目录或新建临时文件夹,不仅操作繁琐,而且会导致左侧栏的工作区树散落大量的孤立文件夹,难以管理。
  • 解决方案:dsh-scratchpad 在侧栏顶部提供与「新会话」平齐的 「临时对话」 快捷操作,并自动将所有临时会话聚合收纳在 临时对话 折叠分组中。

核心特性

  • 零配置一键直达:在侧边栏顶部提供与「新会话」并排的「临时对话」按钮,点击立即创建并聚焦新会话,无需每次手动选择文件夹。
  • 统一聚合分组 & 始终置顶:所有临时对话沉淀在 ~/.dsh/scratchpads/ 下的 临时对话 分组中,自动监听并持久保持在左侧工作区树最顶部,不会因为导入新工作区而被挤下去。
  • 原生一致视觉:
    • 展开模式(Expanded):与原生「新会话」按钮像素级对齐(50% / 50% 并排布局、官方圆角/边框/背景色与悬停反馈);
    • 折叠模式(Rail):自动切换为 36×36 紧凑胶囊图标,悬停带有原生 Tooltip 提示。
  • 极致纯净与安全:基于 DSH 标准的 Client 模块系统(Lazy CJS)与响应式状态机构建,零全局 CSS 污染,零死循环风险。

安装与配置

方式一:通过 DSH 插件市场一键安装(推荐)

在 DSH Web GUI 中打开 设置 → 插件市场,搜索 dsh-scratchpad 并点击「安装」即可。

方式二:手动配置安装

  1. 将本仓库克隆至你的 DSH 插件目录:
    git clone https://github.com/Waverly-W/dsh-scratchpad ~/.dsh/plugins/dsh-scratchpad
    
  2. 在 Profile 配置文件 ~/.dsh/profiles/web/package.json 的 dependencies 中添加:
    "dependencies": {
      "dsh-scratchpad": "file:../../plugins/dsh-scratchpad"
    }
    
  3. 在 ~/.dsh/profiles/web/package.json 的 dsh.profile.bundles 数组中添加 "dsh-scratchpad"。
  4. 在 ~/.dsh/profiles/web 下执行 pnpm install 即可生效。

本地开发与校验

# 检查语法合规性
npm run check

开源协议

本项目采用 MIT License 开源协议。