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.
Creator
Captain Ryder
Created time
Jul 13, 2026
Last update
Jul 27, 2026
Version
V2
Usage
7 Installs · 2 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.
Success criteria: Table renders cleanly, all cited values link to tool call IDs per citation contract.
Notes
- Always cite values with
[displayValue](#toolCallId^rawValue)per system citation contract. - If a symbol fails to load, skip it and note it as unavailable.
- Keep the commentary brief — this is a snapshot, not an analysis.