DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@wsz987/dsh-channels

Channels

将 WeChat、QQ、DingTalk、Lark 和 Telegram 连接到 DeepSeek Harness — 统一配置、二维码认证,通过即时通讯与您的 Agent 对话

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

npx -y @deepseek-ai/dsh plugin --profile web add @wsz987/dsh-channels@0.5.1
README兼容性版本

兼容性与来源证明

Channels 以 @wsz987/dsh-channels 发布,当前版本为 0.5.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.5.1stable
2026/9/11
0.5.0stable
2026/8/24
0.4.2stable
2026/8/21
查看其余 13 个版本收起版本
0.5.0-beta.0beta
2026/8/24
0.4.1stable
2026/8/20
0.4.1-beta.1beta
2026/8/20
0.4.1-beta.0beta
2026/8/20
0.4.0-beta.0beta
2026/8/20
0.3.0stable
2026/8/17
0.3.0-beta.0beta
2026/8/17
0.2.4stable
2026/8/16
0.2.3stable
2026/8/16
0.2.2stable
2026/8/16
0.2.1-beta.0beta
2026/8/16
0.2.0-beta.0beta
2026/8/16
0.1.0-beta.0beta
2026/8/15

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

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

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。