What problem does it solve?
Intraday analysis goes stale fast: prices move while you work, and quoting a number from minutes ago leads to wrong conclusions. This Skill keeps live quotes flowing into the conversation so every price you state reflects the current market.
Core Features & Use Cases
- Ambient Price Feed: Register tickers with
watch_market and receive fresh quotes automatically as <market-watch> blocks attached to messages, no repeated polling needed.
- Staleness Guardrails: Rules ensure the newest feed entry is treated as the live price, with a mandatory
get_quote re-check before stating prices if the feed is over a minute old.
- Use Case: While answering "is NVDA above 205 right now", register NVDA at task start, read the latest ambient quote as it updates, and unwatch the symbol when the analysis is done.
Quick Start
Use the market-watch skill to track NVDA and TSLA live prices while you analyze whether NVDA is trading above 205 right now.