AI Agent Hub
Back to skills
Stock Capital Monitor icon

Stock Capital Monitor

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_90712ce0/stock-capital-monitor.

About this skill

Problem

Continuous stock watching creates a tradeoff: capital-flow data updates often, but manual monitoring is expensive, and missed alerts can mean losing the observation window. stock-capital-monitor is aimed at watchlist-level monitoring of main-capital flow: put A-share, HK, and US symbols into watchlist.txt, then let the skill periodically pull East Money capital-flow data and flag signals such as main-force positioning, large-order entry, consecutive accumulation, and oversold rebound.

How It Works And Limits

The core loop is: maintain a watchlist, fetch main capital inflow/outflow, compute share of turnover and volume changes, evaluate thresholds, generate a report, and send an alert. Its value for engineers is turning scattered monitoring rules into configurable checks instead of producing direct buy/sell conclusions. It does not replace a trading terminal, but adds a rule-based alerting path for short-horizon review, capital-flow tracking, and automation. Two limits matter: A-share capital-flow data has roughly 15-20 minute latency, so it is not tick-level real time; and signals are statistical rules affected by thresholds, trading halts, holidays, and non-trading hours, so treat them as research references rather than investment advice.

Use Cases

  • Track A-share, HK, and US watchlists and check main-capital inflow changes during trading hours.
  • Review short-horizon signals such as main-force positioning, consecutive accumulation, and oversold rebound.
  • Set an Automation to alert via WeChat when large-order entry triggers a watchlist stock.
  • Validate market prefixes like sh, sz, bj, hk, and us before enabling monitoring.

Best For

  • Individual investors who track main-capital anomalies and want configurable alert thresholds.
  • Short-term traders who review positioning and accumulation clues from capital-flow data.
  • Engineers who maintain watchlists and want Automation-triggered monitoring with WeChat alerts.
  • Analysts who compare A-share, HK, and US capital-flow data in one report.