Agent SkillsAlphaGBM/skills › alphagbm-alert

alphagbm-alert

GitHub

用于设置和管理基于价格、隐含波动率、异常交易及财报的智能通知。支持创建、查询和删除警报,触发时提供上下文建议,适用于金融数据监控场景。

skills/alphagbm-alert/SKILL.md AlphaGBM/skills

触发场景

用户请求设置特定股票的价格或IV阈值警报 用户查询当前活跃警报列表 用户要求删除或管理已配置的警报

安装

npx skills add AlphaGBM/skills --skill alphagbm-alert -g -y
更多选项

不安装直接使用

npx skills use AlphaGBM/skills@alphagbm-alert

指定 Agent (Claude Code)

npx skills add AlphaGBM/skills --skill alphagbm-alert -a claude-code -g -y

安装 repo 全部 skill

npx skills add AlphaGBM/skills --all -g -y

预览 repo 内 skill

npx skills add AlphaGBM/skills --list

SKILL.md

Frontmatter
{
    "name": "alphagbm-alert",
    "globs": [
        "mock-data\/alert\/**"
    ],
    "description": "Set price, IV, or activity-based alerts with contextual notifications.\nAlert types include IV rank threshold crossing, price support\/resistance breaks,\nunusual activity detection, earnings approaching, and VRP signal changes.\nTriggers: \"alert me when AAPL IV rank above 80\", \"notify if NVDA drops below 850\",\n\"earnings alert for TSLA\", \"VRP alert\", \"set price alert\",\n\"alert when IV spikes\", \"notify on unusual activity\", \"my alerts\", \"delete alert\"\n"
}

AlphaGBM Alerts

Set 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.

What This Skill Does

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

How to Use

Input: An alert configuration command specifying ticker, condition, and threshold.

Output:

  • Alert configuration confirmation with summary of what will be monitored
  • When triggered: alert notification with full context (what triggered, current values, suggested action)
  • Alert management: list active alerts, edit conditions, delete alerts

Example Queries:

  • alert me when AAPL IV rank above 80 — IV rank threshold alert
  • notify if NVDA drops below 850 — Price level alert
  • earnings alert for TSLA — Alert 7 days before TSLA earnings
  • VRP alert AAPL — Notify when AAPL VRP signal changes
  • set price alert SPY 550 — Simple price target alert
  • my alerts — List all active alerts
  • delete alert 3 — Remove a specific alert

Mock Data

Mock data files are located in mock-data/alert/ and include:

  • active-alerts.json — Sample list of configured alerts
  • triggered-alerts.json — Recently triggered alerts with context
  • alert-config-response.json — Example alert creation confirmation

API Endpoint

GET    /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

Related Skills

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.

版本历史

  • c69fa1b 当前 2026-07-05 20:17

同 Skill 集合

skills/alphagbm-compare/SKILL.md
skills/alphagbm-earnings-crush/SKILL.md
skills/alphagbm-market-sentiment/SKILL.md
skills/alphagbm-options-score/SKILL.md
skills/alphagbm-polymarket/SKILL.md
skills/alphagbm-stock-analysis/SKILL.md
skills/alphagbm-unusual-activity/SKILL.md
skills/alphagbm-watchlist/SKILL.md
skills/alphagbm-bps-backtest/SKILL.md
skills/alphagbm-buffett-analysis/SKILL.md
skills/alphagbm-chokepoint/SKILL.md
skills/alphagbm-company-profile/SKILL.md
skills/alphagbm-duan-analysis/SKILL.md
skills/alphagbm-fear-score/SKILL.md
skills/alphagbm-greeks/SKILL.md
skills/alphagbm-health-check/SKILL.md
skills/alphagbm-hedge-advisor/SKILL.md
skills/alphagbm-investment-thesis/SKILL.md
skills/alphagbm-iv-rank/SKILL.md
skills/alphagbm-macro-view/SKILL.md
skills/alphagbm-marks-cycle/SKILL.md
skills/alphagbm-options-strategy/SKILL.md
skills/alphagbm-pnl-simulator/SKILL.md
skills/alphagbm-take-profit/SKILL.md
skills/alphagbm-tepper-signal/SKILL.md
skills/alphagbm-theme-research/SKILL.md
skills/alphagbm-vix-status/SKILL.md
skills/alphagbm-vol-smile/SKILL.md
skills/alphagbm-vol-surface/SKILL.md

元信息

文件数
0
版本
6ecea74
Hash
54de534b
收录时间
2026-07-05 20:17

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 17:36
浙ICP备14020137号-1 $访客地图$