stock-explorer

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

869|203|Updated May 7, 2026
One-click install
npx skills add https://github.com/freestylefly/wesight --skill stock-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-explorer
Source: https://github.com/freestylefly/wesight/tree/main/SKILLs/stock-explorer
Command: npx skills add https://github.com/freestylefly/wesight --skill stock-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool simplifies getting real-time stock data and analytical insights without leaving your workflow, saving time on manual lookups and calculations.

Core Features & Use Cases

  • Real-time Quotes: fetch current price, change, and basic metadata for any ticker.
  • Indicator Suite: compute RSI, MACD, Bollinger Bands, VWAP, ATR locally to avoid API keys.
  • One-shot Report: generate a concise textual summary combining price action, fundamentals, and signals for quick decisions.
  • Use Case: an investor wants a fast snapshot for AAPL and NVDA with a short narrative of momentum and value signals.

Quick Start

Fetch the latest price for a ticker and generate a concise technical overview including RSI, MACD, and Bollinger bands.

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 compute technical indicators like RSI and MACD locally?

To fetch real-time stock quotes and compute technical indicators locally, use Python with yfinance and pandas to pull Yahoo Finance data, calculating metrics like RSI and MACD without needing external API keys.

What is the best way to get a quick textual summary of stock price movements and fundamentals?

The best way to get a quick textual summary of stock price movements is to generate a one-shot report combining current price action, fundamentals, and trend signals into a concise plaintext output for fast review.

Do I need an API key to calculate Bollinger Bands and VWAP for stock tickers?

No, you do not need an API key to calculate Bollinger Bands and VWAP, because these technical indicators are computed locally using historical price data fetched via the yfinance Python library.

Can I generate ASCII charts for stock analysis using pandas and yfinance?

Yes, you can generate ASCII charts for stock analysis by using the plotille library alongside pandas and yfinance to render textual visualizations of price movements directly in your terminal.

Does this approach support computing ATR and generating trend signals for multiple tickers at once?

Yes, the approach supports computing ATR and generating trend signals for specified symbols like AAPL and NVDA, outputting a concise narrative of momentum and value signals for each requested stock ticker.

Why use local Python scripts instead of a web dashboard for stock technical analysis?

Using local Python scripts for stock technical analysis streamlines fetching real-time data and computing indicators without leaving your workflow, saving time on manual lookups and web dashboard calculations.