stock-explorer

Fetch real-time stock quotes and calculate technical indicators from Yahoo Finance.

21|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/rongxinzy/RongxinAI --skill stock-explorer-rongxinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-explorer
Source: https://github.com/rongxinzy/RongxinAI/tree/main/SKILLs/stock-explorer
Command: npx skills add https://github.com/rongxinzy/RongxinAI --skill stock-explorer-rongxinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive analysis of financial stocks, offering real-time quotes, technical indicators, and fundamental information.

Core Features & Use Cases

  • Real-time Quotes: Access up-to-date stock prices and market information.
  • Technical Indicators: Generate reports with technical indicators like RSI, MACD, Bollinger Bands, VWAP, and ATR.
  • Fundamental Summary: Summarize the fundamentals of a stock, including market cap, PE ratio, EPS, and ROE.
  • Use Case: Use this Skill to quickly analyze a stock's performance, identify trends, and make informed investment decisions.

Quick Start

Run the command: 'python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" price TSLA'

Frequently Asked Questions about stock-explorer

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

FAQPage Schema
How do I fetch real-time stock quotes and technical indicators using Yahoo Finance data?

Fetch real-time stock quotes and technical indicators by running a Python script that uses the yfinance library to pull live market data and computes metrics like RSI and MACD locally.

Can I calculate RSI, MACD, and Bollinger Bands for stock analysis in Python?

Yes, you can calculate RSI, MACD, Bollinger Bands, VWAP, and ATR for stock analysis. The script processes historical market data with pandas to generate these technical indicator reports.

How do I get a fundamental stock summary including PE ratio and ROE from Yahoo Finance?

Get a fundamental stock summary by fetching data via yfinance. The script retrieves and aggregates key metrics like market cap, PE ratio, EPS, and ROE into a comprehensive report.

Do I need pandas and plotille to visualize stock market analysis locally?

Yes, you need pandas for data manipulation and plotille to render text-based charts for local stock market visualization. Rich is also used to format the terminal output.

Does yfinance support fetching real-time stock prices for quick market analysis?

Yes, yfinance supports fetching real-time stock prices for quick market analysis. The script queries Yahoo Finance to access up-to-date quotes and current market information on demand.

What is the best way to generate a comprehensive stock analysis report locally?

Generate a comprehensive stock analysis report by running a Python script that combines yfinance data, pandas calculations, and rich terminal formatting to output quotes and indicators.