🔌 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.
# Add to your Claude Code skills
git clone https://github.com/quant-sentiment-ai/claude-equity-researchGuides for using ide extensions skills like claude-equity-research.
Last scanned: 5/15/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-15T06:58:13.802Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
🤖 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.
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.
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
/trading-ideas AAPL
/trading-ideas HOOD --detailed
git clone https://github.com/quant-sentiment-ai/claude-equity-research.git
cd claude-equity-research
cp commands/trading-ideas/commands/research.md ~/.claude/commands/trading-ideas.md
Examples below use the plugin install invocation (
/trading-ideas:research). If you followed the manual install path, drop the:researchsuffix and use the bare/trading-ideasform.
/trading-ideas:research AAPL
Output: Comprehensive institutional research report with BUY/SELL/HOLD recommendation
/trading-ideas:research NVDA
Features: AI/semiconductor sector positioning, relative valuation vs peers
/trading-ideas:research JPM
Includes: Interest rate sensitivity, regulatory environment, book value analysis
/trading-ideas:research TSLA
Focus: Growth metrics, competitive positioning, volatility assessment
# 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 | Description | Output |
|---------|-------------|---------|
| /trading-ideas:research <TICKER> | Standard institutional analysis | 8-section comprehensive report |
| /trading-ideas:research <TICKER> --detailed | Enhanced analysis with options flow | Extended technical and insider analysis |
| /trading-ideas:research --help | Show usage information | Command documentation |
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
Our research framework combines:
This tool is designed for educational and research purposes only. All analysis and recommendations are: