Discover and explore top open-source AI tools and projects—updated daily.
staskhAI-powered conversational advisor for options traders
Top 91.0% on SourcePulse
This project provides a Claude-powered conversational advisor system designed to streamline market analysis and portfolio management for options traders. It consolidates data from brokers, charting platforms, and news feeds into a single interface, allowing users to ask questions in plain English and receive real-time technicals, fundamentals, option Greeks, and risk metrics. The system benefits retail options traders, self-directed investors, and Interactive Brokers users by simplifying complex analysis and offering AI-assisted portfolio management.
How It Works
The system leverages Claude's conversational AI to interpret natural language queries, translating them into actionable data retrieval and analysis tasks. It integrates with various financial data sources, including Yahoo Finance and optionally Interactive Brokers (TWS/Gateway) for portfolio data. Python scripts, organized as "Skills" or exposed via an MCP server, perform the core analysis, covering technical indicators, fundamental data, option chains, and risk metrics. This approach consolidates multiple trading tools into a single, interactive AI assistant.
Quick Start & Requirements
git clone), navigate into it (cd trading_skills), and synchronize dependencies (uv sync). Run Claude Code or Cursor within the repository root.pip install trading-skills. Configure claude_desktop_config.json in Claude Desktop settings with the path to the trading-skills-mcp executable.uv package manager are required.whale-hunting skill.Highlighted Details
Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels (e.g., Discord, Slack).
Licensing & Compatibility
Limitations & Caveats
Interactive Brokers integration requires specific API configurations and may have features still under development (e.g., ib-option-chain). Advanced "whale-hunting" features necessitate a paid Massive (Polygon.io) API key. The project mandates Python 3.12+ and the uv package manager, potentially posing an adoption hurdle for users on older Python versions or those not using uv.
1 day ago
Inactive