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.

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

dsh-office-suite

Office Suite

DSH animated office dashboard: work logs / deliverables / preview / token stats, one-click generation of standalone animated office HTML

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

npx -y @deepseek-ai/dsh plugin --profile web add github:steven95/dsh-office-suite#b79ce6f92abfa07b8bdcc6b411c7f109039b3281
READMECompatibilityVersions

Compatibility and provenance

Office Suite is published as dsh-office-suite and currently resolves to version 0.1.4. 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/20/2026

Versions

0.1.4stable
8/24/2026
0.1.3stable
8/24/2026
0.1.2stable
8/24/2026
Show 2 more versionsCollapse versions
0.1.1stable
8/18/2026
0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.4
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
47
Last push
8/24/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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-office-suite · 办公室动画仪表盘

一个 DeepSeek Harness(DSH)插件:把「这次会话干了什么、产出了什么、花了多少 token」折叠成一份可独立打开的办公室动画仪表盘 HTML。

与 dsh-office(实时精灵办公室面板)差异化:本插件聚焦会话复盘——任务收尾时一键生成可视化工作汇报,含工作日志、产出物、token 统计与办公室场景动画。

功能

能力说明
📋 工作日志从 session 事件流折叠回合/步骤/用户消息/工具调用/助手消息,含工具产出文件与 token 用量
📦 产出物提取成功写入的文件路径,去重保序,记录出现次数
📊 Token 统计输入/输出/缓存读/缓存写/推理分项 + 回合/步骤/工具调用次数
🏢 办公室动画自包含 HTML:AI 助手在办公桌前打字、思考气泡、时钟走动、数据进度条动画
🔍 产出物预览文本文件返回内容摘要,图片/音视频/压缩包返回类型与大小

工具

工具说明
office_dashboard生成办公室动画仪表盘 HTML 并写入指定目录
office_log查询工作日志(limit 可调)
office_deliverables查询产出物列表
office_tokens查询 token 统计
office_preview预览产出物文件

安装

dsh plugin add dsh-office-suite

或手动在 profile 的 package.json 的 dependencies 与 dsh.profile.bundles 中加入 dsh-office-suite,并确保 cordis.patch.yml 包含:

- insert:
    - id: office-suite
      name: dsh-office-suite
      inject: [tools]

使用

在会话中让助手调用:

生成办公室仪表盘,输出到 ~/Desktop

即可得到 ~/Desktop/office-dashboard.html,用浏览器打开即可查看动画仪表盘。

架构

index.js                插件入口:注册投影单元 + 5 个工具
lib/log.js              工作日志投影单元(事件折叠)
lib/deliverables.js     产出物投影单元(文件路径提取)
lib/tokens.js           token 统计投影单元(usage 折叠)
lib/dashboard.js        办公室动画仪表盘 HTML 生成器(纯函数)
lib/preview.js          产出物预览(纯函数)
cordis.patch.yml        bundle 声明
  • 投影单元通过 ctx.inject(['sessionProjections'], ...) 可选注入,headless 环境不受影响。
  • 业务逻辑全部为纯函数,可独立测试,不依赖 DSH 运行时。

License

MIT