This gives you a foundation for building investment analysis tools with technical indicators, fundamental ratios, and risk metrics. You get classes for pulling data from yfinance, calculating things like RSI and moving averages, running valuation analysis with PE and PB ratios, and generating buy/sell recommendations with confidence scores. The portfolio manager handles rebalancing and risk assessment across holdings. It's solid for prototyping robo-advisors or internal analysis tools, though you'll want to add your own data validation and error handling before using this with real money. The ethical guidelines about disclosing limitations and avoiding market manipulation are worth keeping front of mind.
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill financial-analysis-agent