Loading...
Loading...
Form a high-level investment committee consisting of three virtual experts modeled after legendary investors (Buffett, Wood, Druckenmiller) to conduct independent multi-round adversarial debates. True independent thinking is achieved through physically isolated Gemini API calls, and final resolutions are formed via voting. Use when evaluating investment decisions, reviewing stock research reports, or seeking multi-perspective analysis on public companies.
npx skill4agent add z1993/alphamao_skills investment-committeeffill| Role | Core Investment Philosophy | Data Injection |
|---|---|---|
| Buffett | "Business" mindset, moat, margin of safety | Standard research reports |
| Wood | Wright's Law, S-curve inflection point, technology integration | Standard research reports |
| Druckenmiller | Liquidity first, price action, asymmetric odds | Real-time macro snapshot (U.S. Treasuries/USD/VIX) |
references/personas/^TNXDX-Y.NYB^VIXSPYQQQgoogle-genaiyfinancepip install -r requirements.txt# Windows PowerShell
$env:GEMINI_API_KEY='<YOUR_API_KEY>' # Replace with your Gemini API Key
# Optional proxy (e.g., using Clash/V2Ray, etc.)
$env:HTTP_PROXY='http://127.0.0.1:<PORT>' # Replace with your proxy port
$env:HTTPS_PROXY='http://127.0.0.1:<PORT>'Get API Key: Visit Google AI Studio to create an API Key
python scripts/run_committee.py <path_to_report.md> --rounds 3 --output ./outputinvestment-committee/
├── SKILL.md # This file (architecture description)
├── TROUBLESHOOTING.md # Troubleshooting
├── requirements.txt # Dependencies (google-genai, yfinance)
├── scripts/
│ └── run_committee.py # Core execution script (includes data fetching logic)
└── references/
└── personas/ # Generalized persona prompts
├── buffett.md
├── wood.md
└── druckenmiller.md