📈
DataPython

A-Share Analyst

by staruhub

A-Share Analyst is a Data skill for Claude Code, published by staruhub in ClaudeSkills.

700 stars130 forkson staruhub/ClaudeSkillsAdded 2026/08/23+1% in starsRepository updated 2026/08/13
agent-skillsai-agentsclaudeclaude-codeclaude-skillsdeep-research
Install in seconds
Install A-Share Analyst
Copy A-Share Analyst into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/staruhub/ClaudeSkills/tree/main/lab/Geek-skills-a-share-analyst ~/.claude/skills/Geek-skills-a-share-analyst

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/staruhub/ClaudeSkills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
lab/Geek-skills-a-share-analyst/SKILL.md in staruhub/ClaudeSkills
Installs to
~/.claude/skills/Geek-skills-a-share-analyst
Collection
One of 20 skills cataloged from this repository
Category
Data668 skills

What A-Share Analyst does

A-Share Analyst helps retrieve A-share market data and apply technical, fundamental, and factor-based analysis for research. It is used for stock analysis, today’s screening, sector tracking, and report generation, not for trading instructions.

A-Share Analyst is cataloged under Data on DirSkills. A-Share Analyst comes from a repository tagged agent-skills, ai-agents, claude, claude-code and claude-skills.

Documentation

README

A股分析师 Skill

专业的A股市场分析工具,整合多数据源,提供技术面、基本面综合分析和智能选股策略。

数据获取

使用AKShare作为主要数据源(免费、开源、无需token):

pip install akshare --break-system-packages

核心数据获取示例

import akshare as ak

# 实时行情
df = ak.stock_zh_a_spot_em()  # 全部A股实时行情

# 历史K线
df = ak.stock_zh_a_hist(symbol="000001", period="daily", adjust="qfq")

# 板块行情
df = ak.stock_board_concept_name_em()  # 概念板块
df = ak.stock_board_industry_name_em()  # 行业板块

# 龙虎榜(日期用实际查询区间,格式 YYYYMMDD)
df = ak.stock_lhb_detail_em(start_date="<起始日>", end_date="<结束日>")

# 资金流向
df = ak.stock_individual_fund_flow(stock="000001", market="sz")

分析工作流程

1. 每日盘前分析

执行顺序:

  1. 获取大盘指数(上证、深证、创业板)
  2. 分析板块热点轮动
  3. 筛选涨停股及连板股
  4. 检测北向资金流向
  5. 生成今日关注清单

2. 技术面分析

This is the opening of the README. Read the full README on GitHub.

Frequently asked about A-Share Analyst

  • What else does staruhub publish alongside A-Share Analyst?

    A-Share Analyst is one of 20 skills that DirSkills catalogs from staruhub/ClaudeSkills, the repository it ships in. Its siblings there include AI Sales Champion, C Drive Cleaner and Deck Studio. Each one is a separate skill with its own page in this directory, installs the same way A-Share Analyst does, and is maintained by staruhub in that same repository. The rest of the collection is listed on the staruhub/ClaudeSkills page.

  • How does A-Share Analyst compare to other Data skills?

    A-Share Analyst ranks #534 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of A-Share Analyst against them. Open each page to compare what they document and how they install.

More from staruhub/ClaudeSkills

A-Share Analyst is one of 20 skills cataloged on DirSkills from staruhub/ClaudeSkills.

See all 20 skills
💼
1w ago

AI Sales Champion

AI Sales Champion helps turn AI ideas into business-friendly talking points for client and internal conversations. Use it to prepare pitches, handle objections, package proposals, and plan next steps for AI adoption.
AI Engineering
700130
🧹
1w ago

C Drive Cleaner

C Drive Cleaner analyzes Windows disk usage, finds large files, and cleans temp files, caches, logs, and the recycle bin with a simulate-then-execute workflow. Use it when C: is full or storage is running low on Windows.
Automation
700130
📊
1w ago

Deck Studio

Deck Studio turns a presentation request into an outline, page structure, and delivery assets for PPT, slide decks, and infographic-style visuals. Use it when you need to build talk decks, proposals, training slides, or content repurposed into slides.
AI Engineering
700130
🔎
1w ago

Deep Research

Deep Research produces evidence-based research memos, literature reviews, and decision briefs with citations and synthesis across multiple sources. Use it for multi-source questions that need trade-offs, a clear conclusion, and a reusable written artifact.
AI Engineering
700130
📝
1w ago

Gaokao Expert

Gaokao Expert helps create, review, and analyze Chinese Gaokao exam questions and papers. It is used for item writing, quality checks, paper structure analysis, and tracking current exam trends.
AI Engineering
700130
🧠
1w ago

Keqian Method

Keqian Method outlines an AI-native product development workflow for agent-based software work, document-driven development, quality gates, and token cost control. Use it when designing harnesses, evals, and reliable Claude Code or Cursor workflows.
AI Engineering
700130