daily-market-snapshot

Fetch a quick daily snapshot of major market indexes and key stock quotes. TRIGGER when: user asks for daily market overview, morning briefing, how the market is doing today, major index levels. DO NOT USE when: user wants deep analysis, stock screening, or valuation work.

Monitor

Creator

Captain Ryder

Created time

Jul 13, 2026

Last update

Jul 20, 2026

Version

V2

Usage

5 Installs · 0 Runs

How it works

Daily Market Snapshot

Pull major index levels and a watchlist of key stocks, then present a clean, scannable summary.

Step 1 — Fetch major indexes

Use marketQuotes with these symbols:

  • ^GSPC — S&P 500
  • ^IXIC — Nasdaq Composite
  • ^DJI — Dow Jones
  • ^VIX — VIX fear gauge
  • ^HSI — Hang Seng Index

Success criteria: At least 3 indexes return a valid price and timestamp.

Step 2 — Fetch key stock quotes

Use marketQuotes with a default watchlist. If the user has mentioned specific tickers in the current conversation, add those; otherwise use the defaults:

  • AAPL, NVDA, TSLA, MSFT, AMZN

Success criteria: At least 3 stocks return a valid quote.

Step 3 — Format and present

Output a concise snapshot in this structure. Respond in Chinese.

📊 每日市场快照 — [日期]
【主要指数】| 指数       | 最新价   | 涨跌幅  ||------------|---------|--------|| S&P 500    | ...     | ...%   || 纳斯达克   | ...     | ...%   || 道琼斯     | ...     | ...%   || VIX        | ...     | ...    || 恒生指数   | ...     | ...%   |
【个股】| 股票   | 最新价  | 涨跌幅  ||--------|--------|--------|| AAPL   | ...    | ...%   |...
💡 一句话市场情绪:[根据 VIX 和指数涨跌给出简短判断,如"整体偏乐观,VIX 低位"]

Success crit

Driven wordmark