DeepSeek Harness 插件

dsh-discord

DeepSeek Harness 的 Discord 原生远程控制器:通过私信、需提及机器人的服务器频道及 Thread 操作持久化的编程 Agent Session,并支持斜杠命令、进度更新、工具审批、结构化问题、图片和文本附件。

跳到安装方式

来源信息

GitHub 仓库
suuuuuu-1/dsh-discord
最近更新
2026年8月18日
分类
通知与集成
GitHub stars
2

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/suuuuuu-1/dsh-discord
GitHub:https://github.com/suuuuuu-1/dsh-discord
插件名:dsh-discord
作者:suuuuuu-1
安装命令:dsh plugin --profile web add github:suuuuuu-1/dsh-discord

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-discord

![dsh-discord — Discord-native DeepSeek Harness remote controller](assets/dsh-discord-cover.png)

Bidirectional Discord bridge and remote controller for DeepSeek Harness.

The dedicated discord profile supports one owner and project across DMs, guild text channels, and threads. Each Discord conversation owns an independently persisted DSH Session. Owner DMs trigger directly; ordinary guild-channel messages require an explicit bot mention; an already-bound thread continues without repeated mentions. Slash commands never require a mention.

The bot invite requests View Channel, Send Messages, Send Messages in Threads, Read Message History, Embed Links, and Attach Files. doctor checks the same permission set. Discord server and channel permissions determine where the bot is visible; the plugin remains single-owner and fail-closed.

The controller includes natural text, /dsh help/status/new/stop/steer, coalesced progress, approvals, structured questions, image and text/code attachment ingress, durable event deduplication, Gateway reconnect, and managed daemon operation.

Enable Message Content Intent on the Discord Developer Portal Bot page for natural guild-channel messages.

# Until an npm release is available, install the CLI from GitHub.
npm install --global github:suuuuuu-1/dsh-discord
dsh-discord setup --package-spec github:suuuuuu-1/dsh-discord
dsh-discord doctor
dsh-discord start

# or managed background mode
dsh-discord start --daemon
dsh-discord status
dsh-discord stop

The global CLI is only a launcher. The plugin itself is activated in the dedicated discord profile and remains bound to the single project selected during setup; it does not become active in every directory or in the web profile.

The Bot Token is stored only through DSH Credentials. See [README.zh.md](README.zh.md), [DESIGN.md](DESIGN.md), and [SECURITY.md](SECURITY.md).