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.

Time Prefix — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-time-prefix

Time Prefix

Send-time prefix plugin: prepend local time to user messages, with a settings toggle.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:2522669008-zcy/dsh-time-prefix#e19a5ec4f726901c0cb67813e0b4425885b7ee27
READMECompatibilityVersions

Compatibility and provenance

Time Prefix is published as dsh-time-prefix and currently resolves to version 0.1.0. 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/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/24/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

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-time-prefix

在 dsh 中为每条用户消息自动添加当前时间前缀的小插件,可在设置页开关。

安装

懒人方式

对你的 dsh 说:

安装这个 GitHub 仓库里的插件:https://github.com/2522669008-zcy/dsh-time-prefix

手动方式

git clone https://github.com/2522669008-zcy/dsh-time-prefix
dsh plugin --profile web add ./dsh-time-prefix

如果你的 dsh 命令不在 PATH 里,用:

npx @deepseek-ai/dsh plugin --profile web add ./dsh-time-prefix

安装后重启 dsh Web UI 即可。

功能

  • 每条用户消息前自动插入 【2026/08/23,22:36】 这样的时间文本
  • 设置页可开启/关闭
  • 与 dsh-timegap-plugin 的区别:本插件是“每条消息都带时间”,适合需要持续时间感知的场景

许可

MIT