Investing Agent Sdk
Description
Multi-agent investing agent using Claude Agent SDK
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Investing Agent SDK
**Multi-agent investment analysis platform** generating institutional-grade equity research reports with automatic quality evaluation.
[](https://github.com/ccrjohn8787/investing-agent-sdk) [](https://www.python.org) [](LICENSE)
Overview
A sophisticated AI-powered system that generates deep, institutional-quality investment research through multi-agent collaboration, iterative analysis, and automatic PM-grade evaluation.
**Key Capabilities:**
- Institutional-Grade Reports: HTML reports with investment snapshot, valuation scenarios, and PM evaluation
- Automatic Quality Assessment: Every report graded by senior PM evaluator (A+ to F scale)
- Multi-Agent Workflow: 5 specialized AI agents coordinate to produce comprehensive analysis
- DCF Valuation: Deterministic NumPy-based valuations with sensitivity analysis
- Evidence-Based: All claims traced to SEC filings, earnings calls, and market data
**Recent Analysis Grade**: A (90/100) - Institutional quality, PM-ready
Quick Start
Installation
# Clone repository
git clone https://github.com/ccrjohn8787/investing-agent-sdk.git
cd investing-agent-sdk
# Create virtual environment
python -m venv .venv
source .venv/bin/activate # macOS/Linux
# or: .venv\Scripts\activate # Windows
# Install with dependencies
pip install -e ".[dev]"
# Configure API keys (if using direct API)
cp .env.example .env
# Edit .env: Add ANTHROPIC_API_KEY and BRAVE_API_KEY
Basic Usage
# Run analysis with CLI
investing-agents analyze NVDA
# With options
investing-agents analyze AAPL --iterations 3 --format html --output aapl_report.html
# View PM evaluation
cat output/analyses/NVDA_*/evaluation/pm_evaluation.md
**Output Files:**
output/nvda_fresh_analysis.html- Com
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11