stock-explorer

Retrieve stock OHLCV data and compute technical indicators with Python.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/wtgoku-create/PopiStudio --skill stock-explorer-wtgoku-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-explorer
Source: https://github.com/wtgoku-create/PopiStudio/tree/main/SKILLs/stock-explorer
Command: npx skills add https://github.com/wtgoku-create/PopiStudio --skill stock-explorer-wtgoku-create

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly understand a stock’s current situation and potential technical signals without manually searching multiple sources or building spreadsheets.

Core Features & Use Cases

  • Instant real-time quotes: Fetches current price and basic market movement from Yahoo Finance and presents it as a readable summary.
  • Technical indicator analysis: Computes RSI, MACD, Bollinger Bands, VWAP, and ATR locally from OHLCV history to generate actionable text insights.
  • One-shot combined report: Produces a consolidated narrative that includes price change context plus key technical signals for faster decision-making.

Quick Start

Ask it to generate a one-shot report for a ticker over a chosen time range, for example: “Run a report for NVDA for the last 6 months.”

Frequently Asked Questions about stock-explorer

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

FAQPage Schema
How do I get a stock quote and technical analysis without an API key?

You can retrieve stock quotes and technical analysis without an API key by using yfinance to fetch OHLCV data and compute indicators like RSI and MACD locally. The Skill outputs deterministic text-based summaries and ASCII charts directly from Yahoo Finance data.

Can I generate historical ASCII stock charts for US, A-share, and HK tickers?

Yes, you can generate historical ASCII stock charts for US, A-share, HK, and some forex/crypto tickers. The Skill uses the plotille library to produce text-based charts from OHLCV history across selectable time periods.

How do I calculate MACD, RSI, and Bollinger Bands locally from Yahoo Finance data?

To calculate MACD, RSI, and Bollinger Bands locally, the Skill fetches historical OHLCV data via yfinance and processes it with pandas. This produces a consolidated narrative report with actionable text insights for decision-making.

Does the stock technical report tool support VWAP and ATR computation?

Yes, the stock technical report tool supports VWAP and ATR computation alongside RSI, MACD, and Bollinger Bands. It computes these technical indicators locally from OHLCV history to generate a one-shot combined analysis report.

What is the best way to run a one-shot technical report for a specific stock period?

The best way to run a one-shot technical report is to request analysis for a specific ticker over a chosen time range, such as asking for a six-month report on NVDA. The Skill consolidates price change context and key technical signals into a single narrative.