stock-analysis

Installation
Summary

Stock and cryptocurrency analysis with portfolio management and multi-dimensional scoring.

  • Analyzes US stocks across 8 dimensions (earnings surprise, fundamentals, analyst sentiment, historical patterns, market context, sector performance, momentum, sentiment) and cryptocurrencies across 3 dimensions (market cap classification, category, BTC correlation, momentum, market context)
  • Supports portfolio creation and management with mixed assets (stocks and crypto), tracking cost basis, current value, and P&L with optional period returns
  • Detects high-risk scenarios including pre-earnings periods, post-earnings spikes, overbought conditions, sector weakness, and geopolitical crises with automatic confidence penalties
  • Includes breaking news scanning for crisis keywords affecting specific sectors and automatic risk-off detection when safe-haven assets (gold, treasuries, USD) rise together
  • Outputs concise buy/hold/sell signals with supporting metrics or structured JSON for further analysis
SKILL.md

Stock Analysis (v5.0)

Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis.

Quick Start

IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command.

Analyze a single ticker:

uv run {baseDir}/scripts/analyze_stock.py AAPL
uv run {baseDir}/scripts/analyze_stock.py MSFT --output json

Compare multiple tickers:

uv run {baseDir}/scripts/analyze_stock.py AAPL MSFT GOOGL
Related skills
Installs
9.3K
GitHub Stars
18
First Seen
Jan 27, 2026