股票智能分析师

Fetch real-time market data and generate stock analysis reports.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill -heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 股票智能分析师
Source: https://github.com/heximao/agents/tree/main/skill-archive/web/%E8%82%A1%E7%A5%A8%E6%99%BA%E8%83%BD%E5%88%86%E6%9E%90%E5%B8%88
Command: npx skills add https://github.com/heximao/agents --skill -heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, numpy, tushare, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

股票智能分析师Skill解决用户在股票分析方面的需求,提供实时行情抓取、技术指标解读、基本面分析和自动研报生成等功能。

Core Features & Use Cases

  • 实时行情抓取:从东方财富、雪球、Yahoo Finance等数据源获取最新价格、涨跌幅、成交量等数据。
  • 技术指标解读:提供MACD、RSI、KDJ、布林带、均线系统等常用技术指标分析。
  • 基本面分析:分析PE/PB/ROE、市值、营收、净利润等关键财务指标。
  • 自动生成研报:根据分析结果自动生成多空分析、目标价估算、风险提示等研报内容。

Quick Start

使用股票智能分析师Skill分析股票“贵州茅台”。

Frequently Asked Questions about 股票智能分析师

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

FAQPage Schema
How do I fetch real-time stock data for A-shares, Hong Kong stocks, and US stocks?

To fetch real-time stock data for A-shares, Hong Kong stocks, and US stocks, the skill retrieves latest prices and volumes from sources like Eastmoney, Xueqiu, and Yahoo Finance using Python requests.

Can I use Python pandas and numpy for technical indicator analysis?

Yes, you can use Python pandas and numpy for technical indicator analysis. The skill utilizes these libraries to calculate and interpret indicators like MACD, RSI, KDJ, and Bollinger Bands.

How to generate automated stock analysis reports including target price estimates?

To generate automated stock analysis reports, the skill analyzes technical and fundamental data to output multi-asset reports, including target price estimates and risk warnings.

Does the skill support fundamental analysis for calculating PE, PB, and ROE metrics?

Yes, the skill supports fundamental analysis by evaluating key financial metrics including PE, PB, ROE, market capitalization, revenue, and net profit for targeted assets.

Do I need tushare to fetch financial data for A-shares analysis?

Yes, you need tushare installed in your Python environment, as the skill depends on it alongside pandas and numpy to fetch and process A-shares financial data.

What are the limitations of using Yahoo Finance for automated stock report generation?

Limitations of using Yahoo Finance for automated stock report generation include potential API rate limits and data availability constraints, which may affect real-time data fetching for US and Hong Kong stocks.