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.

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

@wsz987/dsh-channels

Channels

Connect WeChat, QQ, DingTalk, Lark and Telegram to DeepSeek Harness — unified config, QR-code auth, chat with your Agent from IM

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

npx -y @deepseek-ai/dsh plugin --profile web add @wsz987/dsh-channels@0.5.1
READMECompatibilityVersions

Compatibility and provenance

Channels is published as @wsz987/dsh-channels and currently resolves to version 0.5.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.5.1stable
9/11/2026
0.5.0stable
8/24/2026
0.4.2stable
8/21/2026
Show 13 more versionsCollapse versions
0.5.0-beta.0beta
8/24/2026
0.4.1stable
8/20/2026
0.4.1-beta.1beta
8/20/2026
0.4.1-beta.0beta
8/20/2026
0.4.0-beta.0beta
8/20/2026
0.3.0stable
8/17/2026
0.3.0-beta.0beta
8/17/2026
0.2.4stable
8/16/2026
0.2.3stable
8/16/2026
0.2.2stable
8/16/2026
0.2.1-beta.0beta
8/16/2026
0.2.0-beta.0beta
8/16/2026
0.1.0-beta.0beta
8/15/2026

Related plugins

Loading related plugins…

Latest
0.5.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
545.3 kB
Files
46
Surface
web
License
MIT
Source
npm
GitHub
★ 11
Weekly downloads
213
Last push
9/11/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-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-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

@wsz987/dsh-channels

DeepSeek Harness DSH Bundle — built-in messaging channels:

  • Weixin / 微信
  • QQ Bot
  • DingTalk / 钉钉
  • Lark / Feishu / 飞书
  • Telegram / 电报(Bot API)

Install

npx @deepseek-ai/dsh plugin --profile web add -w @wsz987/dsh-channels@latest

The profile directory is itself a pnpm workspace, so -w (--workspace-root) is required to add the bundle to the workspace root (otherwise pnpm fails with ERR_PNPM_ADDING_TO_ROOT). @latest selects the stable release. Run npm view @wsz987/dsh-channels dist-tags to inspect the current beta and latest targets.

The bundle patch (cordis.patch.yml) references only entrypoints exported by @wsz987/dsh-channels itself. Those entrypoints delegate to the ChannelService, the generic attachment compatibility backend, Harness bridge, control plane, Web settings panel and the five channel adapters through the bundle's own dependency tree. Every channel can be disabled through its plugin config.

Quick start

# 1. add the bundle to a profile
npx @deepseek-ai/dsh plugin --profile web add -w @wsz987/dsh-channels@latest

# 2. confirm the merged config inserted the channel plugins
npx @deepseek-ai/dsh --profile web --dump-config

# 3. start the profile — all five channels load
npx @deepseek-ai/dsh web

Update and uninstall

# Install or switch package.json to the latest stable release
npx @deepseek-ai/dsh plugin --profile web add -w @wsz987/dsh-channels@latest

# Update within the package.json semver range
npx @deepseek-ai/dsh plugin --profile web update -w @wsz987/dsh-channels

# Remove the bundle; also remove any channels-* overrides from your profile patch
npx @deepseek-ai/dsh plugin --profile web remove -w @wsz987/dsh-channels

Disable a channel you don't use by setting its plugin enabled flag to false in your profile patch, e.g. plugins.channels-weixin.enabled = false. See apps/example/minimal-profile/ in the repository for a reference profile.

Verify your install

Use a clean profile to confirm the bundle loads end to end (never reuse a dirty profile for release validation):

# 1. add the bundle to a clean profile (auto-initializes it on first use)
npx @deepseek-ai/dsh plugin --profile release-validation add -w @wsz987/dsh-channels@latest

# 2. dump the merged config — verify the channel plugins were inserted
npx @deepseek-ai/dsh --profile release-validation --dump-config

# 3. start the profile — channels-service / -harness / -control and the five
#    adapters (plus channels-web) should all load without error
npx @deepseek-ai/dsh --profile release-validation

Dependencies

The bundle owns every Harness loader entry and its Web client face. Its npm dependencies provide the implementations behind those entries, so you only ever install @wsz987/dsh-channels:

PackageRole
@wsz987/channel-coreCross-channel contract + ChannelService (ctx.channels)
@wsz987/channel-harnessHarness bridge (SessionBinding, AgentManager, reply pipeline)
@wsz987/channel-controlConfig / credentials / auth-session control plane
@wsz987/channel-filesGeneric attachment compatibility backend (store / extract / read_channel_attachment)
@wsz987/channel-webWeb dashboard (Settings > Channels) for GUI setup
@wsz987/channel-weixin/qq/dingtalk/lark/telegramThe five channel adapters

The Web dashboard (@wsz987/channel-web) declares one dynamic client dependency (@deepseek-ai/dsh-client-locale, provider of the locale service); React, @deepseek-ai/cordis and the static UI libraries (-ui-primitives, -ui-slots) are shell-owned identities the Harness web app compiles in — nothing extra to install for that panel beyond a Harness version that ships them.

Selecting adapters

The individual adapter packages do not currently carry their own dsh.bundle profile patches, so installing one with plugin add is not a complete Harness setup. Install @wsz987/dsh-channels, then disable or override unwanted channels-* rows in the profile patch. See apps/example/minimal-profile/ for the complete row shapes.

Architecture

Messaging Platform
      │
      ▼
Upstream Driver
      │
      ▼
Channel Adapter (channel-weixin/qq/dingtalk/lark/telegram)
      │
      ▼
ChannelService (Cordis Service, ctx.channels)
      │
      ▼
Harness Bridge (channel-harness)
      │
      ▼
DeepSeek Harness Agent / Session
  • Adapters never touch ctx.agents.
  • The Harness bridge is the only place allowed to import Harness public APIs.
  • Replies flow from session/event back through the bridge to the adapters.

Development

pnpm --filter @wsz987/dsh-channels build
pnpm --filter @wsz987/dsh-channels typecheck
pnpm --filter @wsz987/dsh-channels test

Related

  • Repository root
  • Architecture design

License

MIT