← 返回 Skills 市场
606
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-bot-chat
功能描述
实现多个Telegram Bot在群聊中通过正确sessionKey和message参数进行高效协同通信,提高多agent协作效率。
安全使用建议
This skill is plausible for coordinating multiple Telegram bots, but review and take these precautions before installing: 1) Inspect the skill directory contents (it's copied verbatim to other agent workspaces) to ensure there is no hidden code or unexpected files. 2) Run the deployment/copy script in a controlled test environment first — the script writes under /root/.openclaw/workspace* and may overwrite or add files in other agent workspaces. 3) Ensure you control all Telegram bot tokens (channels.telegram.accounts entries) and do not paste credentials into untrusted places; the skill expects each bot to have valid botToken/accountId configured. 4) If you do not want the skill propagated automatically, do not run the copy loop; instead copy manually to only intended agents. 5) Prefer installing and testing on isolated or test bots before rolling out to production. If you want higher confidence, ask the publisher for the full skill file tree (not only SKILL.md) or for a signed source/homepage so you can verify provenance.
功能分析
Type: OpenClaw Skill
Name: telegram-bot-chat
Version: 1.0.0
The `SKILL.md` file contains deployment instructions that instruct the OpenClaw agent to execute shell commands. Specifically, the script copies *all* skills from the main agent's workspace (`/root/.openclaw/workspace/skills/`) to *every other bot's workspace* (`/root/.openclaw/workspace*`). While the stated purpose is to enable multi-bot communication, this broad propagation mechanism could inadvertently distribute other (potentially malicious) skills across the OpenClaw environment if they were present in the main workspace, representing a significant vulnerability in the deployment strategy.
能力评估
Purpose & Capability
Name/description (multi-agent Telegram coordination) match the instructions: the file explains using sessions_send and message calls and requires each bot to have Telegram account configuration. Nothing in the SKILL.md claims unrelated functionality (cloud, AWS, etc.).
Instruction Scope
The SKILL.md tells the main agent to copy the skill directory into every /root/.openclaw/workspace* instance, which gives the skill an operational vector to propagate files across agent workspaces and potentially overwrite files. It also relies on internal platform tools (sessions_send, message) and expects channel configuration entries (channels.telegram.accounts) but does not declare those as required items. The instructions do not ask for external exfiltration, but they do assume access to the host filesystem and write permission to other agent workspaces.
Install Mechanism
No install script or binary downloads are included (instruction-only). That lowers risk because no remote code is pulled or extracted by the skill itself.
Credentials
The skill does not request env vars or credentials in metadata, but the instructions require each bot to have Telegram botToken/accountId configured in channels.telegram.accounts. This is operationally expected but there's a small mismatch between declared requirements (none) and the real need for bot tokens in the agent configuration.
Persistence & Privilege
always:false (good), but the provided deployment steps explicitly instruct copying the skill into other agents' workspaces. That is a legitimate deployment action for a multi-bot skill, but it also enables a skill (or its files) to be propagated automatically across many agent instances if the deployer runs the script — verify you intend this level of distribution and that files won't overwrite important data.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-bot-chat - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-bot-chat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Multi-agent collaboration in Telegram group chats.
- Enables efficient communication between multiple agents (bots) in Telegram group chats.
- Provides detailed deployment and configuration instructions for correct multi-bot setup.
- Explains sessionKey and message tool usage for inter-bot messaging.
- Offers practical examples and common troubleshooting tips.
- Designed for scenarios where enhanced group cooperation between Telegram bots is required.
元数据
常见问题
telegram-bot-chat 是什么?
实现多个Telegram Bot在群聊中通过正确sessionKey和message参数进行高效协同通信,提高多agent协作效率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。
如何安装 telegram-bot-chat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-bot-chat」即可一键安装,无需额外配置。
telegram-bot-chat 是免费的吗?
是的,telegram-bot-chat 完全免费(开源免费),可自由下载、安装和使用。
telegram-bot-chat 支持哪些平台?
telegram-bot-chat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 telegram-bot-chat?
由 青鱼(@1227cwx)开发并维护,当前版本 v1.0.0。
推荐 Skills