Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Monitors prices, websites, and custom conditions, then sends Telegram notifications when triggers fire. Supports stocks via yfinance, crypto prices, and arbitrary event changes. Runs checks via cron for continuous background monitoring.
Combines price data, web monitoring, and notifications in one system instead of stitching together separate tools for each.
When to use it
- Get notified when BTC crosses a target price
- Track a product page for restocks or price drops
- Alert when a stock hits a buy or sell threshold
- Monitor a website for content changes
- Schedule recurring checks without manual intervention
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: notify me when BTC goes above $100,000
- 1Instantiate AlertSystem with the username
- 2Call add_alert with type 'price', asset 'BTC', condition 'above', and threshold 100000
- 3Run check_all to evaluate current price against the threshold
- 4Send a Telegram notification if the condition is met
Telegram message: 'BTC alert triggered: price is above $100,000'
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.