HK Stock To Gougoubi Prediction
Use hk-stock-predictor to generate prediction candidates, then convert the best candidate into a Gougoubi-ready proposal and pass it to gougoubi-create-prediction.
Minimal Input
CODEBLOCK0
Theme-first input is also valid:
CODEBLOCK1
Required Subskills
Use these skills in order:
- 1. INLINECODE2
- INLINECODE3
If hk-stock-predictor is missing, do not continue to market creation. Ask the agent to perform the HK stock analysis workflow first.
Deterministic Workflow
- 1. Analyze the HK stock or theme.
- Run the
hk-stock-predictor workflow.
- Collect
predictionCandidates and
recommendedPrediction.
- 2. Pick one prediction candidate.
- Prefer the recommended candidate unless it violates the filters below.
- 3. Validate prediction quality.
- Must be binary, range, event, or relative-performance.
- Must have a concrete deadline.
- Must have a public resolution source.
- Must not rely on subjective judgment.
- 4. Convert to Gougoubi proposal fields.
-
marketName
-
deadlineIsoUtc
-
rules
-
tags
- 5. Pass the resulting market to
gougoubi-create-prediction.
- Minimal required user-facing fields remain
marketName and
deadlineIsoUtc.
- The rest of the content should be generated deterministically from the chosen prediction.
- 6. Return both layers of output.
- analysis summary
- chosen prediction
- Gougoubi payload
- create transaction result if submission is requested
Market Filters
Only create markets that satisfy all of these:
- - time-bounded
- externally resolvable
- single thesis, not multiple stacked conditions
- sufficiently liquid underlying or high-quality event source
- wording is concise and non-ambiguous
Do not create markets for:
- - micro-cap or illiquid names likely to be manipulated
- vague sentiment questions
- open-ended macro narratives without a measurable threshold
- markets that cannot be resolved from a public page or published report
Gougoubi Conversion Rules
1. marketName
Use a short title with one measurable claim.
Good:
- - INLINECODE16
- INLINECODE17
- INLINECODE18
2. deadlineIsoUtc
Choose the earliest deadline that still allows clean resolution:
- - close-price market: use market close date plus a short safety buffer
- earnings market: use expected report date plus a safety buffer
- relative-performance market: end date at the comparison window close
Default timezone for rules: Asia/Hong_Kong, unless the data source clearly reports in another timezone.
3. rules
Rules must explicitly define:
- - resolution source
- metric field
- comparison operator
- timezone
- tie handling
- fallback source if primary source is temporarily unavailable
Use this template:
CODEBLOCK2
4. tags
Always include:
- - INLINECODE23
- one sector tag
- one catalyst tag
- one horizon tag
- when possible, align with project-known category ids such as
finance, earnings, and INLINECODE26
Examples:
- - INLINECODE27
- INLINECODE28
- INLINECODE29
- INLINECODE30
- INLINECODE31
Output Schema
CODEBLOCK3
Response Format
CODEBLOCK4
Boundaries
- - Do not submit on-chain or through the UI unless the user clearly wants actual creation.
- If only asked for preparation, stop after generating the Gougoubi-ready payload.
- Surface uncertainty if earnings date or source availability is unclear.
- Prefer event-driven or close-price markets over loose valuation narratives.
Additional Resource
港股到Gougoubi预测
使用hk-stock-predictor生成预测候选,然后将最佳候选转换为Gougoubi就绪提案,并传递给gougoubi-create-prediction。
最小输入
json
{
symbol: 00700,
horizon: 30d
}
主题优先输入同样有效:
json
{
theme: 南向资金持续流入的港股通互联网龙头,
horizon: 14d
}
必需子技能
按顺序使用以下技能:
- 1. hk-stock-predictor
- gougoubi-create-prediction
如果缺少hk-stock-predictor,不要继续创建市场。请先让代理执行港股分析工作流。
确定性工作流
- 1. 分析港股或主题。
- 运行hk-stock-predictor工作流。
- 收集predictionCandidates和recommendedPrediction。
- 2. 选择一个预测候选。
- 除非推荐候选违反以下过滤器,否则优先选择推荐候选。
- 3. 验证预测质量。
- 必须是二元、区间、事件或相对表现类型。
- 必须有具体的截止日期。
- 必须有公开的裁决来源。
- 不得依赖主观判断。
- 4. 转换为Gougoubi提案字段。
- marketName
- deadlineIsoUtc
- rules
- tags
- 5. 将生成的市场传递给gougoubi-create-prediction。
- 面向用户的最小必需字段为marketName和deadlineIsoUtc。
- 其余内容应根据所选预测确定性生成。
- 6. 返回两层输出。
- 分析摘要
- 所选预测
- Gougoubi负载
- 如果请求提交,则返回创建交易结果
市场过滤器
仅创建满足以下所有条件的市场:
- - 有时间限制
- 可外部裁决
- 单一论点,而非多个叠加条件
- 标的具有足够流动性或高质量事件来源
- 措辞简洁且无歧义
不要创建以下市场:
- - 微型市值或可能被操纵的流动性差的标的
- 模糊的情绪问题
- 没有可衡量阈值的开放式宏观叙事
- 无法通过公开页面或已发布报告裁决的市场
Gougoubi转换规则
1. marketName
使用包含一个可衡量主张的简短标题。
好的示例:
- - 00700在2026-04-30收盘价是否高于520港元?
- 09988从现在到2026-05-15是否跑赢恒生科技指数?
- 02318在下次财报中是否报告净利润同比增长超过10%?
2. deadlineIsoUtc
选择仍能清晰裁决的最早截止日期:
- - 收盘价市场:使用市场收盘日期加上一个安全缓冲期
- 财报市场:使用预期报告日期加上一个安全缓冲期
- 相对表现市场:比较窗口结束日期
规则默认时区:Asia/Hong_Kong,除非数据源明确使用其他时区报告。
3. rules
规则必须明确定义:
- - 裁决来源
- 指标字段
- 比较运算符
- 时区
- 平局处理
- 主要来源暂时不可用时的备用来源
使用以下模板:
markdown
裁决来源:
裁决规则:
- - 如果[精确的可衡量条件]成立,此市场裁决为是。
- 否则此市场裁决为否。
测量详情:
- - 时区:Asia/Hong_Kong
- 观察时间:[精确时间或报告事件]
- 指标:[收盘价/同比增长/指数相对回报等]
- 平局处理:根据市场标题解释,平局裁决为[是或否]。
4. tags
始终包含:
- - hong-kong-stocks
- 一个行业标签
- 一个催化剂标签
- 一个时间跨度标签
- 尽可能与项目已知的分类ID对齐,如finance、earnings和tech
示例:
- - hong-kong-stocks
- finance
- internet
- earnings
- 30d
输出模式
json
{
ok: true,
analysis: {
symbol: 00700,
companyName: Tencent Holdings,
recommendedPrediction: {
title: ,
deadlineIsoUtc: ,
confidence: 0
}
},
gougoubiPayload: {
marketName: ,
deadlineIsoUtc: ,
rules: ,
tags: []
},
createInput: {
marketName: ,
deadlineIsoUtc:
},
createResult: null,
warnings: []
}
响应格式
markdown
港股到Gougoubi预测
标的结论
选中的预测题
Gougoubi参数
- - marketName:
- deadlineIsoUtc:
- tags:
规则草案
[规则文本]
提交结果
- - status:
- txHash:
- proposalAddress:
边界条件
- - 除非用户明确要求实际创建,否则不要在链上或通过UI提交。
- 如果仅要求准备,则在生成Gougoubi就绪负载后停止。
- 如果财报日期或来源可用性不明确,则提示不确定性。
- 优先选择事件驱动或收盘价市场,而非松散的估值叙事。
附加资源