分析任意股票的技术指标和趋势,或修改 TradingAgentsV2 中的分析师节点。当用户需要分析某只股票、查看技术指标、获取市场趋势判断时,使用独立分析脚本;当需要新增/修改分析师节点时,参考架构模板。
Initial release of stock-analysis skill - Provides analysis of any stock's technical indicators and trends using a standalone Python script. - Supports quick CLI analysis with customizable parameters (symbol, date, days, indicators). - Implements multi-source data fetching with automatic failover and local caching. - Outputs structured reports: recent market activity, indicator trends, comprehensive analysis, and summary tables. - Integrates with TradingAgentsV2 as an analyst node, following a unified template for easy extension or modification. - Includes detailed instructions for customizing indicators, analyst types, and report formats.