Summary
NemoClaw already has a Telegram bridge for remote agent chat.
I'd like to add a Discord bridge using the same architecture as the Telegram bridge.
Motivation
- Discord policy preset and
DISCORD_BOT_TOKEN detection already exist in the codebase
- Many users are active on both Discord and Telegram
- The sandbox proxy doesn't support CONNECT tunneling, so Discord cannot run inside the sandbox. A host-side bridge (similar to Telegram) solves this cleanly.
Proposed Changes
- Add
scripts/discord-bridge.js — host-side bridge using discord.js
- Update
scripts/start-services.sh — service lifecycle integration
- Add
docs/deployment/set-up-discord-bridge.md — setup guide
- Update
docs/reference/commands.md — updated command docs
- Update
bin/nemoclaw.js — credential forwarding in deploy flow
Notes
I already have a working implementation, all 52 existing tests pass, and I can open a PR if this direction looks good.
Summary
NemoClaw already has a Telegram bridge for remote agent chat.
I'd like to add a Discord bridge using the same architecture as the Telegram bridge.
Motivation
DISCORD_BOT_TOKENdetection already exist in the codebaseProposed Changes
scripts/discord-bridge.js— host-side bridge using discord.jsscripts/start-services.sh— service lifecycle integrationdocs/deployment/set-up-discord-bridge.md— setup guidedocs/reference/commands.md— updated command docsbin/nemoclaw.js— credential forwarding in deploy flowNotes
I already have a working implementation, all 52 existing tests pass, and I can open a PR if this direction looks good.