LaunchKit · 2026
Back to Skills

alert-system

Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitoring, custom.

0
0 downloads
by @ishsharm0

Setup & Installation

openclaw skills install @ishsharm0/alert-system

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install alert-system

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.

INPUT

User asks: notify me when BTC goes above $100,000

AGENT
  1. 1Instantiate AlertSystem with the username
  2. 2Call add_alert with type 'price', asset 'BTC', condition 'above', and threshold 100000
  3. 3Run check_all to evaluate current price against the threshold
  4. 4Send a Telegram notification if the condition is met
OUTPUT

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.

Telegram bot token and chat ID for notifications