LaunchKit · 2026
Back to Skills

rho-telegram-alerts

Send formatted trading alerts, portfolio updates, and market signals via Telegram.

0
476 downloads
by @jamierossouw

Setup & Installation

openclaw skills install @jamierossouw/rho-telegram-alerts

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install rho-telegram-alerts

Version History

v1.0.1Feb 21, 2026 - Version note by skill developer:

- Updated formatting in the tags list and YAML frontmatter for improved readability. - No changes to functionality or features; documentation only update.

What This Skill Does

Sends formatted trading alerts and portfolio updates to Telegram. Handles trade entries and exits, price threshold alerts, stop-loss warnings, and scheduled daily or weekly summaries.

Delivers structured, context-rich trading data directly to Telegram instead of requiring the user to check a dashboard manually.

When to use it

  • Alert when BTC breaks a key price level
  • Send a trade entry notification with P&L details
  • Receive daily portfolio NAV summary at 18:00
  • Get warned when drawdown approaches stop-loss limit
  • Track win/loss streaks to manage trading behavior

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: send a trade entry alert for BTC LONG at $68,000

AGENT
  1. 1Reads trade parameters: asset, direction, entry price, stop, and target
  2. 2Calculates risk amount and risk-to-reward ratio
  3. 3Formats the alert message with emoji and structured fields
  4. 4Sends the message via Telegram Bot API using TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID
OUTPUT

Formatted trade alert delivered to the user's Telegram chat with entry, stop, target, and risk details

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

TELEGRAM_BOT_TOKEN environment variableTELEGRAM_CHAT_ID environment variable