AI Agent Hub
Back to plugins
🖥️

dsh-telegram-bot

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Blue-2571/dsh-telegram-bot

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install Blue-2571/dsh-telegram-bot; the full source is available at https://github.com/Blue-2571/dsh-telegram-bot

About this plugin

Want to talk to your dsh agent straight from Telegram without spinning up a public endpoint or configuring webhooks? dsh-telegram-bot closes that gap with a single long-polling loop. No extra infrastructure required: grab a token from BotFather, flip the enabled switch in your profile, and you are up and running.

Every Telegram chat is bound to its own agent instance with multi-turn context retained across messages. Mounting an agent preset via agent.preset gives the bot session the exact same tool surface (bash, fs, ssh, and beyond) as a Web GUI session. Long replies are automatically split at Telegram's 4096-character limit, and idle chats are disposed once agent.idleTimeoutMs expires so resources do not pile up.

Built for developers already running dsh who want to extend their agent into a messenger workflow. All configuration lives in cordis.patch.yml, and the allowedUserIds whitelist keeps access locked down without any additional service to maintain.

Use Cases

  • Invoke a dsh agent on the fly from Telegram without opening a browser
  • Set up an internal Telegram bot so a team shares access to a dsh deployment
  • Mount an agent preset into a bot session and drive bash, fs, ssh tools in chat

Best For

  • Developers already running dsh who want to extend into a messenger workflow
  • Self-hosted users needing agent access without exposing a public endpoint
  • Team admins who want whitelist-controlled access to shared agent resources