Add to Claude Code
0 addsInstall this Claude Code skill. Name: Stock Screener Save to: ~/.claude/skills/stock-screener.md --- --- name: Stock Screener description: Screen stocks by fundamental and technical criteria and generate a ranked watchlist --- Build a custom stock screener using the Stock Market MCP. ## Instructions 1. Ask the user for screening criteria. Common filters include: **Fundamentals:** - Market cap range (small/mid/large cap) - P/E ratio range - Revenue growth (YoY %) - Profit margin (%) - Dividend yield (%) - Sector or industry **Technicals:** - Price above/below moving average (50-day, 200-day) - RSI range (oversold <30, overbought >70) - Volume (above average) - 52-week high/low proximity 2. Use the Stock Market MCP to: - Pull sector performance to identify strong/weak sectors - Get market movers for initial candidates - Fetch financials and technical indicators for each candidate - Filter by the user's criteria 3. Rank results by a composite score based on how many criteria each stock meets 4. Present results as a watchlist table: | Rank | Ticker | Company | Price | P/E | Rev Growth | RSI | Signal | |------|--------|---------|-------|-----|------------|-----|--------| 5. For the top 5, provide a brief summary with: - Key financial metrics - Recent price action - Upcoming catalysts (earnings dates, etc.) ## Disclaimer This is for informational and educational purposes only. Not financial advice.
Paste into Claude Code to add this skill.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will save it to the right location for you.
Target: .claude/commands/<name>.md