DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-daily-digest

z

dsh-daily-digest

Manifest valid★ 1

DSH Daily Work Summary Plugin: Automatically records tasks/sessions/errors, generates daily/weekly reports in Markdown with one click, Web floating summary card

UI (client)hasBundlePatch

dsh-daily-digest · DSH 每日工作摘要

自动把「今天和 AI 干了什么」沉淀成日报/周报的 DeepSeek Harness 插件。

  • 自动记账:任务(完成/失败)、会话(标题、轮数、用过的工具、结束状态)、请求错误
  • 按天落盘(profile 的 data 目录,如 ~/.dsh/profiles/web/data/daily-digest/digest.json),重启不丢
  • Web 悬浮卡片:实时统计 + 近 7 天趋势条 + 一键复制日报/周报
  • 全部接口返回 JSON / Markdown,无界面依赖

界面预览

悬浮摘要卡

悬浮卡关闭状态(迷你按钮)

生成的日报

安装

需要 DeepSeek Harness(Node.js 18+),任选一种方式:

# 方式一:npm 安装(推荐,最新发布版)
dsh plugin --profile web add dsh-daily-digest

# 方式二:从 GitHub 安装(最新 main 分支)
dsh plugin --profile web add github:zhaoxuejie/dsh-daily-digest#main

# 方式三:本地开发安装
# dsh plugin --profile web add file:./dsh-daily-digest

dsh web

重启后网页右下角出现「📋 今日摘要」卡片。

更新插件:有新版时重新执行一次 add(或先 remove 再 add),然后重启 web。

接口

接口说明
GET /daily-digest/today今日汇总 JSON(含会话明细 sessions.list)
GET /daily-digest/report?date=YYYY-MM-DD指定日期 Markdown 日报(缺省今天)
GET /daily-digest/weekly?from=&to=周报 Markdown(缺省最近 7 天含今天)
GET /daily-digest/week近 7 天趋势 JSON(卡片柱状图数据源)
GET /daily-digest/range?from=&to=区间聚合 JSON

配置(~/.dsh/settings.yaml,热更新)

dsh-daily-digest:
  enabled: true
  keepDays: 30        # 数据保留天数(1~365)
  recordTools: true   # 隐私开关:是否记录工具名
  recordLabels: true  # 隐私开关:是否记录任务名(计数仍保留)

数据语义

  • 任务:DSH 后台任务系统(jobs)里的 job 结束(成功/失败)时记一笔;普通对话回合不算任务。
  • 会话:新开会话计 startup,打开旧会话续接计 resume(次数,非会话数);会话明细按 session.id 追踪,重启后续接不会重复记账。
  • 标题:优先 session/title 事件,兜底 sessionTitle 服务。

文件结构

dsh-daily-digest/
├── package.json        # bundle 声明(Node + client 双 half)
├── cordis.patch.yml
├── assets/             # README 界面预览截图
│   ├── img1.png
│   ├── img2.png
│   └── img3.png
└── lib/
    ├── index.mjs       # Node half:记账 + 落盘 + 接口
    └── client.js       # Web half:悬浮摘要卡(__ModuleLoader__ 挂载)

开发提示

  • 改 Node half → 重启 web;改 client half → 刷新浏览器。
  • 如果安装形态是拷贝(nodeLinker: hoisted),改代码后需 remove + add 重新安装再重启。

License

MIT

Versions

Latest versionPublishedSize
0.2.0——
0.2.1——
0.2.2——

Comments

Loading…

From the same category

archify

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesDevelopment & InfrastructureManifest valid

★ 72k

↓ 3.5k/wk

MIT

JavaScript

Sep 26, 2026

dsh plugin --profile agent add @tt-a1i/archify-dsh

DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP.

Tools & CapabilitiesManifest valid

★ 41.7k

↓ 236/wk

MIT

Aug 24, 2026

dsh plugin --profile web add dsh-plugin-reactive-resume

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

★ 30.2k

↓ 838/wk

NOASSERTION

Go

Sep 26, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by anywhere-labs

为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。

Tools & CapabilitiesManifest valid

★ 29k

↓ 167/wk

MIT

TypeScript

Sep 25, 2026

dsh plugin --profile web add dsh-plugin-desktop

deepseek-harness-desktop is a interface plugin for DeepSeek Harness. See the repository documentation for its documented capabilities.

Tools & CapabilitiesUI & Experience

★ 28.6k

MIT

Index only — not installable

by titanwings

Distilly — Distill how they think into reusable Skills for any Agent or Bot. Formerly Colleague Skill(原同事 Skill).

Tools & Capabilities

★ 25k

MIT

TypeScript

Sep 22, 2026

Index only — not installable