From sundial-org-awesome-openclaw-skills-4
Fetches real-time stock quotes, fundamentals, and OHLCV data via yfinance; generates charts with moving averages and indicators (RSI/MACD/Bollinger/VWAP/ATR); outputs reports with text summaries and PNG charts.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
This skill fetches OHLCV data from Yahoo Finance via `yfinance` and computes technical indicators **locally** (no API key required).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required).
price)uv run --script scripts/yf.py price TSLA
# shorthand
uv run --script scripts/yf.py TSLA
fundamentals)uv run --script scripts/yf.py fundamentals NVDA
history)uv run --script scripts/yf.py history AAPL 6mo
pro)Generates a high-resolution PNG chart. By default it includes Volume and Moving Averages (MA5/20/60).
# candle (default)
uv run --script scripts/yf.py pro 000660.KS 6mo
# line
uv run --script scripts/yf.py pro 000660.KS 6mo line
Add flags to include indicator panels/overlays.
uv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb
uv run --script scripts/yf.py pro TSLA 6mo --vwap --atr
--rsi : RSI(14)--macd: MACD(12,26,9)--bb : Bollinger Bands(20,2)--vwap: VWAP (cumulative for the selected range)--atr : ATR(14)report) ⭐Prints a compact text summary (price + fundamentals + indicator signals) and automatically generates a Pro chart with BB + RSI + MACD.
uv run --script scripts/yf.py report 000660.KS 6mo
# output includes: CHART_PATH:/tmp/<...>.png
AAPL, NVDA, TSLA005930.KS, 000660.KSBTC-USD, ETH-KRWUSDKRW=XKorean note: 실시간 시세 + 펀더멘털 + 기술지표(차트/요약)까지 한 번에 처리하는 종합 주식 분석 스킬입니다.