claude-equity-research

by quant-sentiment-aiVerified

🔌 Claude Code Plugin for institutional-grade equity research. Install with /plugin marketplace add. Generates professional buy/sell recommendations with comprehensive fundamental analysis, technical indicators, and risk assessment. Educational use only - not financial advice.

700
Stars
79
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/quant-sentiment-ai/claude-equity-research

Getting Started

Guides for using skills like claude-equity-research.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Claude Equity Research

by carolinacherry

Author: carolinacherry Built with Claude Code License: MIT Claude Code Required Status: Active

🤖 Built entirely with Claude Code - demonstrating AI-native development workflows for professional-grade financial tools.

Professional equity research and trading analysis powered by Claude AI, delivering institutional-grade investment insights with Goldman Sachs-style formatting and comprehensive risk assessment.

What It Does

  • Institutional-Grade Analysis: Generates professional equity research reports matching Wall Street standards
  • AI-Powered Intelligence: Leverages Claude AI for comprehensive fundamental and technical analysis
  • Real-Time Data Integration: Pulls live market data, earnings reports, and analyst coverage
  • Risk-Adjusted Recommendations: Provides buy/sell/hold ratings with specific price targets and position sizing
  • Advanced Market Intelligence: Includes options flow analysis, insider trading activity, and sector positioning

Key Features

Core Analysis Framework

  • Executive Summary: Investment thesis with price target and 12-month timeframe
  • Fundamental Analysis: Revenue growth, margins, peer comparisons, and forward estimates
  • Catalyst Analysis: Near-term and medium-term market drivers with specific dates
  • Valuation Models: Bull/base/bear scenarios with probability weighting
  • Risk Assessment: Company-specific and macro risks with position sizing guidance (1-5%)
  • Technical Context: Support/resistance levels, momentum indicators, and volume analysis

Enhanced Intelligence Features

  • Options Flow Analysis: Unusual activity, put/call ratios, implied volatility trends
  • Insider Activity Monitoring: Executive buying/selling patterns with dollar amounts
  • Sector Positioning: Rotation trends and relative strength vs market indices
  • ESG & Governance: Sustainability scores and regulatory compliance assessment

Professional Standards

  • Institutional Terminology: EBITDA, P/E ratios, EV/Sales, conviction levels
  • Probability Weighting: Bull/base/bear scenarios with percentage allocations
  • Legal Protection: Comprehensive disclaimers for educational use
  • Data Sourcing: Real-time web search with analyst firm citations

Installation & Setup

Prerequisites

  • Claude Code CLI (version 2.0.11 or higher)
  • Claude paid subscription (Pro, Team, or Enterprise)
  • Internet connection for real-time data retrieval

Installation via Claude Code Plugin (Recommended)

Quick Install - Interactive Menu:

# Step 1: Add the marketplace
/plugin marketplace add quant-sentiment-ai/claude-equity-research

# Step 2: Open the plugin menu
/plugin

# Step 3: Select "Browse Plugins" → find "claude-equity-research" → "Install now"

Alternative - Direct Install:

/plugin marketplace add quant-sentiment-ai/claude-equity-research
/plugin install trading-ideas@claude-equity-research-marketplace

Verify Installation:

/help  # Confirm /trading-ideas:research command is listed

Start Analyzing:

/trading-ideas:research AAPL
/trading-ideas:research NVDA --detailed

Claude Code namespaces plugin commands as <plugin-name>:<command-name>, so the invocation is /trading-ideas:research (not the bare /trading-ideas). If you prefer the bare form, use the manual install below — it copies the command file into your personal ~/.claude/commands/ and registers it as /trading-ideas.

💡 Tip: Restart Claude Code after installation for best results.

For comprehensive plugin documentation, see PLUGIN.md.

Manual Installation (Advanced)

Quick Start

  1. Install the /trading-ideas command (system-wide):
mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/trading-ideas.md https://raw.githubusercontent.com/quant-sentiment-ai/claude-equity-research/main/commands/trading-ideas/commands/research.md
  1. Basic usage:
/trading-ideas AAPL
  1. Enhanced analysis:
/trading-ideas HOOD --detailed

Manual Setup via Git Clone

  1. Clone the repository:
git clone https://github.com/quant-sentiment-ai/claude-equity-research.git
cd claude-equity-research
  1. Copy command to Claude Code:
cp commands/trading-ideas/commands/research.md ~/.claude/commands/trading-ideas.md

Usage Examples

Examples below use the plugin install invocation (/trading-ideas:research). If you followed the manual install path, drop the :research suffix and use the bare /trading-ideas form.

Basic Equity Analysis

/trading-ideas:research AAPL

Output: Comprehensive institutional research report with BUY/SELL/HOLD recommendation

Technology Sector Analysis

/trading-ideas:research NVDA

Features: AI/semiconductor sector positioning, relative valuation vs peers

Financial Services Analysis

/trading-ideas:research JPM

Includes: Interest rate sensitivity, regulatory environment, book value analysis

Growth Stock Analysis

/trading-ideas:research TSLA

Focus: Growth metrics, competitive positioning, volatility assessment

Sample Output Format

# APPLE INC (AAPL) - ENHANCED EQUITY RESEARCH

## EXECUTIVE SUMMARY
BUY with $250 price target (9% upside) over 12 months. Strong Q4 2024 
results driven by iPhone 16 launch and AI integration provide foundation 
for premium product cycle. Balanced risk-reward with established ecosystem moat.

## FUNDAMENTAL ANALYSIS
Q4 2024: Revenue $94.9B (+6% YoY), EPS $1.64 (+12% YoY). iPhone revenue 
$46.2B (~49% of total), Services +12% to $25B with recurring characteristics.

