🧙 Market Sages
13 legendary investors. One command. Zero setup.

Market Sages summons a council of the world's greatest investors to analyze any stock — Warren Buffett, Charlie Munger, Benjamin Graham, Michael Burry, Nassim Taleb, and 8 more. No API keys. No Python environment. No financial data subscription. Just a ticker symbol.
🇨🇳 中文文档 | 🇯🇵 日本語 | 🇰🇷 한국어
✨ What It Does
You type:
/sages NVDA
You get a full council deliberation:
╔══════════════════════════════════╗
║ 🧠 Warren Buffett ║
║ Signal: NEUTRAL ║
║ Confidence: 55% ║
║ Reasoning: Exceptional moat ║
║ (gaming ecosystem), but current ║
║ P/E leaves no margin of safety. ║
╚══════════════════════════════════╝
╔══════════════════════════════════╗
║ 🧠 Michael Burry ║
║ Signal: BEARISH ║
║ Confidence: 72% ║
║ Reasoning: FCF yield ~1.8%, ║
║ EV/EBIT ~80x — no deep value ║
║ here, this is momentum not math.║
╚══════════════════════════════════╝
... (11 more sages)
╔══════════════════════════════════════════════╗
║ 🏦 PORTFOLIO MANAGER — FINAL VERDICT ║
║ Action: WATCH ║
║ Conviction: MEDIUM ║
║ Entry Strategy: Wait for 20-25% pullback ║
╚══════════════════════════════════════════════╝
🧑💼 The Council of 13 Sages
| # | Sage | Philosophy | Style |
|---|
| 1 | Warren Buffett | Wonderful companies at fair prices | Patient, moat-focused |
| 2 | Charlie Munger | Invert always invert | Multi-disciplinary, blunt |
| 3 | Benjamin Graham | Margin of safety, Mr. Market | Quantitative, academic |
| 4 | Peter Lynch | Ten-baggers, invest in what you know | Enthusiastic, accessible |
| 5 | Michael Burry | Deep value contrarian | Data-obsessed, terse |
| 6 | Cathie Wood | Disruptive innovation | Evangelical, future-focused |
| 7 | Stanley Druckenmiller | Asymmetric macro opportunities | Confident, macro sweep |
| 8 | Bill Ackman | Activist, simple businesses | Direct, catalyst-driven |
| 9 | Phil Fisher | Scuttlebutt, quality forever | Meticulous, qualitative |
| 10 | Nassim Taleb | Antifragility, tail risk | Precise, uncompromising |
| 11 | Mohnish Pabrai | Dhandho, downside first | Humble, Buffett-inspired |
| 12 | Aswath Damodaran | Story + numbers, DCF | Professor-like, rigorous |
| 13 | Rakesh Jhunjhunwala | Be right, sit tight | Conviction, long-term |
🚀 Quick Start
Claude Code (Recommended)
Via Plugin Marketplace (recommended):
/plugin marketplace add hyhmrright/market-sages
/plugin install market-sages@market-sages-marketplace
One-liner install (no clone needed):
curl -sL https://raw.githubusercontent.com/hyhmrright/market-sages/main/skill.md \
-o ~/.claude/skills/market-sages.md
Manual install:
git clone https://github.com/hyhmrright/market-sages.git
cp market-sages/skill.md ~/.claude/skills/market-sages.md
Verify: Open a Claude Code session and type /sages AAPL — you should see the council spin up.
Use:
/sages AAPL
/sages TSLA --value
/sages AMZN --growth
/sages MSFT --risk
/sages compare AAPL MSFT GOOG
→ Full Claude Code guide
OpenAI Codex CLI
Via Skill Installer (in a Codex session):
Install the market-sages skill from hyhmrright/market-sages
Command line:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo hyhmrright/market-sages --path skills --name market-sages
Manual (project-level AGENTS.md):
First time:
curl -sL https://raw.githubusercontent.com/hyhmrright/market-sages/main/AGENTS.md \
-o ./AGENTS.md
Already have an AGENTS.md? Append instead:
curl -sL https://raw.githubusercontent.com/hyhmrright/market-sages/main/AGENTS.md \
>> ./AGENTS.md
Use:
codex "Analyze Apple using the Market Sages council"
codex "Use Michael Burry and Benjamin Graham to evaluate INTC"
→ Full Codex CLI guide
Google Gemini CLI
Via Extension (in a Gemini session):
/extensions install https://github.com/hyhmrright/market-sages
Manual (project-level GEMINI.md):