{"skill":{"slug":"stock-price-checker-pro","displayName":"Stock Price Checker Pro","summary":"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...","description":"---\nname: stock-price-checker-pro\ndescription: \"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 or web search. Triggers: stock price, share price, how much is [company] stock, ticker price, market price of.\"\nhomepage: https://finance.yahoo.com\nmetadata: {\"clawdbot\":{\"emoji\":\"📈\",\"requires\":{\"bins\":[\"uv\"]}}}\n---\n\n# Skill: Stock Price Checker Pro\n\n## When to use\n- User asks for the current stock price of a company or ETF.\n- User asks about daily price movement, change, or % change.\n- User asks about 52-week high/low, 2W, 1M, 3M, or 6M price ranges.\n- User asks about trading volume or market cap.\n- User wants recent company-specific news headlines.\n- User asks about upcoming earnings, ex-dividend, or dividend dates.\n\n## When NOT to use\n- User wants P/E ratio, margins, debt, ROE, or any fundamental metric → use `stock-fundamentals`\n- User wants broad market news or macro conditions → use `market-news-brief`\n- User wants a full research report combining all signals → use `equity-research`\n\n## Commands\n\n### Check a stock price\n\n```bash\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py <TICKER>\n```\n\n### Examples\n\n```bash\n# US stocks\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py AAPL\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py TSLA\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py NVDA\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py MSFT\n\n# European stocks\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py RHM.DE\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SAP.DE\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py ASML.AS\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SHEL.L\n\n# ETFs and indices\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py SPY\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py QQQ\n\n# Crypto\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py BTC-USD\nuv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py ETH-USD\n```\n\n## Ticker Format Reference\n\n| Market        | Format       | Example              |\n|---------------|--------------|----------------------|\n| US stocks     | Plain        | `AAPL`, `NVDA`       |\n| German stocks | `.DE` suffix | `RHM.DE`, `SAP.DE`   |\n| UK stocks     | `.L` suffix  | `SHEL.L`, `BP.L`     |\n| Dutch stocks  | `.AS` suffix | `ASML.AS`            |\n| Japanese      | `.T` suffix  | `7203.T`             |\n| Korean        | `.KS` suffix | `005930.KS`          |\n| Crypto        | `-USD`       | `BTC-USD`, `ETH-USD` |\n| ETFs          | Plain        | `SPY`, `QQQ`, `EWG`  |\n\n## Output includes\n- Current price, daily change & % change vs previous close\n- Volume vs average volume and market cap\n- Today's high / low\n- 2W, 1M, 3M, 6M, 52W high / low ranges\n- Recent company-specific news headlines with links\n- Upcoming events: earnings date, ex-dividend date, dividend payment\n\n## Notes\n- `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.\n- Do NOT use the `stock-price.sh` wrapper — call `uv run src/main.py` directly as shown above.\n- Do NOT use web search or curl to fetch prices — always use this script.","tags":{"latest":"0.1.6"},"stats":{"comments":0,"downloads":965,"installsAllTime":4,"installsCurrent":4,"stars":1,"versions":7},"createdAt":1772816654583,"updatedAt":1779877555586},"latestVersion":{"version":"0.1.6","createdAt":1779877555586,"changelog":"- Added new file: src/mutex.py\n- Added new file: src/__pycache__/mutex.cpython-313.pyc\n- No changes to SKILL.md or usage instructions.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"youpele52","userId":"s177cjete9gkkjq09py127x5xx83sfh8","displayName":"youpele52","image":"https://avatars.githubusercontent.com/u/43122220?v=4"},"moderation":null}