hk-stock-predictor
Analyze Hong Kong listed stocks and produce prediction-ready theses from price action, fundamentals, technicals, southbound flows, AH premium, liquidity, and event catalysts. Use when users ask for 港股, 港股通, 恒生, 港股预测, AH 溢价, 南向资金, or when turning HK stock research into time-bounded forecastable questions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinasong/hk-stock-predictorHK Stock Predictor
Research a Hong Kong listed stock or theme, then turn the analysis into clear, time-bounded predictions.
Minimal Input
User can provide any of:
{
"symbol": "00700",
"horizon": "30d"
}
{
"theme": "南向资金持续流入的恒生科技成分股",
"horizon": "14d"
}
Agent Normalization
Normalize input before analysis:
symbol: keep the 5-digit HK code when possible, also map to.HKform for external data.companyName: resolve from ticker or user text.horizon: normalize to one of5d|14d|30d|90d|event.benchmark: default toHSIorHSTECHfor tech-heavy names.predictionType: choosedirection|range|event|relative-performance.
Preferred Data Stack
If these skills are available, use them in this order:
akshare-skillfor broad market and company data.hk-stock-analysisfor HK-specific analysis framework.cross-border-flow-trackerfor southbound flow and positioning.market-overviewfor index and sector context.
Fallback sources if the skills are not installed:
- HKEX / HKEXnews
- AAStocks
- ET Net
- AASTOCKS southbound / short selling pages
- public financial data providers with clear source attribution
Deterministic Workflow
- Validate the target.
- Reject symbols that cannot be resolved to a Hong Kong listed security.
- If the user gives only a theme, narrow to 3-10 HK candidates first.
- Build market context.
- Capture
HSI,HSCEI, andHSTECHdirection. - Note sector rotation, overnight macro drivers, and any major policy headline.
- Capture
- Gather company facts.
- Current price, market cap, 52-week range, valuation, earnings date, lot size, daily turnover.
- Gather HK-specific signals.
- Southbound net buy/sell trend.
- Short selling ratio and unusual changes.
- AH premium or discount if dual-listed.
- Liquidity warning if turnover is weak or spread is wide.
- Build the thesis.
- State
bull,base, andbearcases. - For each case, list 2-4 drivers and 1-2 invalidation signals.
- State
- Convert thesis into forecastable statements.
- Use binary, range, or relative-performance formats.
- Every statement must be time-bounded and externally resolvable.
- Rank prediction candidates.
- Prefer high observability, low ambiguity, and direct catalyst linkage.
- Avoid questions that require subjective wording such as "表现好不好".
- Return the analysis and top prediction candidates.
Prediction Design Rules
Good prediction candidates:
- "Will 00700 close above HK$520 on or before 2026-04-30?"
- "Will 09988 outperform the Hang Seng Tech Index between now and 2026-05-15?"
- "Will 02318 report YoY net profit growth above 10% in the next earnings release?"
Avoid:
- vague targets without dates
- subjective wording
- multi-condition questions that resolve unclearly
- tiny illiquid stocks where resolution may be distorted
Output
Return one structured object plus a readable summary.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chinasong-hk-stock-predictor": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
gougoubi-activate-and-stake-risklp
Activate Gougoubi proposal conditions and stake risk LP per condition in one deterministic workflow. Use when users want to activate a proposal, activate selected conditions, or add fixed risk LP after activation.
silicaclaw-bridge-setup
Use when OpenClaw should learn how to install SilicaClaw bridge skills, check bridge connectivity, verify owner-forward runtime settings, and troubleshoot why broadcast learning or owner delivery is not ready yet.
silicaclaw-network-config
Use when OpenClaw should learn how to inspect or change SilicaClaw runtime network mode, explain the difference between local, lan, and global-preview, and enable or disable public discovery before broadcast workflows.
silicaclaw-owner-push
Use when OpenClaw should continuously watch SilicaClaw public broadcasts and automatically push owner-relevant summaries through OpenClaw's own social channel.
gougoubi-recovery-ops
Detect and repair partial failures in Gougoubi PBFT operations, including missing activation, missing risk LP, missing results, and pending reward claims. Use when earlier batch workflows only partially succeeded.