Agent skill · Data & Analytics

stock-market-pro

Professional stock price tracking, fundamental analysis, and financial reporting tool. Supports global markets (US, KR, etc.), Crypto, and Forex with real-time data. (1) Real-time quotes, (2) Valuation metrics (PE, EPS, ROE), (3) Earnings calendar and consensus, (4) High-quality Candlestick & Line charts with technical indicators (MA5/20/60).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill stock-market-pro --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/stock-market-pro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Stock Market Pro A professional-grade financial analysis tool powered by Yahoo Finance data. ## Core Features ### 1. Real-time Quotes (`price`) Get instant price updates and day ranges. ```bash uv run --script scripts/yf price [TICKER] ``` ### 2. Professional Charts (`pro`) Generate high-resolution PNG charts with Volume and Moving Averages. - **Candlestick**: `uv run --script scripts/yf pro [TICKER] [PERIOD]` - **Line Chart**: `uv run --script scripts/yf pro [TICKER] [PERIOD] line` - **Periods**: `1mo`, `3mo`, `6mo`, `1y`, `5y`, `max`, etc. ### 3. Fundamental Analysis (`fundamentals`) Deep dive into valuation: Market Cap, PE, EPS, ROE, and Profit Margins. ```bash uv run --script scripts/yf fundamentals [TICKER] ``` ### 4. Earnings & Estimates (`earnings`) Check upcoming earnings dates and market consensus (Expected Revenue/EPS). ### 5. Historical Trends (`history`) View recent 10-day trends with terminal-friendly ASCII charts. ## Ticker Examples - **US Stocks**: `AAPL`, `NVDA`, `TSLA` - **Korean Stocks**: `005930.KS` (Samsung), `000660.KS` (SK Hynix) - **Crypto**: `BTC-USD`, `ETH-KRW` ## Technical Notes - **Engine**: Python 3.11+, `yfinance`, `mplfinance`, `rich` - **Key Benefit

What's inside
Steps it walks through
  1. Core Features
  2. 1. Real-time Quotes (price)
  3. 2. Professional Charts (pro)
  4. 3. Fundamental Analysis (fundamentals)
  5. 4. Earnings & Estimates (earnings)
  6. 5. Historical Trends (history)
  7. Ticker Examples
  8. Technical Notes
Ships with 1 file
  • metadata.json
Commands it runs
uv run --script scripts/yf price [TICKER]
uv run --script scripts/yf fundamentals [TICKER]
More from claude-skill-registry
All skills →
About this skill
What does the stock-market-pro skill do?

Professional stock price tracking, fundamental analysis, and financial reporting tool. Supports global markets (US, KR, etc.), Crypto, and Forex with real-time data. (1) Real-time quotes, (2) Valuation metrics (PE, EPS, ROE), (3) Earnings calendar and consensus, (4) High-quality Candlestick & Line charts with technical indicators (MA5/20/60).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill stock-market-pro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going