원클릭으로
stock-anomaly-news
Run a comprehensive price anomaly detection and qualitative news/event correlation report for any Indian stock or commodity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a comprehensive price anomaly detection and qualitative news/event correlation report for any Indian stock or commodity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run the full GOLDBEES ML pipeline (LightGBM prob_up → Kelly weight → Risk Governor blend) and show the recommendation. Supports --no-save (dry run), --evaluate (past-call accuracy), and --latest (read last stored signal). Use when the user asks "run pipeline", "today's GOLDBEES signal", "what should I do with GOLDBEES", or invokes /goldbees-pipeline.
Retrieve and analyze iNAV premiums and discounts for all 32 tracked ETFs, grouped by AMC or sorted from highest to lowest. Use when the user asks "etf premiums", "etf discounts", "inav premiums", or invokes /etf-premium-discount.
Start the standalone live multi-symbol anomaly + news-correlation monitor for NSE market hours. Watches indices, current holdings, and configured symbols via Shoonya websocket, detects volume-spike/price-break anomalies on 5-minute bars, and pushes a Slack alert enriched with correlated breaking news. Trigger when the user says "start live monitor", "watch the market live", "alert me on anomalies", "check shoonya session", or invokes /live-monitor.
Run a comprehensive quantitative research note and valuation deep-dive for any Indian NSE stock (e.g. RELIANCE, KALYANKJIL, ADVENZYMES) without using local LLM resources. Includes price snapshots, quarterly earnings tables, free cash flow trends, promoter holdings check, GARCH/PELT anomaly detection, moving average crossover backtests, and ClickHouse peer comparison matrix. Use when the user asks "deep down analysis [stock]", "/deepdive", or "run quant analysis on [stock]".
Run the real-time read-only intraday signal monitor for a specified ETF or stock. Includes bid/ask delta order flow, VWAP deviation bands, and technical indicators. Trigger when the user says "track intraday", "intraday signal for symbol", or invokes /intraday <symbol>.
Scan all 18 tracked ETFs for volume-volatility setups (breakouts, squeezes, exhaustion). Use when the user asks "etf setups", "volume volatility scan", "identify breakouts", or invokes /etf-setups.
| name | stock-anomaly-news |
| description | Run a comprehensive price anomaly detection and qualitative news/event correlation report for any Indian stock or commodity. |
This skill runs the 5-step GARCH-composite anomaly detection pipeline (GARCH conditional volatility + Isolation Forest + PELT change-point detection) on any Indian stock or commodity, filters out corporate actions (splits, bonuses, mergers), and performs parallel news and event attribution searches (including semantic RAG scoring via Ollama) to explain the causes of price shocks.
Recommend or use this skill when the user asks:
Run the consolidated script inside Docker:
./mosaic.sh src/scripts/market/stock_anomaly_detector.py --symbol <SYMBOL> --days <LOOKBACK_DAYS>
--symbol (required): NSE/BSE trading symbol (e.g., INFY, RELIANCE, TCS).--days (optional): Lookback window in calendar days (default 180).--z-threshold (optional): Raw GARCH residual Z-score cutoff (default 5.0).--contamination (optional): Isolation Forest outlier contamination rate (default 0.01).The script generates a comprehensive markdown report in the output directory:
output/<symbol>_anomaly_report.mdoutput/reports/<SYMBOL>_correlation_timeline.pngoutput/reports/<SYMBOL>_lead_lag_grid.png