DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-daily-log

Daily Log

DeepSeek Harness 的每日工作日志插件:/daily scaffold,以及 daily_log_write(写入时合并并创建 .bak 备份)、daily_log_read 和 daily_log_list 工具;生成 YYYY-MM-DD.md 和支持主题的 YYYY-MM-DD.html

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ShineFree7/dsh-daily-log#b5dd9717281ce89bd4f31281edb3e5a2436c699d
README兼容性版本

兼容性与来源证明

Daily Log 以 dsh-daily-log 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/23

版本

0.2.0stable
2026/8/23

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
未声明
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/23
查看源码 ↗
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 和进程生命周期管理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:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。

README

dsh-daily-log

dsh-daily-log 是 DeepSeek Harness 的每日工作日志插件。/daily 命令会生成 YYYY-MM-DD.md 和跟随系统浅色/深色主题的 YYYY-MM-DD.html 仪表盘;同时提供 三个面向模型(agent)的工具用于读取、合并、列出日志。所有文件都写入配置的 outputDir,默认是 ~/.dsh/daily-log。

dsh-daily-log is a daily work log plugin for DeepSeek Harness. The /daily command scaffolds YYYY-MM-DD.md plus a theme-aware YYYY-MM-DD.html dashboard (system light/dark), and three model-facing tools read, merge, and list logs. All files are written under the configured output directory, defaulting to ~/.dsh/daily-log.

截图 Screenshots

浅色 / Light

Light

深色 / Dark

Dark

功能 Features

  • /daily 一键生成当天或指定日期日志:/daily、/daily 2026-08-19、 /daily list

  • 六个固定区块:done(已完成)、changes(变更)、problems(问题)、 next(下一步)、improve(改进)、takeaways(经验)

  • Markdown 与 HTML 双格式;HTML 为仪表盘版并支持系统浅色/深色主题

  • 模型工具:daily_log_write(按区块合并写入,覆盖前自动 .bak 备份)、 daily_log_read(结构化读取)、daily_log_list(列出已有日志)

  • 支持 zh / en locale 配置

  • /daily scaffold for today or a specific date: /daily, /daily 2026-08-19, /daily list

  • Six fixed sections: done, changes, problems, next, improve, takeaways

  • Both .md and a dashboard-style, theme-aware .html (system light/dark)

  • Model tools: daily_log_write (section-level merge with .bak backups before overwrite), daily_log_read (structured read), daily_log_list (list dates, newest first)

  • zh / en locale support

布局 Layout

  • src/index.ts — Cordis 插件入口:注册 /daily 与三个工具

  • src/daily-log.ts — 日期解析、Markdown/HTML 渲染、合并写入(.bak 备份)、 读回解析、列表

  • cordis.patch.yml — dsh.bundle 引用的补丁层

  • scripts/smoke.mjs — 无依赖 smoke 测试(Node 24 类型剥离)

  • assets/ — 浅色/深色截图

  • src/index.ts — Cordis plugin entry: registers /daily and the three tools

  • src/daily-log.ts — date parsing, Markdown/HTML rendering, merge-on-write with .bak backups, read-back parsing, listing

  • cordis.patch.yml — bundle patch layer referenced by dsh.bundle

  • scripts/smoke.mjs — dependency-free smoke test (Node 24 type stripping)

  • assets/ — light/dark screenshots

使用 Usage

面向用户的 /daily 命令:

Human-facing /daily command:

/daily              # today, default output directory
/daily 2026-08-19   # a specific date (scaffold only, never overwrites)
/daily list         # list existing log dates, newest first

面向模型(agent)的工具:

Model-facing tools:

  • daily_log_write — 写入某天日志。合并规则:只覆盖你传入的区块,未传的 区块保留原内容(首次写入时缺失区块渲染为提示占位)。即将被覆盖的文件会先备份 为 YYYY-MM-DD.bak.md / .bak.html。六个区块中至少提供一项:done、 changes、problems、next、improve、takeaways。空数组视为“未提供” (不会清空区块)。返回 updated / preserved / backups 供确认。
  • daily_log_read — 将某天日志读为结构化区块 + 原始 Markdown(省略 date 即今天)。
  • daily_log_list — 列出输出目录中全部日志日期,最新在前。

problems 的每条可写成“问题:xxx;解决:yyy”(也可用“处理方式:”“,改用” 等自然写法);HTML 渲染时会自动拆分为“问题/解决”两栏,没有解决方式的条目 右侧显示横杠。

  • daily_log_write — write one date's log. Merging: only the sections you send are overwritten; omitted sections keep their previous content (a first write renders missing sections as hint placeholders). Files that will be overwritten are first backed up to YYYY-MM-DD.bak.md / .bak.html. Provide at least one of the six sections: done, changes, problems, next, improve, takeaways. Empty arrays count as "not provided" (never wipes a section). Returns updated / preserved / backups for confirmation.
  • daily_log_read — read one date's log as structured sections plus the raw Markdown (date omitted = today).
  • daily_log_list — list all log dates in the output directory, newest first.

Each problems item may use "Problem: xxx; Solution: yyy" (or natural phrasing such as "处理方式:" / ",改用" / "fixed by"); the HTML renderer splits it into a problem/solution pair, and an item without a solution keeps a dash on the right.

.md 与 .html 始终渲染全部六个区块,.md 同时是合并数据源。如果手工编辑 破坏了生成格式,下次合并会明确报错而不是覆盖,daily_log_read 也会返回原始 Markdown 以便恢复。

Both .md and .html are always rendered with all six sections; the .md is also the merge source. If hand edits break the generated section format, the next merge fails loudly instead of overwriting, and daily_log_read returns the raw Markdown for recovery.

配置 Configuration

在 profile 的 cordis.patch.yml 中覆盖输出目录与语言:

Override the output directory and language from the profile's cordis.patch.yml:

- id: dsh-daily-log
  config:
    outputDir: 'D:\\dsh\\workspace\\daily-log'
    locale: zh   # 'zh' (default) or 'en'

outputDir 默认为 ~/.dsh/daily-log(不会使用 process.cwd());locale 控制区块标题、工具描述、命令输出和渲染文档的语言。

outputDir defaults to ~/.dsh/daily-log (never process.cwd()); locale controls section labels, tool descriptions, command output, and the rendered documents.

本地开发 Local development

包面向 Node >= 24,直接通过原生 TypeScript 类型剥离加载 src/index.ts, 本地链接无需构建步骤。运行 pnpm smoke 执行 smoke 测试;类型检查先 pnpm install,再 pnpm typecheck。

The package targets Node >= 24 and loads src/index.ts directly through native TypeScript type stripping, so no build step is required for local links. Run the smoke test with pnpm smoke. Type checking needs pnpm install first, then pnpm typecheck.

安装到 profile:

Install into a profile:

dsh plugin --profile web add /absolute/path/to/dsh-daily-log