← Back to Skills Marketplace
Telegram Notify
by
motivationationdaily
· GitHub ↗
· v1.0.0
1002
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install telegram-notify
Description
Send Telegram direct message alerts for trade entry, exit, and self-heal events with rate limiting and customizable templates.
Usage Guidance
Do not install or use this skill until the author provides explicit runtime details. Ask for: (1) the exact auth method (Telegram bot token and required chat id or OAuth flow) and the precise env var names the skill expects, (2) sample message templates and how rate-limiting/cooldown are enforced, and (3) the exact network endpoints it will call (e.g., api.telegram.org). If the skill will ask you to paste credentials at runtime, prefer creating a new, limited-scope bot token for testing and avoid reusing high-privilege tokens. If the author supplies code to run, review it for remote endpoints, unexpected file access, or requests for unrelated secrets (AWS, GitHub, etc.). If any credential or config request seems unrelated to Telegram notifications, treat it as a red flag.
Capability Analysis
Type: OpenClaw Skill
Name: telegram-notify
Version: 1.0.0
The skill bundle contains only metadata (`_meta.json`) and a descriptive markdown file (`SKILL.md`). The `SKILL.md` outlines a legitimate purpose for the skill (sending Telegram notifications for trading events) and includes stated 'safety rails' like DM-only and cooldowns. There is no executable code, obfuscation, or any instructions that suggest prompt injection for malicious purposes, data exfiltration, or unauthorized actions. Without any code to analyze, the provided content appears benign.
Capability Assessment
Purpose & Capability
The name/description say 'Send Telegram DM alerts', which normally requires a Telegram bot token and target chat id; the SKILL.md contains no mention of these credentials, API endpoints, or how messages are delivered. That mismatch suggests the skill is incomplete or incoherent.
Instruction Scope
SKILL.md is very high-level and lacks concrete runtime instructions (no API calls, no env vars, no config keys, no templates/examples). Vague safety rails ('DM only unless explicitly configured') grant broad discretion without specifying where or how configuration is provided.
Install Mechanism
Instruction-only skill with no install spec or code files — lower attack surface because nothing is written to disk by an installer. However, absence of install files also means there's nothing to audit.
Credentials
Requires no environment variables or credentials in metadata, yet the feature (sending Telegram messages) logically requires credentials (e.g., TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID). The lack of declared credentials is disproportionate and unexplained.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform privileges. This is appropriate for a notification helper.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telegram-notify - After installation, invoke the skill by name or use
/telegram-notify - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of telegram-notify.
- Sends Telegram direct messages for key trading events (entry, exit, self-heal)
- Ensures clean, consistent alert templates
- Built-in rate limiting to reduce spam
- Defaults to DM-only notifications unless configured otherwise
Metadata
Frequently Asked Questions
What is Telegram Notify?
Send Telegram direct message alerts for trade entry, exit, and self-heal events with rate limiting and customizable templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 1002 downloads so far.
How do I install Telegram Notify?
Run "/install telegram-notify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telegram Notify free?
Yes, Telegram Notify is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Telegram Notify support?
Telegram Notify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telegram Notify?
It is built and maintained by motivationationdaily (@motivationationdaily); the current version is v1.0.0.
More Skills