Install
openclaw skills install telegram-qq-bridge自动监听指定 Telegram 群组消息,检测到 @ollama_openclaw_at_dzt_bot 后转发到指定 QQ 私聊账号。
openclaw skills install telegram-qq-bridgeTelegram → QQ 自动转发技能。监听 Telegram 群组消息,自动转发到 QQ 私聊。
~/.openclaw/skills/telegram-qq-bridge/
Telegram (@ollama_openclaw_at_dzt_bot)
↓
OpenClaw Telegram Channel (stockworker agent)
↓
telegram-qq-bridge 插件 (自动监听)
↓
QQ Bot (有眼力劲儿 youyanli)
↓
用户 QQ 收到消息
qqbot:c2c:YOUR_OPENID_HERE (替换为你的 QQ OPENID)# 插件随 OpenClaw 自动启动
# 或手动启动
cd ~/.openclaw/plugins/telegram-qq-bridge/
node index.js
@ollama_openclaw_at_dzt_bot 测试[Telegram] 测试ps aux | grep telegram-qq-bridge
tail -f ~/.openclaw/plugins/telegram-qq-bridge/telegram-qq-bridge.log
| 文件 | 说明 |
|---|---|
~/.openclaw/plugins/telegram-qq-bridge/index.js | 主程序(Node.js) |
~/.openclaw/plugins/telegram-qq-bridge/package.json | 包配置 |
~/.openclaw/plugins/telegram-qq-bridge/openclaw.plugin.json | 插件配置 |
~/.openclaw/skills/telegram-qq-bridge/SKILL.md | 本文件 |
~/.openclaw/workspace-coding/telegramqq_bridge/ | 项目文档和测试脚本 |
@ollama_openclaw_at_dzt_bot 才会被处理youyanli 账号发送,不是默认账号qqbot:c2c:OPENID 格式@ollama_openclaw_at_dzt_botps aux | grep telegram-qq-bridgetail -f ~/.openclaw/plugins/telegram-qq-bridge/telegram-qq-bridge.logYOUR_OPENID_HERE(从 QQ Bot 配置中获取)youyanli(有眼力劲儿)openclaw message send --channel qqbot --account youyanli --target "qqbot:c2c:YOUR_OPENID_HERE" --message "测试"# 重启插件
cd ~/.openclaw/plugins/telegram-qq-bridge/
node index.js
~/.openclaw/workspace-coding/telegramqq_bridge/~/.openclaw/workspace-coding/telegramqq_bridge/README_最终版.md