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.

Sticky Notes — DSH Plugin for DeepSeek Harness
← Plugins
S

sticky-notes

Sticky Notes

便签 (sticky notes) client plugin for the dsh webui: floating, resizable post-it notes with markdown text and image notes, per-conversation binding, archived in browser localStorage.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hufang360/dsh-sticky-notes#6581c930cac2045840cdea8ca085354fb4eced45
READMECompatibilityVersions
功能截图 1功能截图 2功能截图 3

Compatibility and provenance

Sticky Notes is published as sticky-notes and currently resolves to version 1.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/22/2026

Versions

1.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.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/22/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-sticky-notes — 便签(DSH Web 客户端插件)

English | 中文

记下想法,让agent落盘!

dsh-sticky-notes 封面

浮在 DeepSeek Harness WebUI 上的便签,随手记录文字、待办和图片。可自由拖拽、缩放、折叠、归档。支持绑定到会话,打开对应会话,会自动显示相关便签。

功能预览

功能截图 1 功能截图 2 功能截图 3

安装

# 从 GitHub 安装(无需构建授权,纯 JS)
dsh plugin --profile web add github:hufang360/dsh-sticky-notes

首次安装,需要重启dsh才能生效。如未提示重启,请硬刷新浏览器(macOS Cmd+Shift+R)。便签入口出现在侧边栏底部、设置按钮上方。

本包是标准 dsh bundle:自带 cordis.patch.yml(声明 dsh.bundle),dsh plugin add 一条命令即可完成依赖 + 层注册。

数据与存储

  • 便签、偏好与设置存于浏览器 localStorage:
    • dsh.web.sticky-notes.v5.notes(便签数组)
    • dsh.web.sticky-notes.v5.prefs(hidden / entryPos)
    • dsh.web.sticky-notes.v5.settings(设置面板过滤)
  • 图片以压缩后的 DataURL 存储。
  • 数据仅在浏览器本地,不同设备 / 浏览器之间不同步。

注意:更换webui端口,或访问地址从 localhost:3080 和 127.0.0.1:3080 将看不到以前的数据,因为他们是单独记录的

开发与打包

node --check lib/client.js   # 语法检查
git commit -am "..."         # 常规提交
pnpm pack                    # 产出 sticky-notes-<version>.tgz
npm publish                  # (可选)发布到 npm
  • lib/client.js — 唯一逻辑文件(浏览器 bundle)。
  • lib/index.js — host 侧 no-op 入口。
  • cordis.patch.yml — bundle 的 patch 层(注册 sticky-notes 插件行)。

License

MIT