a-stock-analysis

Fetch A-share quotes and analyze minute-level volume distribution from Sina endpoints.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill a-stock-analysis-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a-stock-analysis
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/skills/a-stock-analysis
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill a-stock-analysis-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly understand A-share real-time quotes and minute-by-minute volume distribution, so you can spot potential early accumulation or late-session distribution signals without manually collecting market data.

Core Features & Use Cases

  • Real-time A-share quote lookup: Fetches current price, open/high/low, previous close,成交量 and 成交额, and computes涨跌 and涨跌幅.
  • Intraday volume-energy (分时量能) analysis: Splits minute volume into early/late and mid-session windows, calculates volume percentages, and ranks the top high-volume minutes.
  • Main-fund movement signals + lock-state hints: Generates rule-based interpretations (e.g.,抢筹/出货 likelihood) and indicates potential封板/封板关注点.
  • Portfolio management and P&L: Stores positions locally, lets you add/update/remove holdings, and analyzes each holding’s real-time profit/loss including intraday volume analysis.

Use case: You hold several A-share stocks and want to (1) review real-time performance, (2) see whether today’s volume profile suggests accumulation or distribution, and (3) calculate your overall unrealized P&L across the portfolio.

Quick Start

Run the a-stock-analysis skill to analyze a single stock’s real-time quote and (optionally) its intraday volume-energy distribution by stock code.

Frequently Asked Questions about a-stock-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze A-share intraday volume distribution for real-time quotes?

To analyze A-share intraday volume distribution, the Skill fetches real-time quotes from Sina endpoints and splits minute-level volume into early, mid, and late session windows. It then calculates volume distribution percentages and ranks top volume minutes to reveal accumulation or distribution signals.

Can I track my portfolio P&L and real-time profit for multiple A-share holdings?

Yes, you can track portfolio P&L for multiple A-share holdings by storing positions locally. The Skill adds, updates, or removes holdings and analyzes each holding's real-time profit and loss alongside its intraday volume-energy distribution.

What are main-fund movement signals and how do they indicate stock lock-state?

Main-fund movement signals are rule-based interpretations of intraday volume patterns indicating 抢筹 or 出货 likelihood. The Skill generates these signals from minute-level volume analysis and highlights potential 封板 or lock-state watch points for trading decisions.

Does the real-time stock analysis tool require external data sources to fetch market signals?

Yes, the real-time stock analysis tool requires fetching data from Sina endpoints. It retrieves current price, open, high, low, previous close, volume, and turnover data from Sina to compute price changes and intraday volume-energy distribution.

Can I query batch stocks for minute-level volume-energy distribution analysis?

Yes, the Skill applies to single or batch stock queries for intraday volume-energy distribution analysis. It splits minute volume into session windows, calculates volume percentages, and ranks top high-volume minutes across multiple queried stocks.

What's the best way to spot early accumulation or late-session distribution signals for A-shares?

The best way to spot early accumulation or late-session distribution signals is analyzing intraday volume-energy windows. The Skill splits minute volume into early and late sessions, calculates volume percentages, and ranks top minutes to identify potential accumulation or distribution patterns.