← Back to Skills Marketplace
infectit007

Telegram Notifier

by infectit007 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-notifier
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-notifier
  3. After installation, invoke the skill by name or use /telegram-notifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Send agent reports and alerts to Telegram. Markdown support, error handling, ready-to-paste Python snippets.
Metadata
Slug telegram-notifier
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install Telegram Notifier?

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

Is Telegram Notifier free?

Yes, Telegram Notifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Telegram Notifier support?

Telegram Notifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telegram Notifier?

It is built and maintained by infectit007 (@infectit007); the current version is v1.0.0.

💬 Comments