En

A Stock Daily Market Sense

Generates structured post-market research reports for A-shares based on Tushare data.

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: A Stock Daily Market Sense.
It is used for: Generates structured post-market research reports for A-shares based on Tushare data.
Full Skill content: https://321skill.com/skills/a-stock-daily-market-sense-x-7/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the inefficiency and subjectivity in post-market review for A-share investors. In practice, analysts manually aggregate data on indices, turnover, market styles, and main themes, which is time-consuming and prone to missing key signals. This Skill automates the data pipeline: it first generates a deterministic evidence package, then the model writes the report module by module, ensuring every conclusion is backed by turnover evidence.

Usage is straightforward: simply specify a trading date (e.g., "today" or a specific date). The Skill then runs scripts/run_daily_panel.py to pull Tushare daily data, indices, turnover, and local sentiment history, producing a complete evidence JSON and module-level data. Subsequently, the model sequentially completes sections on market trend, turnover concentration, profit effect and leading themes, high-volume decline risks, and feature group analysis, finally aggregating them into a structured research report. It supports quantitative backtesting of feature groups and relative return factor mining, but these require separate triggers.

It is well-suited for quantitative traders, data analysts, and investment researchers who need daily A-share post-market reviews. Particularly for teams already using Tushare Pro or Baostock data sources and looking to standardize their post-market analysis workflow. For scenarios requiring quick identification of market style shifts, theme confirmation, and risk signals, this Skill can significantly reduce manual data processing time.

It is recommended to use this tool uniformly after each market close to generate reports, and to track theme evolution using a theme lifecycle ledger. Note: It does not provide buy/sell recommendations, does not apply pre-defined industry/concept classifications, and theme ratings are locked by price-volume evidence and cannot be altered by external news. The script handles data fetching and calculations, while theme summarization and risk wording are completed by the model; therefore, model quality directly impacts report readability.

Key Features

Unlike general-purpose report generation tools, this Skill adheres to a "turnover-first" principle: all strength/weakness assessments must be supported by turnover evidence. Theme ratings are locked by price-volume data, without applying pre-defined industry/concept labels or allowing modification by external news. In contrast, similar tools often rely on predefined classifications or manual experience, which can introduce subjective bias.

Limitations

Relies on Tushare Pro and Baostock data sources, requiring valid API keys. Script execution requires Python 3.8+ and dependencies like pandas and numpy. Only supports A-share daily data; does not cover Hong Kong stocks, US stocks, futures, or crypto assets.

FAQ

How do I specify the analysis date?

Simply state "today" or a specific date (e.g., 2025-03-20). By default, only data from that day and earlier is used; add the `--allow-future` parameter for backtesting analysis.

Can this Skill provide buy/sell recommendations?

No. It only generates market facts and structured research reports. It does not provide any buy/sell advice, automated trading, or portfolio optimization functions.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/a-stock-daily-market-sense-x-7/raw/index.md to read the original Skill definition (Markdown format) for A Stock Daily Market Sense, and install it according to the instructions.