DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-agent-sticky-note

Agent Sticky Note

📌 DeepSeek Harness 的便签设置选项卡——在 Web GUI 中查看代理通知和待处理决策(兼容 Tailscale)。零依赖,只读。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-agent-sticky-note@0.1.3
README兼容性版本
schematic

兼容性与来源证明

Agent Sticky Note 以 dsh-agent-sticky-note 发布,当前版本为 0.1.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.3stable
2026/8/23
0.1.2stable
2026/8/23
0.1.1stable
2026/8/23
查看其余 1 个版本收起版本
0.1.0stable
2026/8/23

相关插件

正在加载相关插件…

最新版
0.1.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
74.5 kB
文件数
8
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
38
最近提交
2026/8/23
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。

README

dsh-agent-sticky-note 📌

schematic

適配 DSH 0.1.1-rc.2(開發與驗證版本;插件只用 settings.section slot + ctx.webServer 穩定 API,預期向前相容)。上圖為示意圖。

English | 中文

What is this?

A DeepSeek Harness plugin that shows your agent's sticky-note file inside the DSH Web GUI as a Settings tab — so pending decisions, notices and version updates are never buried in chat message floods, and stay visible even when you access the harness remotely (e.g., over Tailscale) from a machine that cannot see the server's Desktop.

The note file lives on the harness machine (~/Desktop/DSH-便條紙.md by default) and is written/maintained by your agent (background watchers, headless workers, or the agent itself). This plugin simply renders it in the GUI:

  • 🟡 Sticky-paper styling, dark-mode aware
  • 🔄 Auto-refresh every 30 s while open + manual refresh button
  • 🔌 Zero dependencies — plain Node ESM + browser React from DSH's module table
  • 🙈 Read-only, no telemetry, no external calls

這是什麼?

一個 DeepSeek Harness(DSH)插件:把 agent 維護的「便條紙便條紙檔案」顯示在 DSH Web GUI 的設定分區裡。重要決策事項、通知、版本更新不再被對話訊息淹沒—— 透過 Tailscale 遠端連回 GUI 時也看得到。

便條檔案預設在 harness 主機的 ~/Desktop/DSH-便條紙.md,由你的 agent (背景 watcher / headless worker / 對話中的 agent)負責寫入與維護;本插件 只負責在 GUI 呈現:

  • 🟡 便利貼樣式,支援深色模式
  • 🔄 開啟時每 30 秒自動更新 + 手動重新整理
  • 🔌 零依賴 — 純 Node ESM + DSH module table 的瀏覽器 React
  • 🙈 唯讀、無遙測、無外部連線

Install 安裝

From npm 從 npm(建議,最快)

dsh plugin --profile web add dsh-agent-sticky-note
systemctl --user restart dsh.service

From a local directory 從本地目錄

git clone https://github.com/alanpaul1969/dsh-agent-sticky-note.git
dsh plugin --profile web add /path/to/dsh-agent-sticky-note
systemctl --user restart dsh.service   # or restart your harness

From GitHub 固定 commit(建議)

dsh plugin --profile web add github:alanpaul1969/dsh-agent-sticky-note#<40-char-commit>
systemctl --user restart dsh.service

Requires pnpm ≥ 11 on the host for profile installs. Host 需有 pnpm 11+(自動嘗試 corepack pnpm)。

Then open Settings → 📌 便條紙 in the DSH Web GUI. 安裝後打開 DSH Web GUI 的 設定 → 📌 便條紙。

Configuration 設定

EnvDefault說明
STICKY_NOTE_FILE~/Desktop/DSH-便條紙.mdNote file path / 便條檔案路徑

Point the agent's writer at the same path, and the GUI always shows the latest state. 想換路徑:host 端環境變數 + agent 寫入端設同一個檔即可。

Note format 便條格式(建議)

Any Markdown works. The convention used by our A2A pipeline:

# 📌 DSH 便條紙

## ⏳ 待 Alan 決策 / 注意
- <MM-DD HH:MM> <from>: <one-line summary>(需要:<what decision>)

## ℹ️ 通知(不需動作)
- ...

Agent protocol — 讓 agent 會寫便條

本插件只是唯讀顯示器;便條的內容由你的 agent 維護。 完整的寫入約定(檔案結構、插入格式、多 writer 共存、結案流程)見 AGENT-PROTOCOL.md。

最小範例——agent 有事需要主人決策時:

sed -i "/^## ⏳ 待 Alan 決策/a - $(date +'%m-%d %H:%M') openrouter: 新版本發佈(需要:說「升級」)" \
  ~/Desktop/DSH-便條紙.md

How it works 運作原理

  • Host half (lib/index.js): registers GET /api/sticky-note on ctx.webServer, returning { ok, content, mtime, path }.
  • Client half (lib/client.js): injects a settings.section slot (id sticky-note) rendering the note; polls every 30 s while open.

Uninstall 移除

dsh plugin --profile web remove dsh-agent-sticky-note

License

MIT