Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate high-resolution charts with moving averages + indicators (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs both a text summary and a Pro chart.
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate high-resolution charts with moving averages + indicators (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs both a text summary and a Pro chart.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required).
uv run --script scripts/yf.py price TSLA # shorthand uv run --script scripts/yf.py TSLA
uv run --script scripts/yf.py fundamentals NVDA
uv run --script scripts/yf.py history AAPL 6mo
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 Indicators (optional) 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)
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
US stocks: AAPL, NVDA, TSLA KR stocks: 005930.KS, 000660.KS Crypto: BTC-USD, ETH-KRW Forex: USDKRW=X
Indicators are computed locally from price data (Yahoo does not reliably provide precomputed indicator series). Data quality may vary by ticker/market (e.g., missing volume for some symbols). Korean note: 실시간 시세 + 펀더멘털 + 기술지표(차트/요약)까지 한 번에 처리하는 종합 주식 분석 스킬입니다.
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.