stock-market-pro

Retrieve real-time stock quotes, fundamentals, and historical price data.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill stock-market-pro-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-market-pro
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/stock-market-pro
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill stock-market-pro-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive, local-first toolkit for in-depth stock market analysis, enabling users to quickly gather data, generate charts, and access news without relying solely on web interfaces.

Core Features & Use Cases

  • Real-time Quotes & Fundamentals: Get current stock prices and key financial metrics.
  • Advanced Charting: Generate high-resolution PNG charts with technical indicators like RSI, MACD, and Bollinger Bands.
  • News & Options Data: Quickly search for relevant news and access links for options/flow analysis.
  • Use Case: A trader needs to quickly assess a stock's technical health before market close. They can use this Skill to pull up a detailed chart with multiple indicators and recent news summaries in seconds.

Quick Start

Use the stock-market-pro skill to get a detailed chart for Apple's stock over the last 6 months with RSI and MACD indicators.

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?

Generate stock charts with technical indicators by pulling historical price data using yfinance and rendering high-resolution PNG visuals with mplfinance, applying overlays like RSI, MACD, and Bollinger Bands for technical analysis.

Can I pull real-time quotes and fundamental data for international tickers?

Yes, you can pull real-time quotes and fundamental data for international tickers. The analysis toolkit supports US, Korean, Crypto, and FX tickers to retrieve current prices and key financial metrics.

Does stock market analysis with yfinance support searching for recent market news?

Stock market analysis with yfinance supports searching for recent market news through integrated web add-ons, utilizing DuckDuckGo to fetch relevant headlines and Unusual Whales for options flow data.

What is the best way to analyze stock technical health before market close?

The best way to analyze stock technical health before market close is using a local-first toolkit to rapidly aggregate price data, compute technical indicators, and output visual charts with news summaries in seconds.

Do I need web scraping dependencies to access options flow data and news?

You need web scraping dependencies like playwright and ddgs to access options flow data and news. These components enable optional web add-ons for searching relevant news and linking to Unusual Whales.

When should I not use local-first stock charting for market analysis?

You should not use local-first stock charting for market analysis if you require a fully hosted web interface or lack a local environment to run Python scripts with dependencies like pandas and matplotlib.