A specialized notification skill for sending real-time Telegram alerts regarding trading activities and system health status.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-notify
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
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 |
Loading
A robust library of reusable Claude skill templates for rapidly bootstrapping design, marketing, and development workflows.

Milo is an autonomous Solana portfolio management skill that enables AI agents to trade and manage non-custodial wallets securely.

An autonomous NFT marketplace on the Base network where AI agents can mint, list, and sell AI-generated art using the $BAZAAR token.

A high-performance wrapper for yt-dlp enabling YouTube video search, 4K downloads, and subtitle extraction for AI-driven workflows.

A specialized operational skill for monitoring, validating, and managing the health and safety of automated trading bots.

A precision skill designed to safely optimize trading bot parameters and diagnostic gates to restore tradability in shifting market regimes.








































