What problem does it solve? Getting answers to stock market and financial research questions normally requires juggling multiple data sources and tools. This Skill lets the agent run OBaI CLI queries directly, routing each question to the right specialist agents and returning structured answers with conversation memory across follow-ups. ## Core Features & Use Cases - Autonomous Query Execution: Runs obai query "<question>" --json --session <id> on the user's behalf and presents the parsed response, covering prices, earnings, fundamentals, options, screening, dividends, SEC filings, insider trades, backtesting, crypto, and prediction markets. - Session-Based Memory: Reuses named sessions for follow-up questions on the same topic and creates new sessions when the topic changes, so OBaI retains context across multi-turn research. - Health Checks and Evaluation: Verifies MCP server status with obai status --json and runs evaluation suites to score agent faithfulness and completeness. - Use Case: A user asks "What is AAPL trading at?" then "How does that compare to its 52-week high?" — the agent runs both queries under the same aapl_research session so the second answer builds on the first. ## Quick Start Ask the agent a financial question such as "What is AAPL trading at?" and it will run the OBaI query with a session ID and return the answer.