Agent SkillsAlphaGBM/skills › alphagbm-vix-status

alphagbm-vix-status

GitHub

将VIX数值映射为5级恐惧温度计,提供期权卖方策略建议。返回当前水平、历史百分位及分布,辅助判断市场波动环境是否适合卖出权利金或买入保护。

skills/alphagbm-vix-status/SKILL.md AlphaGBM/skills

Trigger Scenarios

what's VIX VIX level is market calm market fear gauge should I sell premium now VIX tier VIX strategy volatility environment fear index should I buy protection is this a good time for BPS

Install

npx skills add AlphaGBM/skills --skill alphagbm-vix-status -g -y
More Options

Use without installing

npx skills use AlphaGBM/skills@alphagbm-vix-status

指定 Agent (Claude Code)

npx skills add AlphaGBM/skills --skill alphagbm-vix-status -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-vix-status",
    "globs": [
        "mock-data\/vix-status\/**"
    ],
    "description": "Current VIX level + 5-tier fear-thermometer classification + option-seller strategy\nhint. Translates the single VIX number into actionable trading guidance (calm \/\nnormal \/ seller sweet spot \/ caution \/ extreme fear). Includes current percentile\nvs 1-year history and how many days the market spent in each tier.\nTriggers: \"what's VIX\", \"VIX level\", \"is market calm\", \"market fear gauge\",\n\"should I sell premium now\", \"VIX tier\", \"VIX strategy\", \"volatility environment\",\n\"fear index\", \"should I buy protection\", \"is this a good time for BPS\".\n"
}

AlphaGBM VIX Status

The single VIX number, translated into the 5-tier framework that options sellers actually use to size up and down. Use this as the market-wide backdrop before any per-ticker analysis.

What This Skill Does

Maps the raw VIX value to one of five strategy zones:

Tier VIX Range Color Seller's Move
Calm < 15 🔵 blue Premiums thin; buy protection cheap (Long Put)
Normal 15–20 🟢 green Daily Sell Put / BPS routine
Seller Sweet Spot 20–25 🟡 yellow BPS premiums juicy — actively open positions
Caution 25–35 🟠 orange Can trade but halve size; VIX-explosion risk
Extreme Fear ≥ 35 🔴 red Retail sellers most likely to get buried — only buy the dip in stock

Also returns:

  • mean_1y — 1-year mean VIX for comparison
  • percentile_1y — where today's VIX sits in last year's distribution
  • distribution_1y_pct — % of last year spent in each of the 5 tiers

How to Use

Input: No parameters — market-wide indicator.

Output:

  • vix — current close
  • level — one of calm / normal / sweet_spot / caution / extreme_fear
  • color — one of blue / green / yellow / orange / red
  • label — zh/en short name (e.g. 卖方甜蜜区 / Seller Sweet Spot)
  • strategy_hint — zh/en actionable guidance paragraph
  • percentile_1y, mean_1y
  • distribution_1y_pct — fraction of the past year in each tier

Example Queries:

  • what's VIX right now — Current level + tier + strategy hint
  • is this a good time for BPS — Check if VIX is in the "sweet spot" (20–25)
  • should I sell premium today — Seller-view classification
  • market fear gauge — VIX with contextual interpretation
  • how often has VIX been in extreme fear this year — 1-year distribution

Mock Data

Mock data in mock-data/vix-status/ — sample responses across the 5 tiers.

API Endpoint

GET /api/options/vix-status

No parameters. Returns:

{
  "success": true,
  "vix": 22.5,
  "mean_1y": 18.3,
  "percentile_1y": 68.5,
  "level": "sweet_spot",
  "color": "yellow",
  "label": {"zh": "卖方甜蜜区", "en": "Seller Sweet Spot"},
  "strategy_hint": {"zh": "BPS 权利金变肥,积极开仓", "en": "BPS premiums get juicy — actively open positions"},
  "distribution_1y_pct": {"calm": 12.5, "normal": 45.2, "sweet_spot": 28.7, "caution": 11.3, "extreme_fear": 2.3},
  "timestamp": "2026-04-24T08:00:00"
}

Pricing: free (no quota deduction). 5-minute server-side cache.

Related Skills

Skill Relevance
alphagbm-fear-score Per-ticker fear score; VIX is one of its 6 inputs
alphagbm-market-sentiment Broader sentiment dashboard (VIX + breadth + sector rotation)
alphagbm-options-strategy Strategy builder that should respect the VIX tier

Powered by AlphaGBM — Real-data options & research intelligence. 10K+ users.

Version History

  • c69fa1b Current 2026-07-05 20:18

Same Skill Collection

skills/alphagbm-alert/SKILL.md
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-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-vol-smile/SKILL.md
skills/alphagbm-vol-surface/SKILL.md

Metadata

Files
0
Version
c69fa1b
Hash
9e594cf1
Indexed
2026-07-05 20:18

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-11 03:08
浙ICP备14020137号-1 $bản đồ khách truy cập$