## VALUATION & PRICE TARGETS
Consensus: $242 (range $200-$280)
Bull case: $280 | Base case: $250 | Bear case: $200
Probability weighting: 25%/55%/20%

## RECOMMENDATION: BUY | Conviction: High | Price Target: $250

Command Reference

CommandDescriptionOutput
/trading-ideas:research <TICKER>Standard institutional analysis8-section comprehensive report
/trading-ideas:research <TICKER> --detailedEnhanced analysis with options flowExtended technical and insider analysis
/trading-ideas:research --helpShow usage informationCommand documentation

Repository Structure

claude-equity-research/
├── README.md                     # This file
├── LICENSE                       # MIT License
├── commands/
│   ├── trading-ideas/            # Plugin directory (installed via marketplace)
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json       # Plugin manifest
│   │   └── commands/
│   │       └── research.md       # Slash command (invoked as /trading-ideas:research)
│   └── README.md                 # Command documentation
├── config/
│   ├── config.example.json       # Template configuration
│   └── prompts/                  # Analysis prompt templates
├── examples/
│   └── sample_reports/           # Example analyses (AAPL, HOOD, etc.)
├── docs/
│   ├── methodology.md            # Detailed analysis framework
│   ├── installation.md           # Setup instructions
│   └── customization.md          # Customization guide
├── utils/
│   ├── data_sources.md           # Data source documentation
│   └── validation.py             # Analysis validation tools
└── tests/
    └── test_command.py           # Command functionality tests

Analysis Methodology

Our research framework combines:

Quantitative Analysis

  • Financial Statements: Revenue, margins, cash flow analysis
  • Valuation Models: Multiple approaches (DCF, comparable company, precedent transaction)
  • Technical Indicators: Support/resistance, momentum, relative strength
  • Options Analytics: Implied volatility, unusual activity, sentiment indicators

Qualitative Assessment

  • Competitive Positioning: Market share, competitive advantages, moat analysis
  • Management Quality: Track record, capital allocation, strategic vision
  • Regulatory Environment: Industry-specific risks, compliance issues
  • ESG Factors: Environmental, social, governance considerations

Risk Management

  • Scenario Analysis: Bull/base/bear cases with probability weighting
  • Position Sizing: Risk-adjusted allocation recommendations (1-5% typical)
  • Stop-Loss Guidance: Downside protection levels
  • Correlation Analysis: Portfolio diversification considerations

Data Sources

  • Financial Data: SEC filings, earnings reports, company guidance
  • Market Data: Real-time pricing, volume, technical indicators
  • Analyst Coverage: Wall Street research, price target updates
  • News & Sentiment: Financial media, regulatory announcements
  • Options Data: Unusual activity, implied volatility, positioning
  • Insider Activity: Form 4 filings, executive transactions

Professional Disclaimers

⚠️ Important Legal Notice

This tool is designed for educational and research purposes only. All analysis and recommendations are:

  • Not financial advice - For informational purposes only
  • Not personalized - Does not consider individual circumstances
  • Historical data based - Past performance doesn't guarantee future results
  • Requiring due diligence - Users must conduct independent research
  • Risk warning included - All investments carry risk of loss

Risk Warnings

  • Stock prices are volatile and unpredictable
  • AI analysis may contain errors or biases
  • Market conditions change rapidly
  • Regulatory and company-specific risks may not be fully captured
  • Position sizing recommendations are general guidelines only

Professional Consultation

Always consult with qualified financial professionals before making investment decisions. This tool does not replace professional financial advice.

Contributing

We welcome contributions! Please see our Contributing Guidelines:

Development Areas

  • Enhanced data source integration
  • Improved technical analysis algorithms
  • Additional sector-specific metrics
  • ESG scoring improvements
  • Risk model enhancements

Code Contributions

# Fork the repository
git fork https://github.com/quant-sentiment-ai/claude-equity-research

# Create feature branch
git checkout -b feature/your-enhancement

# Submit pull request with detailed description

Star History

Star History Chart

Generated from this repo's own stargazer data — GitHub restricted the public stargazer API on 2026-06-30, which broke third-party star-history charts everywhere. Refresh with python3 scripts/update-star-history.py.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support & Community

Author

Created and maintained by carolinacherry.

Acknowledgments

  • Built for Claude Code - Anthropic's official CLI
  • Inspired by institutional equity research standards
  • Community-driven development and feedback

Remember: This tool provides educational insights only. Always conduct your own due diligence and consult qualified financial professionals before making investment decisions. Past performance does not guarantee future results.

Frequently Asked Questions

What is claude-equity-research?

claude-equity-research is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by quant-sentiment-ai. 🔌 Claude Code Plugin for institutional-grade equity research. Install with /plugin marketplace add. Generates professional buy/sell recommendations with comprehensive fundamental analysis, technical indicators, and risk assessment. Educational use only - not financial advice. It has 700 GitHub stars.

Is claude-equity-research safe to use?

Yes. claude-equity-research passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-equity-research?

Clone the repository with "git clone https://github.com/quant-sentiment-ai/claude-equity-research" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-equity-research written in?

claude-equity-research is primarily written in Python. It is open-source under quant-sentiment-ai on GitHub, so you can review or fork the full source.

Are there alternatives to claude-equity-research?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-equity-research against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE Extensions
View details

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE Extensions
View details

cursor-hooks

by cursor

5

Automate Cursor behavior around agent events with hooks.

12,500890TypeScript
IDE Extensionsclaude-codeai-tools
View details

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE Extensions
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details