Telegram Alerts for Openclaw

An automated notification system for sending formatted trading alerts and portfolio updates directly to Telegram.

jamierossouw
v1.0.1
Feb 22, 2026
0
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install rho-telegram-alerts

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install rho-telegram-alerts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Telegram Alerts?

Telegram Alerts is a professional-grade notification module designed to keep traders informed of every critical market event. As part of the Openclaw Skills ecosystem, it enables AI agents to dispatch rich, formatted messages containing trade entries, exits, price movements, and portfolio health metrics. This tool ensures that users remain connected to their trading strategies without needing to monitor charts constantly, providing a seamless bridge between automated trading logic and mobile accessibility.

The skill focuses on delivering actionable intelligence through a structured notification framework. By using Openclaw Skills like this one, developers can build robust trading bots that provide high-value feedback loops, helping traders manage risk, track performance, and maintain psychological discipline during volatile market conditions.

Telegram Alerts Use Cases

  • Sending instant trade entry and exit notifications with detailed P&L and risk metrics.
  • Monitoring specific assets and triggering alerts when they cross designated price thresholds.
  • Generating automated daily or weekly portfolio summaries including NAV and daily P&L.
  • Receiving proactive warnings when account drawdown approaches stop-loss limits.
  • Tracking win and loss streaks to prevent emotional trading and maintain discipline.

How Telegram Alerts Works

  1. An event is triggered within the environment, such as a price crossing a threshold or a trade execution.
  2. The relevant trade or portfolio data is passed to the Openclaw Skills notification engine.
  3. The system applies a predefined Markdown template to format the data into a readable Telegram message.
  4. The alert is securely transmitted to the Telegram Bot API using the user's specific bot token.
  5. The notification is delivered instantly to the configured Telegram chat or channel for the user to review.

Telegram Alerts Setup

To get started with this skill, you must configure your Telegram credentials in your environment.

  1. Create a bot via @BotFather on Telegram to obtain your TELEGRAM_BOT_TOKEN.
  2. Get your TELEGRAM_CHAT_ID by messaging your bot or using an ID lookup service.
  3. Add these credentials to your .env file or export them in your terminal:
export TELEGRAM_BOT_TOKEN="your_token_here"
export TELEGRAM_CHAT_ID="your_chat_id_here"

Telegram Alerts Data Schema & Taxonomy

The skill organizes trading data into structured templates to ensure consistency across alerts. Below is the metadata taxonomy used for notifications:

Attribute Description Example
Asset The trading pair or ticker BTC/USDT
Direction Trade side LONG / SHORT
Entry/Exit The price at which the trade was executed $68,247
Risk/Reward Calculated ratio for the trade setup 1:2.6
Portfolio Stats NAV and percentage drawdown $10,500 (0.05%)

Telegram Alerts Advanced Features

  • Rich message formatting with emojis for high-glanceability during fast market moves.
  • Scheduled reporting capabilities for periodic portfolio snapshots and performance reviews.
  • Multi-agent support allowing different Openclaw Skills to share the same notification pipeline.
  • Customizable risk alerts that trigger specifically when drawdown limits are approached.
  • Automated win/loss streak tracking to assist with trading psychology management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*