← 返回
效率工具 中文

Stock Price Checker Pro

Run a local script to fetch current stock prices. Use the read tool to load this SKILL.md, then exec the uv run command inside it. Do NOT use sessions_spawn...
运行本地脚本获取当前股价。使用读取工具加载此 SKILL.md,然后执行其中的 uv run 命令。不要使用 sessions_spawn...
youpele52
效率工具 clawhub v0.1.6 4 版本 99889.4 Key: 无需
★ 1
Stars
📥 883
下载
💾 42
安装
4
版本
#latest

概述

Skill: Stock Price Checker Pro

When to use

  • User asks for the current stock price of a company or ETF.
  • User asks about daily price movement, change, or % change.
  • User asks about 52-week high/low, 2W, 1M, 3M, or 6M price ranges.
  • User asks about trading volume or market cap.
  • User wants recent company-specific news headlines.
  • User asks about upcoming earnings, ex-dividend, or dividend dates.

When NOT to use

  • User wants P/E ratio, margins, debt, ROE, or any fundamental metric → use stock-fundamentals
  • User wants broad market news or macro conditions → use market-news-brief
  • User wants a full research report combining all signals → use equity-research

Commands

Check a stock price

uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py <TICKER>

Examples

# US stocks
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py AAPL
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py TSLA
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py NVDA
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py MSFT

# European stocks
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py RHM.DE
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SAP.DE
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py ASML.AS
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SHEL.L

# ETFs and indices
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SPY
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py QQQ

# Crypto
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py BTC-USD
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py ETH-USD

Ticker Format Reference

MarketFormatExample
---------------------------------------------------
US stocksPlainAAPL, NVDA
German stocks.DE suffixRHM.DE, SAP.DE
UK stocks.L suffixSHEL.L, BP.L
Dutch stocks.AS suffixASML.AS
Japanese.T suffix7203.T
Korean.KS suffix005930.KS
Crypto-USDBTC-USD, ETH-USD
ETFsPlainSPY, QQQ, EWG

Output includes

  • Current price, daily change & % change vs previous close
  • Volume vs average volume and market cap
  • Today's high / low
  • 2W, 1M, 3M, 6M, 52W high / low ranges
  • Recent company-specific news headlines with links
  • Upcoming events: earnings date, ex-dividend date, dividend payment

Notes

  • uv run reads the inline # /// script dependency block in main.py and auto-installs yfinance in an isolated environment — no pip install or venv setup needed.
  • Do NOT use the stock-price.sh wrapper — call uv run src/main.py directly as shown above.
  • Do NOT use web search or curl to fetch prices — always use this script.

版本历史

共 4 个版本

  • v0.1.6 当前
    2026-05-28 12:52 安全 安全
  • v0.1.5
    2026-03-29 11:17 安全 安全
  • v0.1.4
    2026-03-26 21:39
  • v0.1.3
    2026-03-11 11:55

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,461
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,966
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,130