Research a Hong Kong listed stock or theme, then turn the analysis into clear, time-bounded predictions.
User can provide any of:
{
"symbol": "00700",
"horizon": "30d"
}
{
"theme": "南向资金持续流入的恒生科技成分股",
"horizon": "14d"
}
Normalize input before analysis:
symbol: keep the 5-digit HK code when possible, also map to .HK form for external data.companyName: resolve from ticker or user text.horizon: normalize to one of 5d|14d|30d|90d|event.benchmark: default to HSI or HSTECH for tech-heavy names.predictionType: choose direction|range|event|relative-performance.If these skills are available, use them in this order:
akshare-skill for broad market and company data.hk-stock-analysis for HK-specific analysis framework.cross-border-flow-tracker for southbound flow and positioning.market-overview for index and sector context.Fallback sources if the skills are not installed:
HSI, HSCEI, and HSTECH direction.bull, base, and bear cases.Good prediction candidates:
Avoid:
Return one structured object plus a readable summary.
{
"ok": true,
"normalizedInput": {
"symbol": "00700",
"symbolYahoo": "0700.HK",
"companyName": "Tencent Holdings",
"horizon": "30d",
"benchmark": "HSTECH",
"predictionType": "direction"
},
"marketContext": {
"indices": [],
"sectorTone": "",
"macroDrivers": []
},
"evidence": {
"fundamental": [],
"technical": [],
"flow": [],
"hkSpecific": []
},
"scenarioAnalysis": {
"bull": [],
"base": [],
"bear": []
},
"predictionCandidates": [
{
"title": "",
"type": "direction|range|event|relative-performance",
"deadlineIsoUtc": "",
"resolutionSource": "",
"confidence": 0,
"why": []
}
],
"recommendedPrediction": {
"title": "",
"deadlineIsoUtc": "",
"confidence": 0,
"keyRisks": []
},
"warnings": []
}
# [公司名称] ([代码].HK) 港股推演
## 核心判断
- 方向判断:
- 时间窗口:
- 相对基准:
## 关键证据
- 基本面:
- 技术面:
- 资金面:
- 港股特有因子:
## 三种情景
- Bull:
- Base:
- Bear:
## 可预测题目
1. [候选题目 1]
2. [候选题目 2]
3. [候选题目 3]
## 首选题目
- 题目:
- 截止时间:
- 置信度:
- 主要风险:
Convert the top prediction candidate into Gougoubi-ready fields:
marketName: use the selected prediction title.deadlineIsoUtc: use the prediction deadline.rules: include exact resolution source, timezone, comparison field, and tie handling.tags: include hong-kong-stocks, sector tag, catalyst tag, and horizon tag.warnings.共 1 个版本