DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

agent-discord-presence

Agent Discord Presence

Codex、Claude Code、OpenCode、Pi 和 DeepSeek Harness 的共享 Discord Rich Presence

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

npx -y @deepseek-ai/dsh plugin --profile web add agent-discord-presence@0.0.3
README兼容性版本

兼容性与来源证明

Agent Discord Presence 以 agent-discord-presence 发布,当前版本为 0.0.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.0.3stable
2026/9/17
0.0.2stable
2026/9/16

相关插件

正在加载相关插件…

最新版
0.0.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
234 kB
文件数
75
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 3
周下载
0
最近提交
2026/9/17
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 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 协作和自动权限审查。

README

Agent Discord Presence

Discord Rich Presence for Codex, Claude Code, OpenCode, Pi, and DeepSeek Harness, powered by one local service that keeps your active work visible in Discord.

[!NOTE]
This project is in early development, so expect frequent changes.

Features

  • Generates a summary title, subtitle, activity state, and elapsed session time for your active agent work.
  • Selects the active session across supported agents, reconnects to Discord, and clears stale sessions automatically.
  • Uses the current agent model by default for summaries, with optional custom model, service, language, and prompt styling.
  • Sends up to 4,000 characters of the completed assistant reply to the summarization model and includes model usage metadata.
  • Allows automatic summaries to be disabled while keeping lifecycle updates enabled.
  • Runs multiple agents together with independent model, prompt, and display settings.

Quick start

The easiest way to get started is to let your agent handle the setup. Paste this repository link into your agent, or copy the prompt below:

Install and configure agent-discord-presence for the agent I'm using:
https://github.com/LitoMore/agent-discord-presence

Read the README and USAGE.md, check the prerequisites, install the package,
and set up the hooks or plugin for my agent while preserving my existing
configuration. Start the service in the background, check its status, and
let me know if I need to restart my agent or take any other steps.

You'll need Node.js 22+ and the Discord desktop app. Open Discord and sign in before checking your presence. A default Discord Application ID is included; no bot token is needed.

Prefer to set it up yourself? Install the package and start the service in the background:

npm install --global agent-discord-presence
adp start -b

Then follow the setup instructions for your agent:

  • Codex
  • Claude Code
  • OpenCode
  • Pi
  • DeepSeek Harness

Once connected, give your agent a task and check Discord for its activity. Run adp status to check the service and Discord connection.

Stop the service with adp stop; this clears its Discord activity. To run in the foreground instead, use adp start and stop it with Ctrl+C. Automatic startup is not configured, so run adp start -b again after restarting your computer.

Documentation

See the usage guide for installation, configuration, and operation:

  • Images and display settings
  • Prompts and language
  • Model and service selection
  • Presence layout and manual summaries
  • Session selection and lifecycle
  • Configuration and platform notes

License

MIT