ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Alert System

Skill by ishsharm0

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ishsharm0/alert-system
Or

Alert System

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

Usage

from alert_system.alerts import AlertSystem

system = AlertSystem("<username>")
system.add_alert("price", "BTC", "above", 100000)
triggered = system.check_all()

Features

  • Price alerts (stocks via yfinance, crypto)
  • Website/event change monitoring
  • Custom condition triggers
  • Cron-integrated checking
  • Telegram notifications on trigger

Metadata

Author@ishsharm0
Stars2287
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ishsharm0-alert-system": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.