Telegram Notify for Openclaw

A specialized notification skill for sending real-time Telegram alerts regarding trading activities and system health status.

motivationationdaily
v1.0.0
Feb 28, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install telegram-notify

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 telegram-notify 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 Notify?

Telegram Notify is a streamlined integration designed to bridge the gap between automated trading workflows and personal communication. This skill focuses on delivering high-priority alerts directly to your Telegram Direct Messages, ensuring that you stay informed about critical events like trade entries, exits, and system self-healing actions. By leveraging Openclaw Skills, developers can maintain constant oversight of their agents without needing to monitor logs manually.

Telegram Notify Use Cases

  • Get immediate notifications for trade entry and exit events to track profit and loss in real-time.
  • Monitor system stability with alerts for self-healing sequences or automated restarts.
  • Receive critical status updates across different bot instances directly on your mobile device.

How Telegram Notify Works

  1. The skill triggers upon specific events within the trading workflow such as order execution or error recovery.
  2. It formats the raw event data using a clean, readable template optimized for mobile viewing.
  3. The message is sent to the configured Telegram bot API endpoint with strict rate limiting to avoid spam.
  4. Optional cooldown periods are applied to prevent notification fatigue during high-volatility periods.

Telegram Notify Setup

To get started with this skill, configure your bot credentials and add it to your environment:

# Initialize the telegram-notify skill
openclaw add telegram-notify

# Set your Telegram Bot Token and Chat ID in your environment variables
export TELEGRAM_BOT_TOKEN="your_token_here"
export TELEGRAM_CHAT_ID="your_chat_id_here"

Telegram Notify Data Schema & Taxonomy

The skill manages metadata to ensure message consistency and delivery tracking:

Field Description Type
event_type Category of the alert (Entry, Exit, Heal) String
message_body The formatted content sent to Telegram String
timestamp ISO 8601 string of the event time Date
cooldown_active Boolean flag indicating rate limiting status Boolean

Telegram Notify Advanced Features

  • Configurable rate limits and cooldown timers to prevent API throttling and notification spam.
  • Support for custom message templates to tailor the information density for specific trading strategies.
  • Secure Direct Message focus to ensure private financial data remains confidential.
  • Seamless integration with self-healing protocols within the broader ecosystem of Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*