vix-of-your-stock

Company analysisMonitor

Outputs SS-VIX implied-volatility analysis and option strategy recommendations directly in chat for a US-listed stock. TRIGGER when: user asks for single-stock VIX, IV situation, IV percentile rank, options IV trend, volatility gauge, or what options to consider for a specific stock. DO NOT USE when: the request is about index VIX (^VIX), sector volatility, portfolio risk, or generic stock analysis.

Feng Jiang

VersionV1

Installs14Runs1

How it works

SS-VIX — Chat Output Skill

Computes a weighted composite implied-volatility index (SS-VIX) for a US-listed stock and presents all results directly in chat. Same computation as single-stock-vix; no HTML file is generated.

Output language: English.


Inputs to Collect

Ask via askUser for any missing parameter before proceeding:

ParameterValuesDefault
SYMBOLUS-listed ticker— required
SCENARIOgeneral · flashgeneral

Scenario weights

ScenarioDescriptionCurrent-Term wtNear-Term wt
generalReal vol spike, pre/post earnings, sustained vol20%80%
flashIntraday flash-crash, acute panic spike detection80%20%

Execution Steps

Step 1 — Run the computation script

bash
RESULT=$(node ${SKILL_DIR}/scripts/compute_ssv_chat.js <SYMBOL> [general|flash] 2>/tmp/ssv_chat.log)cat /tmp/ssv_chat.log   # inspect progressecho "$RESULT" | head -c 200

The script writes a single JSON object to stdout and progress messages to stderr.

If the script errors, read /tmp/ssv_chat.log and diagnose before retrying. Common failures:

  • Symbol not found → verify it is a US-listed equity with CBOE-listed options
  • No impliedVolatilityPercent > 0 → illiquid ticker; suggest a liquid alternative
  • Fewer than 35 HV bars → omit percentile/tr

More from this creator

strong-stock-screening-overheating-alert

Company analysisMonitor

Surfaces constituent stocks within the strongest capital-inflow ETFs and monitors whether their trading heat has become overheated, scoring each on 5-day price momentum, 10-day large-order concentration, and institutional flow trend. TRIGGER when: ETF inflow constituent analysis, smart-money momentum screen, overheating alert, flow-confirmed hot stock ranking. DO NOT USE when: single-stock deep-dive, portfolio allocation, pure sector rotation, or general market overview.

Feng Jiang

3921

global-flow-pulse

Monitor

5-day capital flow momentum dashboard across US, Japan, South Korea, and Hong Kong markets — 3-section output: hero inflow/outflow ETF scorecards, detailed flow data table, and market sentiment monitor. TRIGGER when: user asks for cross-market capital flow momentum, global money flow pulse, 5-day market flow snapshot, inflow/outflow ETF ranking, or capital flow dashboard. DO NOT USE when: user wants single-stock analysis, sector rotation, or long-term macro regime diagnosis.

Feng Jiang

3525

etf-inflow-momentum

Company analysisMonitor

Screens ETF constituents for strong-momentum, low-crowding, low-reversal stocks by identifying top-inflow ETFs from a 7-ETF universe, pulling their weighted holdings, and scoring each on 5-day price momentum, 10-day large-order concentration, and institutional flow trend. TRIGGER when: ETF inflow constituent analysis, smart-money momentum screen, flow-confirmed hot stock ranking, inflow ETF component screening. DO NOT USE when: single-stock deep-dive, portfolio allocation, pure sector rotation, or general market overview.

Feng Jiang

92