← 返回 Skills 市场
dinghaibin

Telegram Bot

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-bot-pro
功能描述
Create and manage Telegram bots. Use when user wants to build a Telegram bot for notifications, automation, customer support, group management, or interactiv...
安全使用建议
This skill appears to do what it says, but take these precautions before running it: - Keep your Telegram bot token secret and pass it only to trusted environments; treat it like a password. - The script will attempt to pip-install python-telegram-bot at runtime using os.system — run it inside a virtual environment or container to avoid polluting system Python and to review the package version. - The --handler option imports and executes whatever Python file you point it to; do not use untrusted handler files (they can run arbitrary code, access files, or send data). Review handler code before running. - If you use webhook mode, ensure your webhook endpoint is secure (HTTPS) and exposed only as needed. - Because the skill's source/homepage is unknown, prefer running it in an isolated environment until you've audited the code and any runtime installations.
功能分析
Type: OpenClaw Skill Name: telegram-bot-pro Version: 1.0.0 The skill bundle provides a framework for Telegram bots but includes high-risk execution patterns. Specifically, `scripts/bot.py` uses `os.system` to automatically install dependencies and employs dynamic module loading (`__import__`) to execute code from user-specified handler files. While these features are aligned with the stated purpose of creating a customizable bot, they represent significant security risks (potential for arbitrary code execution) that warrant a suspicious classification under the provided guidelines.
能力评估
Purpose & Capability
Name/description align with the provided SKILL.md, examples, and scripts/bot.py. The script requires a Telegram bot token (passed as an argument) and implements expected features (commands, handlers, webhook/polling). No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md stays within the Telegram Bot domain: creating a bot via @BotFather, obtaining a token, choosing polling or webhooks, and running the included script. It does instruct running python scripts and loading a user-supplied handler file; loading that handler will execute arbitrary Python code from the provided path (expected for custom handlers but a sensible security consideration).
Install Mechanism
There is no formal install spec in the registry, but scripts/bot.py attempts to pip-install python-telegram-bot at runtime via os.system("pip install ...") if the package is missing. This is a network installation from PyPI performed without virtualenv isolation and using a shell call, which is common but worth noting for reproducibility and security.
Credentials
The skill does not request environment variables or unrelated credentials. The only secret required is the Telegram Bot API token, which the script expects as a command-line argument — proportionate to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide privileges or modify other skills' configs. It does import and run code (the handler) you provide at runtime, but that is part of its normal operation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-bot-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-bot-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Telegram bot framework with command handling, webhook support, and callback query handling
元数据
Slug telegram-bot-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram Bot 是什么?

Create and manage Telegram bots. Use when user wants to build a Telegram bot for notifications, automation, customer support, group management, or interactiv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。

如何安装 Telegram Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-bot-pro」即可一键安装,无需额外配置。

Telegram Bot 是免费的吗?

是的,Telegram Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Telegram Bot 支持哪些平台?

Telegram Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Telegram Bot?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论