alphagbm-fear-score

Aggregate six market signals into a 0–100 fear score per ticker.

1.7k|225|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AlphaGBM/skills --skill alphagbm-fear-score
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphagbm-fear-score
Source: https://github.com/AlphaGBM/skills/tree/main/skills/alphagbm-fear-score
Command: npx skills add https://github.com/AlphaGBM/skills --skill alphagbm-fear-score

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Per-ticker panic metrics are hard to assemble and track across multiple symbols; this Skill aggregates six real signals into a single, interpretable fear score to guide options timing.

Core Features & Use Cases

  • Composite fear score: six indicators (VIX level, IV Rank, RSI-14, volume anomaly, Put/Call ratio, and consecutive-down days) combined into a 0–100 metric.
  • Thresholded signals for trades: default threshold of 60 to highlight Bull Put Spread entry opportunities with explainable component breakdown.
  • Observability and test data: includes mock data for offline testing and an API-ready structure for live data analysis.

Quick Start

Use FearScore to analyze a ticker and retrieve the full component breakdown, threshold, and signal status.

Frequently Asked Questions about alphagbm-fear-score

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate a per-ticker fear score for options timing?

A composite fear score combines six indicators—VIX level, IV Rank, RSI-14, volume anomaly, Put/Call ratio, and consecutive-down days—into a 0–100 metric. This aggregation provides an interpretable measure of per-ticker market panic to guide options timing decisions.

What is the best way to identify Bull Put Spread entries using an IV Rank and VIX aggregation?

Identify Bull Put Spread entries by applying a threshold to a composite fear score. A default threshold of 60 highlights potential entry opportunities, providing an explainable component breakdown so you can verify which indicators drove the signal.

How do I retrieve a component breakdown for a Put/Call ratio and volume anomaly analysis?

Retrieve a full component breakdown by requesting the fear score API endpoint with a specific ticker symbol. The response returns the individual values for all six aggregated signals, the total score, the threshold, and the current signal status.

Can I test options risk metrics and fear score calculations using mock data?

Yes, you can test options risk metrics using the included mock-data option. This allows you to validate the fear score calculation logic and API structure offline without needing a live data feed for US market tickers.

Does this per-ticker panic index support US market symbols for live data analysis?

Yes, the per-ticker panic index supports analysis across US market symbols. It features an API-ready structure designed to process live data feeds, returning a 0–100 fear score with a full signal breakdown for the requested ticker.