Central router for OBaI's MCP servers. Trigger this skill whenever the user asks a financial-markets question and the OBaI MCP servers (localhost ports 8001-8010) are available: stock prices, quotes, technicals, fundamentals, valuation, SEC filings, insider trades, earnings, dividends, news catalysts, options chains and Greeks, stock screening, portfolio analysis, ETF holdings, treasury rates, trading-strategy design and backtesting, qualitative company research, Polymarket prediction markets, or Coinbase spot crypto. This skill maps the question to the right OBaI specialist skill and MCP server, then enforces grounding and synthesis rules. Read the matching specialist skill before calling that server's tools.
Real-time and historical stock market data via the OBaI market-data MCP server (http://localhost:8002/mcp). Use for current prices, quotes, OHLCV candles, technical indicators (RSI, SMA, EMA, ADX), market movers, sector snapshots, pre/after-hours quotes, short volume, market hours, and commodity/futures prices (gold, oil, gas). Read before calling any market_data_* tool.
Use the OBaI CLI to answer financial and stock market questions by running `obai query` commands with `--session` for conversation memory. Trigger this skill whenever the user asks about stock prices, earnings, fundamentals, options, market movers, portfolio analysis, portfolio risk, screening, dividends, SEC filings, insider trades, backtesting strategies, commodity or futures prices, company deep dives, competitive positioning, management quality, product sentiment, thematic research, or any financial market question. The agent should autonomously run `obai query "<question>" --json --session <id>`, parse the JSON output, and present the answer — without asking the user to run commands themselves. Always use --session to maintain context across related queries. Also trigger when the user asks to check OBaI server health, run evaluations, or compare stocks.
Autonomous paper trading bot that manages a stock portfolio on Alpaca's paper trading platform. Use this skill when the user asks to: run the daily trading routine, check the portfolio or account status, execute or close trades, evaluate strategy signals, screen stocks, get technical analysis, review trading performance, deploy a new strategy, run portfolio risk analysis, or validate strategy robustness. Trigger on mentions of paper trading, Alpaca, autotrader, buy/sell stocks, portfolio check, market hours, risk limits, strategy signals, or daily routine.
Coinbase spot crypto research via the OBaI crypto MCP server (http://localhost:8010/mcp). Use for Coinbase spot product lookup, crypto OHLCV candles, order books, latest trades and bid/ask, single-product spot strategy backtests, and Coinbase paper-ledger strategy artifacts. Excludes derivatives, DeFi, on-chain analysis, other exchanges, and live order placement. Read before calling any crypto_* tool.
Polymarket prediction-market analysis via the OBaI prediction-markets MCP server (http://localhost:8009/mcp). Use for market discovery, event odds, YES/NO executable pricing and depth, price history, trade flow, holder concentration, trader leaderboards, wallet analysis, trade decision memos, calibration/longshot-bias analysis, rule backtests, edge estimation, and Kelly sizing. Excludes equity strategy backtesting (use obai-strategy). Read before calling any prediction-market tool.
Quantitative equity strategy design and backtesting via the OBaI backtest MCP server (http://localhost:8007/mcp). Use when the user wants to build, test, backtest, optimize, refine, repair, or compare a trading strategy, run walk-forward robustness validation, inspect trade logs, or follow up on a backtest job. Excludes prediction markets (use obai-prediction-markets) and crypto spot (use obai-crypto). Read this file AND reference.md before composing strategy JSON.
Financial news and events via the OBaI events-news MCP server (http://localhost:8003/mcp). Use for company and market news search, news catalysts behind price moves, earnings calendars and surprises, and dividend history/ex-dates. Read before calling any events_news_* tool.