Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

telegram-agent-coordinationTelegram Agent coordination 效率

Agent Skill

telegram-agent-coordination 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,848

周安装

365

GitHub Stars

公开资料未说明

下载量

2,891
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:telegram-agent-coordination(Telegram Agent coordination 效率)
来源仓库:https://github.com/kiril-shturman/telegram-agent-coordination
安装命令:
openclaw skills install telegram-agent-coordination
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install telegram-agent-coordination

简介

telegram-agent-coordination 协调多个 AI 代理在 Telegram 群聊中的运行。

  • 避免循环响应和消息混乱,提升多机器人协作效率。
  • 适用于需要并行处理或分工协作的群组自动化场景。
  • 安装前应检查权限配置与维护状态。telegram-agent-coordination 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 建议在实际群组中试运行以验证交互稳定性。

SKILL.md

name
telegram-agent-coordination
description
Coordination protocol for running multiple AI agents in one Telegram group chat without loops or chaos. Use when two or more bots share a Telegram chat and must cooperate through strict role-based messaging, sender validation, turn-taking, blocker escalation, and mission lifecycle control. Triggers on multi-agent Telegram chat, bots talking to each other, COO+worker chat setup, group orchestration, or preventing bot loops.

Use this skill when multiple bots operate in the same Telegram group and must coordinate safely.

Core principle

Do not let bots freely chat with each other. Use a strict protocol. Only respond when the sender, role, and message type are valid.

Recommended minimal topology

  • Human founder/operator
  • COO / commander bot
  • Worker / executor bot

Role ownership

Founder / human

  • Starts missions
  • Clarifies goals
  • Approves major direction changes
  • Can stop the mission at any time

COO / commander bot

  • Opens missions
  • Assigns tasks
  • Requests status
  • Resolves or escalates blockers
  • Closes missions

Worker / executor bot

  • Accepts tasks from COO
  • Executes tasks
  • Returns status, result, or blocker
  • Never opens missions on its own

Sender validation rules

COO bot should respond only when

  • the message is from the human founder, or
  • the message is from the worker bot in a valid worker format

Worker bot should respond only when

  • the message is from the COO bot in a valid command format

Both bots should ignore

  • casual chatter
  • malformed requests
  • messages from unknown senders
  • other bots unless explicitly allowlisted

Allowed message types

Human -> COO

  • START MISSION
  • CHANGE PRIORITY
  • STOP MISSION
  • CLARIFY

COO -> Worker

  • TASK
  • STATUS CHECK
  • REWORK
  • HOLD
  • COMPLETE REVIEW

Worker -> COO

  • ACK
  • STATUS
  • RESULT
  • BLOCKER

Message format

Use a visible prefix at the top of each message. Examples:

  • MISSION START:
  • TASK:
  • STATUS CHECK:
  • ACK:
  • RESULT:
  • BLOCKER:
  • MISSION COMPLETE:

Keep each message single-purpose. Do not mix task assignment and mission completion in the same message.

Anti-loop rules

  • COO never responds to its own prior message.
  • Worker never responds to its own prior message.
  • Worker never treats RESULT/STATUS/BLOCKER from itself as a new task.
  • COO never treats STATUS CHECK or NEXT ORDER from itself as a trigger.
  • If the last message in the thread is from the same bot, stay silent unless directly invoked by the human.
  • After sending one protocol message, wait for the next valid sender.

Turn-taking

Default order:

  1. Human starts mission
  2. COO issues task
  3. Worker ACKs
  4. Worker sends STATUS or RESULT or BLOCKER
  5. COO sends NEXT ORDER or MISSION COMPLETE

Do not skip steps unless the mission is trivial.

Blocker handling

When blocked, worker must use:

  • BLOCKER: what is missing
  • NEEDED: exact unblock needed

COO then decides one of three actions:

  • clarify the task
  • reduce scope
  • escalate to human

Completion handling

When worker finishes, it sends:

  • RESULT: final deliverable
  • optional NOTES: concise caveats

COO then sends:

  • MISSION COMPLETE:
  • summary of what was done
  • next recommended step

Style rules

COO style

  • compact
  • managerial
  • directive
  • operational

Worker style

  • execution-focused
  • concise
  • artifact-first
  • no managerial speech

Safety rules

  • Never allow bots to argue indefinitely.
  • Never allow more than one open task unless COO explicitly creates parallel work.
  • Never let worker reassign itself.
  • Never let COO delegate without a clear expected output.

Practical note

This protocol does not replace Telegram permission config. Bots still need a valid provider/channel setup, must be allowed in the group, and should use explicit sender allowlists where possible.

Best practice

Test with one simple mission first:

  • Human -> COO: START MISSION
  • COO -> Worker: TASK
  • Worker -> COO: ACK / RESULT
  • COO -> Human: MISSION COMPLETE

Only then add status checks and blockers.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.09%
按下载量换算2,547

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills