DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-notion-connector

Notion Connector

DeepSeek Harness 的 Notion 连接器:集成令牌配置(~/.dsh/notion.json,0600)、代理工具(notion_search / notion_read_page / notion_query_database / notion_create_page / notion_update_page / notion_append_blocks)以及 Web GUI 设置页

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-notion-connector@0.1.1
README兼容性版本

兼容性与来源证明

Notion Connector 以 dsh-notion-connector 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.1stable
2026/8/16
0.1.0stable
2026/8/16

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-notion-connector

English | 中文

A Notion connector plugin for DeepSeek Harness. Configure an Integration Token once, and both the agent and the Web GUI settings page can operate your Notion workspace.

Features

  • Agent tools (available automatically after configuration):
    • notion_search — search pages/databases
    • notion_read_page — read page title, properties, and content blocks (nested blocks are read recursively, up to 200 blocks)
    • notion_query_database — query database entries (filter / sorts / pagination)
    • notion_create_page — create a page (under a page or a database)
    • notion_update_page — update properties / archive
    • notion_append_blocks — append content blocks
  • Web settings page: Settings → Notion — connection status, Token input (automatically validated and the workspace name is read on save), clear configuration, three-step guide
  • Storage: the Token is stored in ~/.dsh/notion.json (permissions 0600); the browser interacts with the plugin through the loopback-only /api/dsh-notion-connector/* endpoints; API calls use Node's native fetch, with no shell dependency

Installation

dsh plugin --profile web add github:zhengjy01/dsh-notion-connector

Restart dsh web to activate the plugin.

Usage

  1. Open https://www.notion.so/my-integrations and create an internal integration; copy the Internal Integration Secret (starts with secret_)
  2. In Notion, Share the pages/databases you want to access with the integration
  3. In the GUI, go to Settings → Notion, paste the Token and save
  4. After that, just tell the agent things like "search for XX in Notion" or "save this content to Notion"

Development

pnpm install        # esbuild / typescript / type dependencies
pnpm build          # esbuild: lib/index.js (host) + lib/client.js (browser)
pnpm typecheck      # tsc --noEmit
pnpm install:local  # fast local dev install (copies to ~/.dsh/profiles/node_modules/dsh-notion-connector)

Limitations

  • Pages/databases must be shared with the integration before they can be accessed
  • The Token is stored in plaintext in a private file in your home directory (permissions 0600)
  • This plugin is third-party code: review the source before installing, and only use it from trusted sources

License

MIT