AI Agent Hub
Back to skills
A-Share Daily Review Assistant icon

A-Share Daily Review Assistant

Professional 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_096625f6/a-stock-daily-review-a into your AI assistant.

About this skill

Problem

A-share after-market reviews often mix index moves, sector rotation, limit-up/limit-down reasons, and news from separate sources. Manual assembly can miss fields or produce inconsistent numbers. This skill targets a fixed workflow: on each trading day after close, it produces a structured Markdown review and reduces repeated decisions about whether a date is tradable and which source should win.

How It Works

  • Trading-day check: first queries the SSE Composite via mcp__tdx-connector__tdx_quotes; non-trading days are skipped without creating an empty file.
  • Data collection: follows TDX > westock-data > internet data for seven major indices, limit-up/limit-down counts, turnover TOP20, and individual stock reasons.
  • Cross-checking: uses westock-data and web search to add northbound flows, advancers/decliners, sentiment, and market catalysts, noting source differences in the file.
  • Output and notification: writes E:/文件/workbody/A股每日复盘_YYYY-MM-DD.md, then sends a WeChat Work digest; notification failure does not delete the report.

Boundaries

Best suited to setups with the TDX MCP, westock-data, and WeChat Work connector, and with the fixed output path. It is not a trading advisor and does not guarantee real-time completeness of web data. Northbound flow fields depend on external sources; if TDX is unavailable, it falls back to westock-data and labels the source.

Use Cases

  • After close, check whether the date is a trading day and generate an A-share review with indices, limits, and turnover TOP20.
  • Cross-validate TDX, westock-data, and web sources, marking northbound flow and advancer/decliner data lineage.
  • Send a concise review digest to the user through WeChat Work when the connector is available.
  • When a user specifies a past date, validate trading status before generating that day's review or reporting it as non-trading.

Best For

  • Individual investors who need daily after-close summaries of A-share indices, sectors, and limit-up/limit-down reasons.
  • Quant analysts who combine TDX and web data to build trading-day review reports.
  • Research assistants who want automatic WeChat Work digests after A-share market close.
  • Beginning investors who need position sizing and basic risk-discipline notes.