← 返回
沟通协作

Agent Telegram

Agent 团队 Telegram 通信规范。所有 Agent 向用户发送消息时必须遵循此规范,确保消息正确发送到 Telegram。
Agent 团队 Telegram 通信规范。所有 Agent 向用户发送消息时必须遵循此规范,确保消息正确发送到 Telegram。
shangchuanqiytu-ui
沟通协作 clawhub v1.0.0 1 版本 99950.9 Key: 无需
★ 0
Stars
📥 2,036
下载
💾 25
安装
1
版本
#latest

概述

Agent Telegram 通信规范

所有 Agent 向用户 (Legend) 发送 Telegram 消息时必须遵循此规范。

账号映射表

AgentaccountIdEmoji
-------------------------
main (9527)default🤖
architect (亮亮)architect🏗️
backend (老崔)backend🔧
frontend (小白)frontend🎨
product (小黄)sproduct🟡
content (世龙)content✍️
crawler (湘君)crawler🕷️
qa (赵飞)qa🧪

用户 Telegram ID: 5440561025

发送消息

标准格式

message({
  action: "send",
  channel: "telegram",
  accountId: "<你的accountId>",
  target: "5440561025",
  message: "<你的emoji> <内容>"
})

示例

产品经理发送:

message({
  action: "send",
  channel: "telegram",
  accountId: "sproduct",
  target: "5440561025",
  message: "🟡 需求文档已完成,请查看:~/Desktop/project/docs/product/001-prd.md"
})

后端工程师发送:

message({
  action: "send",
  channel: "telegram",
  accountId: "backend",
  target: "5440561025",
  message: "🔧 API 接口开发完成,接口文档:~/Desktop/project/docs/backend/api.md"
})

汇报时机

  • 收到任务时 - 立即汇报"收到任务,开始执行"
  • 每完成子任务 - 汇报完成情况和输出
  • 遇到问题 - 汇报问题并请求决策
  • 任务全部完成 - 汇报最终结果

常见错误

错误后果正确做法
----------------------
忘记 accountId消息发不出去必须指定你的 accountId
sessions_send消息不会发到 Telegrammessage 工具
product 用 accountId: "product"账号不存在应该是 sproduct
target 写错发给错误的人固定用 5440561025

消息模板

任务开始

<emoji> 收到任务:<任务名>
📝 开始执行...

任务完成

<emoji> <任务名> 完成
✅ 已完成: <子任务>
📁 输出: <文件路径>

遇到问题

<emoji> <任务名> 遇到问题
❌ 问题: <描述>
💡 建议: <解决方案或请求决策>

配置位置

  • 主配置: ~/.openclaw/openclaw.jsonchannels.telegram.accounts
  • 此 Skill: ~/.openclaw/workspace/skills/agent-telegram/SKILL.md

记住:发送 Telegram 消息 = message 工具 + accountId + target: "5440561025"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 17:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,461
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,599
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,746