vix-of-your-stock

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.

Company analysisMonitor

Creator

Feng Jiang

Created time

Jul 23, 2026

Last update

Aug 8, 2026

Version

V1

Usage

9 Installs · 1 Run

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