dsh-discord
双向 Discord 桥接与远程控制器插件,支持通过 Discord 频道、私聊或线程远程控制 DSH 并持久化会话。
AI 分析
核心用途是实现跨平台远程使用 DSH。适合习惯使用 Discord、需要多端同步或团队协同调用 DSH 机器人的用户。支持 Slash 命令和独立的会话持久化。
安裝
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:suuuuuu-1/dsh-discord說明文件
閱讀完整 README ↗dsh-discord

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 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.
npx dsh-discord setup
dsh-discord doctor
dsh-discord start
# or managed background mode
dsh-discord start --daemon
dsh-discord status
dsh-discord stop
The Bot Token is stored only through DSH Credentials. See README.zh.md, DESIGN.md, and SECURITY.md.