us-stock

Fetches real-time U.S. stock quotes from Google Finance via browser automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It retrieves real-time U.S. stock market data without requiring any API key or login, covering the three major indices, the Magnificent 7 stocks, the VIX fear index, and 0DTE Gamma positioning in one consolidated report. ## Core Features & Use Cases - Index & Stock Quotes: Pulls current price, change, previous close, and intraday high/low for the Dow, S&P 500, Nasdaq, and the Magnificent 7 (NVDA/AAPL/MSFT/GOOGL/AMZN/META/TSLA) from Google Finance. - VIX Risk Assessment: Reads the VIX fear index and classifies market sentiment using thresholds (complacency/normal/caution/panic). - 0DTE Gamma Analysis: Optionally checks SPX Gamma Flip levels and dealer positioning to assess volatility risk. - Use Case: Ask for a U.S. market check before the open, and receive a formatted table of indices, VIX status, Magnificent 7 moves, and a brief interpretation of the day's market theme. ## Quick Start Check the current U.S. stock market including the major indices, VIX, and Magnificent 7 stocks.

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 U.S. stock quotes without an API key?▼

Navigate to Google Finance quote pages with a browser automation tool and extract the page text. Google Finance requires no login or API key and returns current price, change, previous close, and intraday high/low for indices and stocks.

How to check the VIX fear index and interpret its level?▼

Open the Google Finance VIX page (VIX:INDEXCBOE) and extract the current price and percentage change. Levels below 15 indicate complacency, 15-20 is normal, 20-25 signals caution, and above 25 indicates panic.

What stocks are included in the Magnificent 7?▼

The Magnificent 7 are NVDA, AAPL, MSFT, GOOGL, AMZN, META, and TSLA. The skill reads them in that order, extracting price, percentage change, previous close, intraday high/low, and market capitalization for each.

Does Google Finance data work outside U.S. trading hours?▼

Yes, but pre-market and post-market data should be labeled with timestamps. Regular trading hours are 9:30-16:00 ET, and fund or ETF NAVs lag by one day, so label those as the previous trading day's NAV.

What is 0DTE Gamma status and when should I check it?▼

0DTE Gamma status shows SPX dealer positioning and the Gamma Flip level where positioning shifts from positive to negative. Check it when requested or when broad market volatility is abnormal, since negative Gamma amplifies volatility.