stock-info-explorer

Installation
SKILL.md

Stock Information Explorer

This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required).

Commands

1) Real-time Quotes (price)

uv run --script scripts/yf.py price TSLA
# shorthand
uv run --script scripts/yf.py TSLA

2) Fundamental Summary (fundamentals)

uv run --script scripts/yf.py fundamentals NVDA
Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 10, 2026
stock-info-explorer — openclaw/skills