AI Hedge Fund
/install ai-hedge-fund
AI Hedge Fund Skill
Multi-agent investment analysis using legendary investor personas.
Project: https://github.com/virattt/ai-hedge-fund
Setup (first time)
# Clone project
git clone https://github.com/virattt/ai-hedge-fund /data/workspace/ai-hedge-fund
# Install
pip install -e /data/workspace/ai-hedge-fund --break-system-packages --quiet
pip install yfinance --break-system-packages --quiet
Run
Via skill script (auto-detects model):
python3 /data/workspace/skills/skills/ai-hedge-fund/scripts/run.py \
--tickers NVDA \
--analysts-all \
--show-reasoning
Or direct CLI:
cd /data/workspace/ai-hedge-fund
python3 src/main.py \
--tickers NVDA \
--start-date 2026-01-01 \
--end-date 2026-04-12 \
--model "minimax/minimax-m2.5:free" \
--analysts-all \
--show-reasoning
Model Auto-Detection
Not hardcoded. The run.py script auto-detects from:
$OPENCLAW_LLM_MODELenvironment variable- OpenClaw config (
/root/.openclaw/openclaw.json) - Default:
minimax/minimax-m2.5:free
You can also specify manually via --model flag.
Available Models
Any model from src/llm/api_models.json, e.g.:
minimax/minimax-m2.5:free(default, free)qwen/qwen3.6-plus:free(free)gpt-4.1(OpenAI)claude-sonnet-4-6(Anthropic)
All 16+ Agents
| Agent | Philosophy |
|---|---|
| Warren Buffett | Wonderful business at fair price |
| Charlie Munger | Only wonderful businesses |
| Ben Graham | Margin of safety |
| Michael Burry | Contrarian deep value |
| Cathie Wood | Innovation & disruption |
| Bill Ackman | Activist investor |
| Peter Lynch | Ten-baggers |
| Phil Fisher | Scuttlebutt |
| Stanley Druckenmiller | Macro asymmetric |
| Nassim Taleb | Antifragility |
| Mohnish Pabrai | Dhandho |
| Rakesh Jhunjhunwala | Big Bull |
| Aswath Damodaran | Valuation |
| + Quant agents | Fundamentals, Technical, Valuation, Sentiment |
Output
Each agent outputs: signal (bullish/bearish/neutral), confidence %, reasoning. Portfolio Manager aggregates into final BUY/SELL/HOLD.
Data Source
yfinance (free, no API key needed)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-hedge-fund - After installation, invoke the skill by name or use
/ai-hedge-fund - Provide required inputs per the skill's parameter spec and get structured output
What is AI Hedge Fund?
Run an AI-powered hedge fund simulation with 16+ legendary investor agents. Each agent analyzes stocks from their unique investment philosophy. Auto-detects... It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install AI Hedge Fund?
Run "/install ai-hedge-fund" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Hedge Fund free?
Yes, AI Hedge Fund is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI Hedge Fund support?
AI Hedge Fund is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Hedge Fund?
It is built and maintained by tanjinlimkelvin-dot (@tanjinlimkelvin-dot); the current version is v1.2.0.