npx skills add ...
npx skills add gracefullight/stock-checker --skill trading-analysis
Generate professional investment reports for stocks and ETFs. Use when user requests market analysis, investment reports, stock analysis, or trading recommendations for financial instruments (SPY, AAPL, TSLA, etc.). Creates institutional-grade reports with technical indicators, AI-powered insights, charts, and investment recommendations.
npx skills add gracefullight/stock-checker --skill trading-analysis
This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations.
Use this skill when the user requests:
Required:
symbol: Stock ticker (e.g., SPY, AAPL, TSLA, QQQ)Optional:
client_name: Name of the client/investor (default: "Institutional Investors")report_title: Custom report title (auto-generated if not provided)period: Historical data period (default: "6mo")The skill generates the following files in the reports/ directory:
Markdown Report ({SYMBOL}_analysis_report_{timestamp}.md)
JSON Data ({SYMBOL}_analysis_report_{timestamp}_data.json)
Charts (PNG format, 300 DPI):
{SYMBOL}_price_chart.png: Price with moving averages{SYMBOL}_indicators_chart.png: RSI and MACD{SYMBOL}_volatility_chart.png: Historical volatility{SYMBOL}_summary_dashboard.png: Performance dashboardSimple request: "Generate an investment report for SPY"
Detailed request: "Create a market analysis report for AAPL for Acme Capital with the title 'Q4 2025 AAPL Investment Strategy'"
Multiple symbols: "Generate investment reports for SPY, QQQ, and DIA"
All reports automatically include:
.env file