← Back to Skills Marketplace
jamierossouw

Telegram Alerts

by JamieRossouw · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1372
Downloads
0
Stars
9
Active Installs
2
Versions
Install in OpenClaw
/install rho-telegram-alerts
Description
Send formatted trading alerts, portfolio updates, and market signals via Telegram. Supports price alerts, stop-loss notifications, win/loss reporting, and sc...
Usage Guidance
This skill appears to do what it says (send Telegram trading alerts) and legitimately needs a TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID, but the registry metadata does not list those environment variables — that discrepancy is the main red flag. Before using: 1) Ask the publisher to update the manifest to declare required env vars explicitly so reviewers and automated checks see them. 2) Use a dedicated Telegram bot token (do not reuse other tokens), and only give it the minimum permissions; consider creating a bot account just for alerts. 3) Store the token in a secure secret manager rather than plaintext .env if possible. 4) Be aware the agent can send messages autonomously (disable-model-invocation is false); ensure you trust the agent's triggers and the content it may send. 5) If you need stronger assurance, request the author provide explicit runtime commands or a minimal code sample so reviewers can confirm no other data is accessed or transmitted.
Capability Analysis
Type: OpenClaw Skill Name: rho-telegram-alerts Version: 1.0.1 The provided files consist solely of metadata (`_meta.json`) and documentation (`SKILL.md`). The `SKILL.md` describes a legitimate skill for sending Telegram alerts and outlines the necessary setup, including the requirement for `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID`. This credential requirement is consistent with the stated purpose of the skill. There is no executable code to analyze, and no evidence of prompt injection, data exfiltration, malicious execution, or other harmful behaviors within the provided content.
Capability Assessment
Purpose & Capability
Name and description claim Telegram trading alerts, which justifies needing a Telegram bot token and chat id. However, the registry metadata declares no required environment variables or primary credential while SKILL.md explicitly says TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID are required — the manifest and runtime instructions are inconsistent.
Instruction Scope
SKILL.md is instruction-only and only describes sending formatted alerts to Telegram and requiring two .env values. It does not instruct reading unrelated files or contacting other external endpoints, but the instructions are terse/vague (no explicit runtime commands) and rely on an out-of-band .env file for secrets.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing will be downloaded or written by an installer according to the registry.
Credentials
The environment variables referenced in SKILL.md (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) are proportionate to sending Telegram messages. The concern is that the registry metadata does not declare these required credentials, so an automated permission review or user expecting a manifest-driven check could miss that secrets are needed or used.
Persistence & Privilege
always:false and no install behavior — the skill does not request permanent/system-level presence. disable-model-invocation is false (agent may call it autonomously), which is normal for skills; combine this with the metadata mismatch when deciding risk tolerance.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rho-telegram-alerts
  3. After installation, invoke the skill by name or use /rho-telegram-alerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated formatting in the tags list and YAML frontmatter for improved readability. - No changes to functionality or features; documentation only update.
v1.0.0
Initial release
Metadata
Slug rho-telegram-alerts
Version 1.0.1
License
All-time Installs 9
Active Installs 9
Total Versions 2
Frequently Asked Questions

What is Telegram Alerts?

Send formatted trading alerts, portfolio updates, and market signals via Telegram. Supports price alerts, stop-loss notifications, win/loss reporting, and sc... It is an AI Agent Skill for Claude Code / OpenClaw, with 1372 downloads so far.

How do I install Telegram Alerts?

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

Is Telegram Alerts free?

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

Which platforms does Telegram Alerts support?

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

Who created Telegram Alerts?

It is built and maintained by JamieRossouw (@jamierossouw); the current version is v1.0.1.

💬 Comments