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.

Agent Discord Presence — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

agent-discord-presence

Agent Discord Presence

Shared Discord Rich Presence for Codex, Claude Code, OpenCode, Pi, and DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add agent-discord-presence@0.0.3
READMECompatibilityVersions

Compatibility and provenance

Agent Discord Presence is published as agent-discord-presence and currently resolves to version 0.0.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/17/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.0.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
234 kB
Files
75
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
0
Last push
9/17/2026
View source ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

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