← Back to Skills Marketplace
1227cwx

telegram-bot-chat

by 青鱼 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
606
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install telegram-bot-chat
Description
实现多个Telegram Bot在群聊中通过正确sessionKey和message参数进行高效协同通信,提高多agent协作效率。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-bot-chat
  3. After installation, invoke the skill by name or use /telegram-bot-chat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug telegram-bot-chat
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is telegram-bot-chat?

实现多个Telegram Bot在群聊中通过正确sessionKey和message参数进行高效协同通信,提高多agent协作效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 606 downloads so far.

How do I install telegram-bot-chat?

Run "/install telegram-bot-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is telegram-bot-chat free?

Yes, telegram-bot-chat is completely free (open-source). You can download, install and use it at no cost.

Which platforms does telegram-bot-chat support?

telegram-bot-chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created telegram-bot-chat?

It is built and maintained by 青鱼 (@1227cwx); the current version is v1.0.0.

💬 Comments