Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: send a trade entry alert for BTC LONG at $68,000
- 1Reads trade parameters: asset, direction, entry price, stop, and target
- 2Calculates risk amount and risk-to-reward ratio
- 3Formats the alert message with emoji and structured fields
- 4Sends the message via Telegram Bot API using TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID
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.