stock-market-pro

Retrieve stock quotes, fundamentals, and historical data from Yahoo Finance.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill stock-market-pro-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-market-pro
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/stock-market-pro
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill stock-market-pro-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance, rich, pandas, plotille, matplotlib, mplfinance, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides fast, local access to stock market data, enabling in-depth analysis and visualization without relying on external web services for core operations.

Core Features & Use Cases

  • Real-time Quotes & Fundamentals: Get current stock prices and key financial metrics.
  • Advanced Charting: Generate high-resolution charts with technical indicators (RSI, MACD, BB, VWAP, ATR).
  • One-Shot Reports: Produce a compact summary and a chart image for quick review.
  • News & Options Integration: Optionally search for news and access options flow pages.
  • Use Case: Analyze a stock's performance by fetching its latest quote, viewing its fundamental data, and generating a detailed candlestick chart with MACD and RSI indicators, all locally.

Quick Start

Fetch the current stock price for Apple by running the command 'uv run --script scripts/yf.py price AAPL'.

Frequently Asked Questions about stock-market-pro

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

FAQPage Schema
How do I generate stock charts with technical indicators like RSI and MACD locally?

You can generate stock charts with technical indicators like RSI and MACD locally by fetching historical price data via Yahoo Finance and using local charting libraries to render high-resolution visualizations without relying on external web services.

Can I retrieve real-time stock quotes and fundamental data using yfinance?

Yes, you can retrieve real-time stock quotes and fundamental data using yfinance. The Skill fetches current stock prices and key financial metrics directly from Yahoo Finance for local analysis and reporting.

What is the best way to run a quick stock analysis without external web services?

The best way to run quick stock analysis without external web services is to produce a one-shot report. This generates a compact summary and a chart image locally for fast review of a stock's performance and fundamentals.

Does this stock analysis approach support options flow data and news integration?

Yes, this stock analysis approach supports options flow data and news integration. While core operations run locally using Yahoo Finance data, you can optionally search for news and access options flow pages for broader market context.

How do I fetch the current stock price for a specific ticker symbol?

To fetch the current stock price for a specific ticker symbol, execute the provided local script with the ticker argument, such as running 'uv run --script scripts/yf.py price AAPL' to pull real-time data via yfinance.

What technical indicators are available for local stock charting?

Available technical indicators for local stock charting include RSI, MACD, Bollinger Bands, VWAP, and ATR. These indicators are calculated and rendered onto high-resolution charts using local Python libraries like matplotlib and mplfinance.