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 add-ons (news + browser-first options/flow).
Why use this skill?
Power your OpenClaw agent with Stock Market Pro. Get real-time quotes, technical charts (RSI/MACD), fundamentals, and news search for informed market analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kys42/stock-market-proWhat This Skill Does
Stock Market Pro is a high-performance market intelligence skill designed for OpenClaw agents. It integrates yfinance to provide real-time quotes, deep-dive fundamentals, and advanced technical analysis. Beyond raw data, it excels at visual output, generating publication-ready PNG charts with professional indicators like RSI, MACD, Bollinger Bands, VWAP, and ATR. The skill is built with a local-first philosophy, utilizing the 'uv' runtime for seamless dependency management and fast execution. For comprehensive analysis, it includes one-shot reporting capabilities that condense fundamental metrics and technical charts into a single agent output, bridging the gap between raw data and actionable insight.
Installation
To integrate Stock Market Pro into your agent environment, execute the following command via the OpenClaw hub:
clawhub install openclaw/skills/skills/kys42/stock-market-pro
Ensure you have the uv tool installed (refer to https://github.com/astral-sh/uv) to handle the script execution environment. For advanced web research capabilities, ensure the ddgs Python package is installed globally via pip3 install -U ddgs.
Use Cases
- Technical Analysis: Quickly visualize momentum and trend reversals using built-in indicators like RSI or MACD without opening a browser.
- Fundamental Research: Retrieve critical valuation data such as ROE, Forward PE, and EPS to justify investment decisions.
- Automated Reporting: Generate daily summary reports for a watchlist of tickers, complete with generated high-resolution charts.
- Market Sentiment: Utilize the integrated DuckDuckGo news search to gather context on recent ticker movements or earnings guidance.
Example Prompts
- "Check the current price of TSLA and generate a 6-month chart with RSI and MACD overlays."
- "Perform a fundamental analysis of NVDA and tell me if its ROE and Forward PE look healthy."
- "Search for the latest news regarding AAPL earnings and provide a summary of the current market sentiment."
Tips & Limitations
- Browser Integration: For Unusual Whales options and flow data, remember that the tool is designed to open browser-based links. Use the provided helper scripts to generate direct navigation links.
- Dependencies: Always run commands through the provided
uvscript interface to avoid local environment path issues. - Performance: For high-resolution charting, ensure you have sufficient write permissions to your system's temp directories, as the agent will generate and output local file paths for your review.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kys42-stock-market-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution