QVeris HHXG Market
Use this skill for A-share daily market snapshots adapted from HHXG Market. Preserve the compact JSON plus markdown output shape for market breadth, index moves, concepts, margin financing, news flashes, and flows; replace all third-party A-share endpoints with QVeris A-share CAP capabilities.
Source record:
| Field |
Value |
| Candidate number |
9 |
| Original repository |
HHXG Market |
| GitHub URL |
https://github.com/Niceck/hhxg-top-hhxg-python |
| License |
MIT |
| Evaluation recent activity |
2026-06-20 |
| Local source snapshot |
third_party/source_repos/09-hhxg-market |
| Snapshot latest commit |
381d2c3 on 2026-06-20 |
Runtime Contract
- Use only
qveris_finance.* CAP tools and QVERIS_API_KEY.
- Resolve symbols, exchange, concepts, and trading calendar with QVeris reference tools.
- Accept
dry_run, max_calls, max_age, and budget_note; if omitted in a natural-language request, default to dry_run=false, max_calls=12, max_age=P1D, and a conservative budget note, then echo those controls.
- Include
qveris_trace for every index, breadth, mover, concept, margin, news, and flow datapoint.
- Mark news and flashes with confirmation status, source time, and
missing_fields; do not amplify unverified items.
- Treat QVeris
_meta.source_provider as provenance only; never call, request credentials for, or depend on those internal providers directly.
- Suppress
analyst_target_price, target_price, price-objective, upside, buy/sell, and recommendation fields even if a QVeris payload contains them.
- Sanity-check entity, market, date window, exchange, symbol suffix, and payload shape before using data; if a payload is stale, cross-market, truncated, or semantically mismatched, mark it in
data_quality and missing_fields.
Workflows
- A-share daily snapshot:
mkt_l1_rt, mkt_breadth_internals, mkt_top_movers, index_levels.
- Trading calendar:
ref_exchange_calendar.
- Margin financing:
mkt_margin.
- News flash:
news_fin_realtime, news_fin_tagged.
- Concepts/themes:
mkt_cn_concept, ref_classification_theme.
- Dragon-tiger and flows:
flow_dragon_tiger, flow_northbound, flow_sector_capital, flow_large_order.
Live Fallback Policy
- If
mkt_breadth_internals returns a provider error for CN, fall back to mkt_l1_rt on representative A-share indexes or securities, then optionally mkt_top_movers.
- Do not report advance/decline breadth counts unless
mkt_breadth_internals succeeds.
- If
mkt_top_movers(market: CN) returns non-CN securities, discard those rows and mark top_movers missing/low confidence.
- If margin calls fail or northbound/flow outputs are all zero/null, label them low confidence instead of treating them as confirmed flow.
- Set
qveris_trace[].fallback_used: true and include primary_tool_unavailable in missing_fields for snapshot sections built from fallback quotes.
Output Requirements
- Use
schemas/output.schema.json.
- Return both
analysis.markdown_snapshot and analysis.json_snapshot when possible.
- Label each news item as confirmed, developing, or unverified based on QVeris fields; lower confidence for unverified items.
- Do not output buy/sell points, hot-stock chase language, or target price commitments.
- Include
data_quality with status, stale fields, out-of-window events, and suppressed fields when applicable.
- End with:
不构成投资建议 / Not investment advice.
Prohibited Capabilities
Do not use A-share third-party market/news/margin endpoints, EODHD, Yahoo, FMP, Alpha Vantage, Polygon, AkShare, Snowball, Sina, SEC scraping, Longbridge, FinViz, Alpaca, browser automation, cookies, login state, third-party API keys, automated trading, wallet/swap, buy/sell points, portfolio action instructions, or target price commitments.
References
- Read
references/qveris-tool-map.md before choosing tool calls.
- Use
fixtures/qveris/sample-output.json as the minimum output shape.
1---2name: qveris-hhxg-market3description: QVeris-native adaptation of candidate 9, HHXG Market. Use for A-share market snapshot, exchange calendar, margin financing watch, news flash, concept/theme, dragon-tiger, northbound, sector flow, and large-order analysis.4---5
6# QVeris HHXG Market
7
8Use this skill for A-share daily market snapshots adapted from HHXG Market. Preserve the compact JSON plus markdown output shape for market breadth, index moves, concepts, margin financing, news flashes, and flows; replace all third-party A-share endpoints with QVeris A-share CAP capabilities.
9
10Source record:
11
12| Field | Value |
13|---|---|
14| Candidate number | 9 |
15| Original repository | HHXG Market |
16| GitHub URL | https://github.com/Niceck/hhxg-top-hhxg-python |
17| License | MIT |
18| Evaluation recent activity | 2026-06-20 |
19| Local source snapshot | `third_party/source_repos/09-hhxg-market` |
20| Snapshot latest commit | `381d2c3` on 2026-06-20 |
21
22## Runtime Contract
23
24- Use only `qveris_finance.*` CAP tools and `QVERIS_API_KEY`.
25- Resolve symbols, exchange, concepts, and trading calendar with QVeris reference tools.
26- Accept `dry_run`, `max_calls`, `max_age`, and `budget_note`; if omitted in a natural-language request, default to `dry_run=false`, `max_calls=12`, `max_age=P1D`, and a conservative budget note, then echo those controls.
27- Include `qveris_trace` for every index, breadth, mover, concept, margin, news, and flow datapoint.
28- Mark news and flashes with confirmation status, source time, and `missing_fields`; do not amplify unverified items.
29- Treat QVeris `_meta.source_provider` as provenance only; never call, request credentials for, or depend on those internal providers directly.
30- Suppress `analyst_target_price`, `target_price`, price-objective, upside, buy/sell, and recommendation fields even if a QVeris payload contains them.
31- Sanity-check entity, market, date window, exchange, symbol suffix, and payload shape before using data; if a payload is stale, cross-market, truncated, or semantically mismatched, mark it in `data_quality` and `missing_fields`.
32
33## Workflows
34
351. A-share daily snapshot: `mkt_l1_rt`, `mkt_breadth_internals`, `mkt_top_movers`, `index_levels`.
362. Trading calendar: `ref_exchange_calendar`.
373. Margin financing: `mkt_margin`.
384. News flash: `news_fin_realtime`, `news_fin_tagged`.
395. Concepts/themes: `mkt_cn_concept`, `ref_classification_theme`.
406. Dragon-tiger and flows: `flow_dragon_tiger`, `flow_northbound`, `flow_sector_capital`, `flow_large_order`.
41
42## Live Fallback Policy
43
44- If `mkt_breadth_internals` returns a provider error for CN, fall back to `mkt_l1_rt` on representative A-share indexes or securities, then optionally `mkt_top_movers`.
45- Do not report advance/decline breadth counts unless `mkt_breadth_internals` succeeds.
46- If `mkt_top_movers(market: CN)` returns non-CN securities, discard those rows and mark `top_movers` missing/low confidence.
47- If margin calls fail or northbound/flow outputs are all zero/null, label them low confidence instead of treating them as confirmed flow.
48- Set `qveris_trace[].fallback_used: true` and include `primary_tool_unavailable` in `missing_fields` for snapshot sections built from fallback quotes.
49
50## Output Requirements
51
52- Use `schemas/output.schema.json`.
53- Return both `analysis.markdown_snapshot` and `analysis.json_snapshot` when possible.
54- Label each news item as confirmed, developing, or unverified based on QVeris fields; lower confidence for unverified items.
55- Do not output buy/sell points, hot-stock chase language, or target price commitments.
56- Include `data_quality` with status, stale fields, out-of-window events, and suppressed fields when applicable.
57- End with: `不构成投资建议 / Not investment advice.`
58
59## Prohibited Capabilities
60
61Do not use A-share third-party market/news/margin endpoints, EODHD, Yahoo, FMP, Alpha Vantage, Polygon, AkShare, Snowball, Sina, SEC scraping, Longbridge, FinViz, Alpaca, browser automation, cookies, login state, third-party API keys, automated trading, wallet/swap, buy/sell points, portfolio action instructions, or target price commitments.
62
63## References
64
65- Read `references/qveris-tool-map.md` before choosing tool calls.
66- Use `fixtures/qveris/sample-output.json` as the minimum output shape.