Awesome-openclaw-skills stock-market-pro
Professional stock price tracking, fundamental analysis, and financial reporting tool. Supports global markets (US, KR, etc.), Crypto, and Forex with real-time data. (1) Real-time quotes, (2) Valuation metrics (PE, EPS, ROE), (3) Earnings calendar and consensus, (4) High-quality Candlestick & Line charts with technical indicators (MA5/20/60).
git clone https://github.com/sundial-org/awesome-openclaw-skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/stock-market-pro" ~/.claude/skills/sundial-org-awesome-openclaw-skills-stock-market-pro && rm -rf "$T"
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/stock-market-pro" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-stock-market-pro && rm -rf "$T"
skills/stock-market-pro/SKILL.mdStock Market Pro
A professional-grade financial analysis tool powered by Yahoo Finance data.
Core Features
1. Real-time Quotes (price
)
priceGet instant price updates and day ranges.
uv run --script scripts/yf price [TICKER]
2. Professional Charts (pro
)
proGenerate high-resolution PNG charts with Volume and Moving Averages.
- Candlestick:
uv run --script scripts/yf pro [TICKER] [PERIOD] - Line Chart:
uv run --script scripts/yf pro [TICKER] [PERIOD] line - Periods:
,1mo
,3mo
,6mo
,1y
,5y
, etc.max
3. Fundamental Analysis (fundamentals
)
fundamentalsDeep dive into valuation: Market Cap, PE, EPS, ROE, and Profit Margins.
uv run --script scripts/yf fundamentals [TICKER]
4. Earnings & Estimates (earnings
)
earningsCheck upcoming earnings dates and market consensus (Expected Revenue/EPS).
5. Historical Trends (history
)
historyView recent 10-day trends with terminal-friendly ASCII charts.
Ticker Examples
- US Stocks:
,AAPL
,NVDATSLA - Korean Stocks:
(Samsung),005930.KS
(SK Hynix)000660.KS - Crypto:
,BTC-USDETH-KRW
Technical Notes
- Engine: Python 3.11+,
,yfinance
,mplfinancerich - Key Benefit: No API key required. Automatically handles dependencies via
.uv
한국어 설명: 실시간 주가 조회, 재무 지표 분석 및 전문 봉차트 생성이 가능한 종합 주식 분석 스킬입니다.