qschen86/dsh-telegram-bridge0

dsh-telegram-bridge

DSH host plugin: notify via Telegram when a conversation finishes or needs user confirmation (ask_user_question / approvals), and let you reply from Telegram to continue the session.

AI Analysis

核心用途是建立DSH与Telegram的桥接,实现远程审批、状态接收和消息回复。适合需要离屏、移动端远程监控和干预Agent工作流的用户。

Package
dsh-telegram-bridge
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qschen86/dsh-telegram-bridge

配置

首次安装后把 data/config.example.json 复制为 data/config.json 并填写 botToken(@BotFather 创建)与 allowedChats(授权 chat id 列表,空 = 仅本机 管理员账号);也可用环境变量 DSH_TELEGRAM_BOT_TOKEN 提供 token。二者都不填时 插件不激活。