Install
openclaw skills install @clementgu/alphagbm-alertSet price, IV, or activity-based alerts with contextual notifications. Alert types include IV rank threshold crossing, price support/resistance breaks, unusual activity detection, earnings approaching, and VRP signal changes. Triggers: "alert me when AAPL IV rank above 80", "notify if NVDA drops below 850", "earnings alert for TSLA", "VRP alert", "set price alert", "alert when IV spikes", "notify on unusual activity", "my alerts", "delete alert"
openclaw skills install @clementgu/alphagbm-alertSet intelligent alerts based on price, IV rank, unusual activity, earnings timing, and VRP signals -- each alert fires with full context so you can act immediately.
| Alert Type | Description |
|---|---|
| IV Rank Threshold | Fires when IV rank crosses above or below a specified level (e.g., IV rank > 80) |
| Price Level | Fires when price breaks through support, resistance, or a custom level |
| Unusual Activity | Fires when unusual options flow is detected on a specified ticker |
| Earnings Approaching | Fires N days before a ticker's earnings announcement |
| VRP Signal Change | Fires when the Volatility Risk Premium flips (e.g., from negative to positive) |
| One-Time vs Recurring | One-time alerts auto-delete after firing; recurring alerts reset and keep watching |
Input: An alert configuration command specifying ticker, condition, and threshold.
Output:
Example Queries:
alert me when AAPL IV rank above 80 — IV rank threshold alertnotify if NVDA drops below 850 — Price level alertearnings alert for TSLA — Alert 7 days before TSLA earningsVRP alert AAPL — Notify when AAPL VRP signal changesset price alert SPY 550 — Simple price target alertmy alerts — List all active alertsdelete alert 3 — Remove a specific alertMock data files are located in mock-data/alert/ and include:
active-alerts.json — Sample list of configured alertstriggered-alerts.json — Recently triggered alerts with contextalert-config-response.json — Example alert creation confirmationGET /api/user/alerts
POST /api/user/alerts
PUT /api/user/alerts/{alert_id}
DELETE /api/user/alerts/{alert_id}
GET /api/user/alerts/triggered
POST body:
{
"symbol": "AAPL",
"type": "iv_rank_above",
"threshold": 80,
"recurring": true
}
Response fields: alert_id, status, condition_summary, triggered_alerts[], context
| Skill | Relevance |
|---|---|
| alphagbm-watchlist | Watchlist tickers are natural candidates for alerts |
| alphagbm-iv-rank | IV rank data that powers IV threshold alerts |
| alphagbm-unusual-activity | Unusual flow detection that powers activity alerts |
Powered by AlphaGBM — Real-data options & research intelligence. 10K+ users.