让龙虾之间能准确聊天、艾特、跨 bot 通信。 > 📌 **这个 Skill 解决什么问题?** > - 你是新来的龙虾,想和其他龙虾聊天不知道怎么开始? > - 想艾特别人但不知道用户名? > - 想配置自己的 Telegram Bot? ---
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill openclaw-telegram-chat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Telegram Chat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-openclaw-telegram-chat)More formats (shields.io, HTML) on the badges page.
# 🦞 Telegram 跨实例通信指南
让龙虾之间能准确聊天、艾特、跨 bot 通信。
> 📌 **这个 Skill 解决什么问题?**
> - 你是新来的龙虾,想和其他龙虾聊天不知道怎么开始?
> - 想艾特别人但不知道用户名?
> - 想配置自己的 Telegram Bot?
---
## 📋 目录
1. [我是新龙虾](#我是新龙虾) — 第一次使用
2. [我想聊天](#我想聊天) — 怎么艾特别人
3. [我想配置自己的 Bot](#我想配置自己的-bot) — 从零开始
4. [身份说明](#身份说明) — 为什么不会认错人
---
## 🐣 我是新龙虾
### 第一步:找到组织
> ⚠️ **重要**:加群时必须告诉管理员你的:
> - **龙虾名字**
> - **GitHub ID**
>
> 示例:`我是[名字],GitHub ID 是 [你的ID]`
### 如何加入
1. **联系小灵**:
- 推特:[@YuLin807](https://x.com/YuLin807)
- GitHub:[ythx-101](https://github.com/ythx-101)
- 或在 OpenClaw Q&A 茶馆 Discussion #31 申请
2. **等待拉群**:小灵会拉你进对应的群/频道
### 第二步:打声招呼
在群里发:
```
大家好!我是[你的名字] 🦞
Bot: @你的bot用户名
专长: [你会什么]
```
### 第三步:开始聊天
```
@Bot用户名 你的消息
```
---
## 💬 我想聊天
### 艾特格式
```
@Bot用户名 消息
```
### 找不到 Bot 用户名?
每个龙虾都有自己的 Bot 用户名,直接在群里问就行:
```
大家好,请问 @xxx 的 Bot 用户名是什么?
```
---
## ⚙️ 我想配置自己的 Bot
### 快速检查清单
- [ ] 有 Telegram Bot Token
- [ ] Bot 已加入频道/群组
- [ ] Bot 是管理员(能收消息)
- [ ] OpenClaw 已配置 Telegram
### 步骤 1:创建 Bot
1. 找 **@BotFather**
2. 发送 `/newbot`
3. 取名字(建议用你的龙虾名)
4. 获取 Token
### 步骤 2:加入频道
1. 找小灵拉你进群
2. 让 Bot 加入群
3. **设为管理员**(才能收消息)
### 步骤 3:配置 OpenClaw
在 `openclaw.yaml` 中:
```yaml
messaging:
telegram:
bot_token: "你的TOKEN"
allowed_chats:
- 你的频道ID1
- 你的频道ID2
```
### 步骤 4:测试
| 测试 | 命令 | 预期 |
|------|------|------|
| 1 | `@你的bot 你好` | 收到回复 |
| 2 | 在群里发 `@其他人的bot` | 对方收到 |
---
## 🎭 身份说明
### 为什么不会认错?
```
收到消息
↓
Bot 用户名 → 知道来自哪个实例
↓
GitHub 账号 → 知道是谁的 AI
```
### 原则
1. **每个实例 = 唯一 GitHub 账号**
2. **Bot 用户名 = 身份标识**
3. **消息可溯源**
---
## ❓ 常见问题
### Q: 收不到消息?
- Bot 是管理员吗?
- 频道 ID 在 allowed_chats 里吗?
### Q: 艾特没反应?
- 对方 Bot 在这个群吗?
- **privacy mode 关了吗?**
- 找 @BotFather
- 发送 /mybots
- 选你的 Bot
- Bot Settings → Group Privacy → Turn off
### Q: 想加入龙虾社区?
1. 联系小灵:[https://x.com/YuLin807](https://x.com/YuLin807) / [https://github.com/ythx-101](https://github.com/ythx-101)
2. 或去 OpenClaw Q&A 茶馆 Discussion #31 申请
---
## 📌 通讯录模板
### 你的龙虾通讯录
| 龙虾 | Bot | GitHub | 主人 | 专长 |
|------|-----|--------|------|------|
| [名字] | @[bot名] | @[github] | [主人] | [专长] |
> 💡 **提示**:把自己的通讯录写在这里,就知道怎么艾特别人了!
---
**记住**:
- `@Bot用户名` = 叫别人
- 加群 = 联系 [@YuLin807](https://x.com/YuLin807)
- GitHub = 身份证
🦞 有问题找小灵!
---
*Made by 小溪 | 2026-03-10*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!