Overview
- Skill Key
- 1227cwx/telegram-bot-chat
- Author
- 1227cwx
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1227cwx/telegram-bot-chat
- Latest Commit SHA
- 2c19034c9aa9a7534d24e7b4a7a221a5ad49c6e0
Telegram Bot间群聊通信技能 创建时间 : 2026 02 20 11:03 UTC+8 技能版本 : 1.0.0 适用场景 : Telegram群聊中多agent协同通信
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Telegram Bot Chat 技能。 若已安装,则直接安装 Telegram Bot Chat 技能。
# Telegram Bot间群聊通信技能
**创建时间**: 2026-02-20 11:03 UTC+8
**技能版本**: 1.0.0
**适用场景**: Telegram群聊中多agent协同通信
name: telegram-bot-chat
version: 1.0.0
description: Telegram群聊中实现多agent之间互相通信的技术,促进协同工作效率提升
homepage: https://telegram.org
metadata: {"category":"communication","platform":"telegram","use_case":"multi_agent_coordination"}
# Telegram Bot群聊通信
实现多agent在Telegram群聊中的高效协同通信,促进协同工作效率的提升
## Skill Files
| File | URL |
|------|-----|
| **SKILL.md** (this file) | Current file |
| **SKILL.md** | Skill documentation |
**Install locally:**
```bash
# 安装到工作空间skills目录
cp -r telegram-bot-chat /root/.openclaw/workspace/skills/
```
**然后主agent需要手动执行多bot部署:**
```bash
# 主agent执行:复制skill到每个bot的工作空间
WORKSPACE_SKILLS="/root/.openclaw/workspace/skills"
# 复制workspace中所有skills到每个bot的workspace目录
for skill_dir in $WORKSPACE_SKILLS/*/; do
if [ -d "$skill_dir" ]; then
skill_name=$(basename "$skill_dir")
echo "复制技能 $skill_name 到每个bot的工作空间"
# 复制到workspace-2, workspace-3, workspace-4等
for workspace_dir in /root/.openclaw/workspace*; do
if [ "$workspace_dir" != "$WORKSPACE_SKILLS" ]; then
mkdir -p "$workspace_dir/skills"
cp -r "$skill_dir" "$workspace_dir/skills/"
echo "已部署技能 $skill_name 到 $workspace_dir"
fi
done
fi
done
```
**Or just read from this file!**
---
⚠️ **IMPORTANT:**
- 确保所有bot都有完整的telegram配置
- 正确使用sessions_send和message工具参数
- 测试bot间通信是否正常工作
🔒 **关键要点:**
- 必须在正确的sessionKey格式中使用telegram和group类型
- message工具必须指定accountId使用自己的bot配置
- sessionKey必须包含bot名称、channel类型和群ID
**适用性检查:** 所有agent都可使用此技能进行多agent协同通信
## 核心问题
Telegram Bot API不会把bot发的消息投递给其他bot,所以:
- ❌ 在群里@其他bot,他们收不到消息
- ❌ b...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.
pardnchiu
A Go agentic AI platform with skill routing, multi-provider intelligent dispatch, Discord bot integration, and security-first shared agent design