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.

Notion Connector — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-notion-connector

Notion Connector

Notion connector for DeepSeek Harness: Integration Token config (~/.dsh/notion.json, 0600), agent tools (notion_search / notion_read_page / notion_query_database / notion_create_page / notion_update_page / notion_append_blocks), and a Web GUI settings pag

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-notion-connector@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Notion Connector is published as dsh-notion-connector and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
72.5 kB
Files
12
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
67
Last push
8/16/2026
View source ↗Project homepage ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

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