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 Plugin — DSH Plugin for DeepSeek Harness
← Plugins
S

sticky-notes-plugin

Sticky Notes Plugin

Sticky Notes DSH plugin: provides an independent personal sticky notes page and API

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ming-xia/dsh-stickies#e4369d8d3422dd75fc3799b53e6dbe1ba7517b0b
READMECompatibilityVersions

Compatibility and provenance

Sticky Notes Plugin is published as sticky-notes-plugin and currently resolves to version 0.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
9/3/2026

Versions

0.1.0stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/17/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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-stickies

一个面向 DeepSeek Harness 的本地优先 Markdown 便利贴插件。

Stickies 将轻量笔记放在当前对话旁边,方便记录需求、问题、清单和工作上下文,不需要离开 Harness 页面。

功能

  • 对话页面内嵌便利贴目录,始终与当前对话并列显示。
  • 支持将便利贴拖出为可调整大小的悬浮卡片。
  • 支持 Markdown 编辑和预览,包括标题、列表、清单、链接、图片、代码块、引用、表格和强调样式。
  • Markdown 清单支持直接勾选,并将状态写回原始内容。
  • 支持便利贴颜色、排序、尺寸调整、修订历史和版本回滚。
  • 通过 Harness Web Server 在本地保存数据,不需要云端账号,也不依赖外部数据服务。

安装

在已安装 DSH CLI 的 DeepSeek Harness 环境中执行:

dsh plugin --profile web add https://github.com/ming-xia/dsh-stickies

按提示重启 Web profile,然后打开 Harness Web 页面。对话标题栏中会出现 🗒️ 便利贴 按钮。

本地开发

本项目采用标准 DSH 插件包结构。package.json 中声明了 dsh.bundle,cordis.patch.yml 负责注册运行时插件。

启动本地界面预览:

node scripts/serve-local.mjs --port 3401

然后访问 http://localhost:3401/stickies/ui。

本地预览默认将便利贴保存在插件目录同级项目的 work/notebooks 中,也可以通过 --notes <path> 指定其他本地数据目录。

隐私说明

便利贴保存在插件配置的 notesRoot 目录中。仓库只包含源代码,不包含个人便利贴内容。

许可证

本项目采用 MIT 许可证,详见 LICENSE。