stock-info-explorer
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate high-resolution charts with moving averages + indicators (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs both a text summary and a Pro chart.
Why use this skill?
Analyze stocks, crypto, and forex with the stock-info-explorer. Get real-time quotes, fundamental summaries, and professional technical charts with indicators.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kys42/stock-info-explorerWhat This Skill Does
The stock-info-explorer is a comprehensive financial analysis powerhouse built for the OpenClaw ecosystem. Powered by yfinance, this skill allows users to fetch real-time market data, perform deep fundamental research, and visualize trends through high-resolution technical charts. Unlike web-based dashboard tools, this skill computes technical indicators like RSI, MACD, Bollinger Bands, VWAP, and ATR locally, ensuring high fidelity and immediate availability of data without the need for cumbersome external API keys.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kys42/stock-info-explorer
Use Cases
- Day Trading & Intraday Analysis: Use the
procommand with--vwapand--atrto gauge institutional volume levels and volatility for scalp positions. - Fundamental Stock Selection: Utilize the
fundamentalscommand to pull essential metrics for long-term investing without navigating clunky broker UIs. - Technical Strategy Backtesting/Visuals: Create professional-grade trend reports using the
reportcommand, which combines multi-indicator overlay charts with data summaries for quick decision-making. - Multi-Asset Monitoring: Seamlessly switch between US stocks, KR stocks, Forex, and Crypto pairs using standardized tickers.
Example Prompts
- "Check the current price and fundamental status for NVDA and compare it with a 6-month pro chart including MACD and RSI."
- "Generate a report for 005930.KS over the last 12 months using the report skill."
- "Show me a professional chart for BTC-USD with Bollinger Bands and VWAP overlays."
Tips & Limitations
- Indicator Accuracy: All technical indicators are calculated locally based on OHLCV data. Ensure your range is long enough for accurate calculations (e.g., ATR requires sufficient lookback periods).
- Data Variability: Some non-US tickers (especially in smaller markets) may report missing volume or fundamental data. Always verify specific market data availability via Yahoo Finance.
- Local Computing: The skill utilizes local processing to keep your analysis fast. While this removes dependency on third-party analytical APIs, it places the computational load on the client side.
- File Output: The
proandreportcommands generate PNG files; ensure your system has appropriate permissions to write to your local/tmpdirectory.
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-info-explorer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write