| name | intraday-watch |
| description | Intraday snapshot of a watchlist while the session is open — live quotes, move-vs-benchmark, and which names are moving beyond their own normal range. Triggers on "盘中", "现在怎么样", "实时", "盘中异动", "现在涨跌", "intraday", "live quotes", "盘中监控". |
Intraday Watch
The session is still open, so nothing here is a conclusion. This skill reports what is
moving right now, against the tape and against each name's own normal dispersion, and
hands the reader a shortlist to look at — it does not explain intraday moves and does
not tell anyone to trade.
close-recap is the same list after the close, with attribution against disclosed
events. Attribution belongs there, not here: intraday, the announcement record has
usually not caught up with the price, so a cause offered now is a guess wearing a
citation. If the user wants "why", say the disclosed record is checked after the close
and offer close-recap.
The two tools here take structured parameters, not a natural-language query
Every other 同花顺 tool in this plugin takes {"query": "..."}. These two do not:
hexin-stock.stock_highfreq_quotes
hexin-index.index_highfreq_quotes
symbols comma-separated, 简称 and/or code mixed: "<简称>,<代码>"
indicators comma-separated 中文 names: "最新价,涨跌幅,成交量,换手率"
data_mode "real_time" for the latest snapshot
interval 1
The response is shaped differently too — no indicators_params. It carries:
tables — a header row followed by one row per symbol
sympolMap (the vendor's spelling) — how each symbol resolved: <简称> → <证券代码>
indicatorMap — the 中文 indicator name mapped to its internal field
Read sympolMap back. It is the only confirmation that the code you passed
resolved to the name you meant and not something else.