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.

Deepseek Harness Channel Config — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@anarkhgatsby/deepseek-harness-channel-config

Deepseek Harness Channel Config

Visual channel configuration UI for DeepSeek Harness (feishu / imessage / telegram / ...)

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

npx -y @deepseek-ai/dsh plugin --profile web add @anarkhgatsby/deepseek-harness-channel-config@0.1.9
READMECompatibilityVersions

Compatibility and provenance

Deepseek Harness Channel Config is published as @anarkhgatsby/deepseek-harness-channel-config and currently resolves to version 0.1.9. 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.9stable
9/14/2026
0.1.8stable
9/10/2026
0.1.7stable
9/8/2026
Show 2 more versionsCollapse versions
0.1.6stable
9/7/2026
0.1.5stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.1.9
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
147.1 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
270
Security scan
✓ v0.1.9 scan passed
Last push
9/14/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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient 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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

@anarkhgatsby/deepseek-harness-channel-config

简体中文 | NPM | Repository

Visual channel configuration center for DeepSeek Harness. It adds a settings page that discovers installed community channel runtimes and exposes their credentials, workspace routing, auto-reply, and streaming controls through the Harness web UI.

⚠️ Unofficial project — independently developed and maintained by the open-source community. It is not an official DeepSeek product.

What it provides

  • One settings surface for Feishu/Lark, WeCom, iMessage, and DingTalk integrations.
  • Runtime-aware forms — only channels with an installed runtime plugin are actionable.
  • Credential masking for App Secrets, Client Secrets, Bot Secrets, and other sensitive fields.
  • Hot configuration updates through the channel gateway remotes; saving settings does not require editing YAML by hand.
  • Status and authorization visibility including connection state, active sessions, and iMessage macOS permission hints.
  • Workspace routing controls for assigning a sender or conversation to a specific local workspace.

The package is a configuration UI, not a message transport. Installing it alone does not connect any channel.

What's new in 0.1.7

  • The channel list is runtime-driven, so newly installed supported channels are not hidden by a hard-coded client-side filter.
  • DingTalk uses the official light/dark visual assets with the same sizing treatment as the other channel cards.
  • AppKey placeholders no longer resemble a real DingTalk credential.
  • The settings page keeps platform-specific authorization guidance visible, including the macOS permissions required by iMessage.

Installation

dsh plugin add @anarkhgatsby/deepseek-harness-channel-config

Install the channel runtimes you intend to use as well:

dsh plugin add @anarkhgatsby/deepseek-harness-channel-feishu
dsh plugin add @anarkhgatsby/deepseek-harness-channel-wecom
dsh plugin add @anarkhgatsby/deepseek-harness-channel-imessage
dsh plugin add @anarkhgatsby/deepseek-harness-channel-dingtalk

The exact plugin set is platform-dependent. iMessage is macOS-only; do not install or enable it on Windows.

Quick start

  1. Start DeepSeek Harness and open Settings → Channel Configuration.
  2. Select an installed channel and enter its platform credentials.
  3. Set the default workspace and optional per-sender routes.
  4. Choose whether to enable automatic replies, streaming output, and tool activity messages.
  5. Save the configuration and confirm the channel status changes to connected.

The page writes to the active Harness settings profile. It does not embed credentials in the browser bundle or transmit them to a third-party service.

Supported fields

ChannelRequired credentialsOptional controls
Feishu / LarkApp ID, App SecretVerification Token, Encrypt Key, workspace, allowlist, cards, streaming
WeComBot ID, Secretworkspace, allowlist, streaming; legacy app fields are retained for compatibility
iMessageLocal chat.db accessdatabase path, workspace, auto-reply, streaming; requires macOS permissions
DingTalkClient ID (AppKey), Client Secretworkspace, allowlist, auto-reply, streaming

Credentials remain in the local Harness settings profile. Treat the profile directory and exported settings as sensitive data.

Troubleshooting

  • No channel card appears: install the corresponding runtime plugin, then refresh the settings page.
  • Saved but not connected: verify credentials, platform bot capabilities, and the runtime log; configuration saving and platform authentication are separate steps.
  • iMessage shows authorization required: grant Full Disk Access to DeepSeek Harness and Automation access to Messages in macOS System Settings, then restart the app.
  • A channel is unavailable on Windows: iMessage is intentionally excluded from the Windows desktop bundle because it depends on macOS Messages.app. Feishu, DingTalk, and WeCom still require their respective platform credentials and capabilities.

Compatibility

0.1.9 is validated with DeepSeek Harness 0.1.5-rc.1 and 0.1.5-rc.2, @deepseek-ai/cordis@^4.0.2, and matching RC1 or RC2 client connection and locale services. Install the UI and the channel runtime packages into the same profile.

License

MIT License