stock-market-pro

Fetch real-time stock quotes and fundamentals from Yahoo Finance.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill stock-market-pro-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-market-pro
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/stock-market-pro
Command: npx skills add https://github.com/joneqian/EvoClaw --skill stock-market-pro-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Yahoo Finance powered stock analysis tool: quotes, fundamentals, ASCII trends, and high-resolution charts, plus optional web add-ons for news and browser-first options.

Core Features & Use Cases

  • Get real-time quotes (price + change)
  • Summarize fundamentals (Market Cap, Forward PE, EPS, ROE)
  • Print ASCII trends (terminal-friendly)
  • Generate high-resolution PNG charts with overlays/panels: RSI / MACD / Bollinger Bands / VWAP / ATR
  • Run a one-shot report that prints a compact summary and emits a chart path
  • Search news links via DuckDuckGo (ddgs)
  • Open options / flow pages (browser-first, Unusual Whales)

Quick Start

Use the stock-market-pro skill to fetch TSLA quotes and generate a quick chart for a selected period.

Frequently Asked Questions about stock-market-pro

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

FAQPage Schema
How do I fetch real-time stock quotes and fundamentals from Yahoo Finance?

Fetch real-time stock quotes and fundamentals from Yahoo Finance by running a local script-based workflow via the uv run --script command. This retrieves current prices, market cap, forward PE, EPS, and ROE data.

How do I generate stock charts with RSI, MACD, and Bollinger Bands overlays?

Generate stock charts with RSI, MACD, and Bollinger Bands overlays by applying technical indicators to fetched stock data. The workflow outputs high-resolution PNG charts with VWAP and ATR panels for visual analysis.

Can I view stock trends directly in the terminal without a graphical interface?

View stock trends directly in the terminal by printing terminal-friendly ASCII trends. This allows quick visual screening of price movements without needing a graphical interface or external charting application.

What is the best way to run a quick stock screening and get a summary report?

Run a one-shot report to execute quick stock screening and get a compact summary. This prints the stock data summary and emits the file path to the generated high-resolution chart.

Does this stock analysis tool work with local execution and command-line scripts?

This stock analysis tool works with local execution and command-line scripts by relying on a local script-based workflow executed via uv run --script. It operates local-first without requiring external API keys for core Yahoo Finance queries.

How do I search for stock news links and open options flow pages?

Search stock news links via DuckDuckGo (ddgs) and open options or flow pages in your browser via Unusual Whales. These are optional web add-ons that extend the core local stock chart analysis functionality.