← 返回 Skills 市场
Telegram Notifier
作者
infectit007
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-notifier
功能描述
Send any agent report, alert, or message to a Telegram chat using your bot token. Use when you want to deliver findings, briefings, security alerts, or task...
安全使用建议
This appears to be a simple, coherent Telegram notifier, but the registry metadata failing to declare the required TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID is an inconsistency you should resolve before installing. Recommendations: (1) Confirm the registry entry is updated to declare the env vars; (2) Create a dedicated Telegram bot token for this use (do not reuse higher-privilege tokens), restrict the bot to a controlled chat or group, and rotate it if compromised; (3) Never allow the agent to send raw secrets or credentials — limit or sanitize report contents and test with non-sensitive data; (4) Store the bot token in a secure secret store (not plaintext logs); (5) If you plan to enable scheduled or autonomous sends, review what the agent will include in messages and set appropriate guardrails/ratelimits; (6) If the registry metadata cannot be corrected, treat the omission as a sign of low quality and prefer a skill whose declared requirements match its runtime instructions.
功能分析
Type: OpenClaw Skill
Name: telegram-notifier
Version: 1.0.0
The telegram-notifier skill is a standard implementation for sending messages to the Telegram Bot API. It uses environment variables for credentials (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) and provides clear, well-documented Python snippets using the requests library. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
SKILL.md clearly requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID to operate, but the registry metadata lists no required env vars or primary credential; that mismatch is incoherent. Aside from that omission, the env vars requested by the instructions are appropriate for a Telegram notifier.
Instruction Scope
The runtime instructions are narrowly scoped to posting messages to Telegram's API and include example code and a cron scheduling example. However, the agent will send whatever content it constructs to an external service — if the agent includes secrets or sensitive data in reports, those will be transmitted to Telegram.
Install Mechanism
No install spec and no code files (instruction-only). Low install risk because nothing will be written or executed from an external URL during installation.
Credentials
The skill needs only two environment values (bot token and chat id), which is proportionate for the stated purpose. The problem is the registry metadata does not declare them, so automated permission/credential checks may be incomplete. Note: TELEGRAM_BOT_TOKEN is a sensitive secret — if exposed an attacker can post as your bot.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or system-wide persistence. Model invocation is allowed by default (normal); combined with the credential issue this increases the need for caution but is not itself a red flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-notifier - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-notifier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Send agent reports and alerts to Telegram. Markdown support, error handling, ready-to-paste Python snippets.
元数据
常见问题
Telegram Notifier 是什么?
Send any agent report, alert, or message to a Telegram chat using your bot token. Use when you want to deliver findings, briefings, security alerts, or task... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Telegram Notifier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-notifier」即可一键安装,无需额外配置。
Telegram Notifier 是免费的吗?
是的,Telegram Notifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Telegram Notifier 支持哪些平台?
Telegram Notifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Notifier?
由 infectit007(@infectit007)开发并维护,当前版本 v1.0.0。
推荐 Skills