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.

Daily Sticky — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-daily-sticky

Daily Sticky

每日语音便签 DSH web plugin: lightweight floating notes (mark complete and undo, edit, add, and delete) + JSON daily logs + week-over-week/month-over-month count statistics. Retains the AI voice extraction workflow and removes the Pomodoro timer.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:DoggyHU/dsh-daily-sticky#b98b019ccdfdfb12bc3102f195559b564c58defa
READMECompatibilityVersions

Compatibility and provenance

Daily Sticky is published as dsh-daily-sticky and currently resolves to version 0.2.11. 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.2.11stable
8/24/2026
0.2.10stable
8/21/2026
0.2.8stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.11
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
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-daily-sticky

每日语音便签 · DeepSeek Harness (dsh) Web 插件

一个轻量浮动便签,从既有 daily-voice-plan(语音 + 番茄钟)演化而来——保留语音闭环、去掉番茄钟,换成勾选完成的便签 + JSON 按日日志 + 周/月环比统计。

功能

  • 轻量浮动便签:浮在 DSH 界面右上,可拖拽、可关闭。只有两种状态:右下角缩略 x/x 计数,或完整编辑界面。
  • 勾选 = 完成(可取消):勾选划掉但保留在便签上;再点取消。
  • 任务行:可双击编辑文本、点备注编辑、可删除、可新增;支持多行粘贴批量添加。
  • 未完成顺延:昨天的任务会自动滚到今天,下面用灰色小字标 昨天 / 前天 / 3天前(超过 3 天一折算 3天前),完成的不顺延。
  • AI 智能输入(双模式):手动输入,或贴一段杂乱口语/语音转文字 → 由 DSH 当前正用的模型(agentDefaultModel,同对话框通道)抽成便签任务,逐条勾选/改字后落盘;可自选模型(默认「跟随当前」)。
  • 对话即写:在对话里说「把这个加进便签 / 记一下 XXX」→ AI 直接写入当日 plan JSON(sticky_* 工具),便签轮询实时出现。
  • 统计:本周/本月 录入数、完成数、完成率 + 周环比 / 月环比(纯本地 JSON 计算,不调 LLM)。
  • JSON 落盘:plan/YYYY-MM-DD.json(当日便签快照)+ logs/YYYY-MM-DD.json(事件日志),按日分文件,持久化,重启/关机不丢。

截图

AI 智能输入(DSH 当前模型抽取)今日便签任务列表
AI 智能输入任务列表
周/月环统计右下角便签入口
统计右下角便签

数据位置

默认数据目录:~/.dsh/dsh-daily-sticky/

~/.dsh/dsh-daily-sticky/
├── plan/YYYY-MM-DD.json    当日便签快照(tasks 数组)
└── logs/YYYY-MM-DD.json    当日事件日志(events 数组,统计用)

plan JSON

{ "date": "2026-08-19",
  "tasks": [{ "task_id": 1, "text": "论文:黎老师文章", "date": "2026-08-19",
              "done": false, "note": "...", "created_at": "...", "done_at": null,
              "origin_date": "2026-08-19" }],
  "saved_at": "..." }

logs JSON

{ "date": "2026-08-19",
  "events": [{ "action": "added|done|undone|edited|deleted|note",
               "task_id": 1, "text": "...", "ts": "..." }],
  "created_at": "...", "updated_at": "..." }

安装(dsh web 插件)

打 tarball 后装进 web profile:

pnpm pack --pack-destination /path/to/tarballs      # 生成 dsh-daily-sticky-<version>.tgz
dsh plugin --profile web add /path/to/tarballs/dsh-daily-sticky-<version>.tgz

# 或从 git 源安装(需先 build)
dsh plugin --profile web add github:DoggyHU/dsh-daily-sticky

装好重启 dsh web,刷新页面后右上角即出现便签。

插件依赖的 @deepseek-ai/* / cordis 由 dsh 官方运行时经 profile pnpm 闭包注入,不要在 package.json 声明它们(官方未发布到公共 npm)。

开发 / 构建

git clone https://github.com/DoggyHU/dsh-daily-sticky
cd dsh-daily-sticky
pnpm install          # devDependencies 用 link: 指到本地 harness
pnpm run build        # esbuild 打包 host + client,tsc 生成 .d.ts
pnpm run typecheck

技术结构

  • host 半 src/index.ts:cordis 插件,注册 sticky Typert Remote(src/runtime.ts)、sticky_* 工具(src/tools.ts);数据层 src/datastore.ts、会话查漏 src/scan.ts、AI 抽取 src/llm.ts、统计 src/stats.ts、契约 src/contract.ts。
  • client 半 src/client/index.tsx:body portal 渲染 StickyPanel.tsx(浮动便签、查漏、统计、AI 输入)。
  • 契约与 wire 严格 codec:src/contract.ts(STICKY_INVOCATIONS,host/client 同源)。

License

MIT