us-stock

Queries real-time US stock indices, Magnificent 7 stocks, VIX, and 0DTE gamma status via Google Finance.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/riipandi/minis-skills --skill us-stock-riipandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: us-stock
Source: https://github.com/riipandi/minis-skills/tree/main/us-stock
Command: npx skills add https://github.com/riipandi/minis-skills --skill us-stock-riipandi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting a complete picture of the US stock market requires checking multiple sources for indices, individual mega-cap stocks, volatility, and options positioning. This Skill consolidates all of that into one structured real-time report pulled from Google Finance without any API keys or logins. ## Core Features & Use Cases - Three Major Indices: Fetches Dow Jones, S&P 500, and Nasdaq quotes in parallel browser tabs with price, change, and intraday range. - VIX Fear Index: Reads the VIX with alert thresholds (Complacent/Normal/Vigilant/Panic) to gauge market sentiment. - Magnificent 7 Tracking: Sequentially queries NVDA, AAPL, MSFT, GOOGL, AMZN, META, and TSLA with price, change, and market cap. - 0DTE Gamma Analysis: Optionally checks SPX gamma exposure and dealer positioning to assess volatility risk. - Use Case: Ask for a US market check before the open, and receive a formatted table of indices, VIX status, Magnificent 7 moves, gamma positioning, and a short interpretation of the day's theme. ## Quick Start Check US stocks and give me the three major indices, VIX, and Magnificent 7 with a brief market interpretation.

Frequently Asked Questions about us-stock

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

FAQPage Schema
How do I get real-time US stock quotes without an API key?

This Skill uses browser automation to navigate Google Finance quote pages and extract text directly, so no API key, login, or paid data feed is required. It reads indices, individual stocks, and the VIX from public pages.

How to check VIX fear index levels and what they mean?

The Skill fetches the VIX from Google Finance and classifies it using fixed thresholds: below 15 is Complacent, 15-20 Normal, 20-25 Vigilant, and above 25 Panic. It also weighs the daily change direction to distinguish isolated events from systemic panic.

What is 0DTE gamma exposure and why does it matter for SPX?

Gamma exposure shows how market makers are positioned in same-day SPX options. Positive gamma suppresses volatility, while negative gamma amplifies moves; the Skill reports the Gamma Flip level and current SPX distance to it as a risk gauge.

Does this work outside US trading hours?

Yes, but pre-market and post-market data is timestamped and flagged accordingly. Regular US trading hours are 9:30-16:00 ET, and fund or ETF net values lag by one trading day, which the Skill annotates.

What are the limitations of scraping Google Finance for quotes?

Data depends on Google Finance page structure and requires a desktop viewport (1280px width) for complete fields. Tab count is limited, so the Skill rotates through existing tabs rather than opening unlimited new ones.