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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install stock-info-explorer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install stock-info-explorer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/stock-info-explorer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: stock-info-explorer description: >- 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. ---
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=X--- Korean note: 실시간 시세 + 펀더멘털 + 기술지표(차트/요약)까지 한 번에 처리하는 종합 주식 분석 스킬입니다.
安装 Stock Info Explorer 后,可以对 AI 说这些话来触发它
Help me get started with Stock Info Explorer
Explains what Stock Info Explorer does, walks through the setup, and runs a quick demo based on your current project
Use Stock Info Explorer to a Yahoo Finance (yfinance) powered financial analysis tool
Invokes Stock Info Explorer with the right parameters and returns the result directly in the conversation
What can I do with Stock Info Explorer in my finance & investment workflow?
Lists the top use cases for Stock Info Explorer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/stock-info-explorer/ 目录(个人级,所有项目可用),或 .claude/skills/stock-info-explorer/(项目级)。重启 AI 客户端后,用 /stock-info-explorer 主动调用,或让 AI 根据上下文自动发现并使用。
Stock Info Explorer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Stock Info Explorer 可免费安装使用。请查阅仓库了解许可证信息。
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.
Stock Info Explorer 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Stock Info Explorer
Identifies repetitive steps in your workflow and sets up Stock Info Explorer to handle them automatically