Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install stock-market-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install stock-market-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/stock-market-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: stock-market-pro description: >- Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web add-ons (news + browser-first options/flow). ---
Stock Market Pro is a fast, local-first market research toolkit. Get clean price + fundamentals, generate publication-ready charts with indicator panels (RSI/MACD/BB/VWAP/ATR), and run a one-shot report that outputs both a summary and a high-res PNG. Optional add-ons: quick news link sweep (DDG) + browser-first options/flow (Unusual Whales).
- RSI / MACD / Bollinger Bands / VWAP / ATR
---
> This skill uses uv run --script for dependency handling. > If you don't have uv: install from https://github.com/astral-sh/uv
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
# candlestick (default)
uv run --script scripts/yf.py pro 000660.KS 6mo
# line chart
uv run --script scripts/yf.py pro 000660.KS 6mo line
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 over the selected range)--atr : ATR(14)Prints a compact text summary and generates a chart PNG.
uv run --script scripts/yf.py report 000660.KS 6mo
# output includes: CHART_PATH:/tmp/<...>.png
> Optional web add-ons (news/options) can be appended by the agent workflow.
---
ddgs)This skill vendors a helper script (scripts/ddg_search.py).
Dependency:
pip3 install -U ddgs
Run:
python3 scripts/news.py NVDA --max 8
# or
python3 scripts/ddg_search.py "NVDA earnings guidance" --kind news --max 8 --out md
Unusual Whales frequently blocks scraping/headless access. So the recommended approach is: open the pages in a browser and summarize what you can see.
Quick link helper:
python3 scripts/options_links.py NVDA
Common URLs:
https://unusualwhales.com/stock/{TICKER}/overviewhttps://unusualwhales.com/live-options-flow?ticker_symbol={TICKER}https://unusualwhales.com/stock/{TICKER}/options-flow-history---
yf.py supports:
pricefundamentalshistoryprochart (alias)reportoption (best-effort; browser fallback recommended)Check:
python3 scripts/yf.py --help
AAPL, NVDA, TSLA005930.KS, 000660.KSBTC-USD, ETH-KRWUSDKRW=X安装 Stock Market Pro 后,可以对 AI 说这些话来触发它
Help me get started with Stock Market Pro
Explains what Stock Market Pro does, walks through the setup, and runs a quick demo based on your current project
Use Stock Market Pro to yahoo Finance (yfinance) powered stock analysis skill: quotes, fund...
Invokes Stock Market Pro with the right parameters and returns the result directly in the conversation
What can I do with Stock Market Pro in my finance & investment workflow?
Lists the top use cases for Stock Market Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/stock-market-pro/ 目录(个人级,所有项目可用),或 .claude/skills/stock-market-pro/(项目级)。重启 AI 客户端后,用 /stock-market-pro 主动调用,或让 AI 根据上下文自动发现并使用。
Stock Market Pro 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Stock Market Pro 可免费安装使用。请查阅仓库了解许可证信息。
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Stock Market Pro 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Stock Market Pro
Identifies repetitive steps in your workflow and sets up Stock Market Pro to handle them automatically