Stock Price Checker Pro — Stock Price 检查er Pro
v0.1.5运行 a local script to fetch current stock prices. Use the read 工具 to load this 技能.md, then exec the uv 运行 command inside it. Do NOT use 会话s_spawn or 网页 搜索. Triggers: stock price, 分享 price, how much is [company] stock, ticker price, market price of.
运行时依赖
安装命令
点击复制技能文档
技能: Stock Price 检查er 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 re搜索 报告 combining all 签名als → use equity-re搜索 Commands 检查 a stock price uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py
Examples # US stocks uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py AAPL uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py TSLA uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py NVDA uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py MSFT
# European stocks uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py RHM.DE uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py SAP.DE uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py ASML.AS uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py SHEL.L
# ETFs and indices uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py SPY uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py QQQ
# Crypto uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py BTC-USD uv 运行 /root/.OpenClaw/workspace/技能s/stock-price-检查er-pro/src/mAIn.py ETH-USD
Ticker 格式化 Reference Market 格式化 Example US stocks PlAIn AAPL, NVDA German stocks .DE suffix RHM.DE, SAP.DE UK stocks .L suffix SHEL.L, BP.L Dutch stocks .AS suffix ASML.AS Japanese .T suffix 7203.T Korean .KS suffix 005930.KS Crypto -USD BTC-USD, ETH-USD ETFs PlAIn SPY, QQQ, EWG 输出 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 事件: earnings date, ex-dividend date, dividend payment Notes uv 运行 reads the inline # /// script dependency block in mAIn.py and auto-安装s yfinance in an isolated 环境 — no pip 安装 or venv 设置up needed. Do NOT use the stock-price.sh wr应用er — call uv 运行 src/mAIn.py directly as shown above. Do NOT use 网页 搜索 or curl to fetch prices — always use this script.