sixteen.dev
Official@sixteen-dev · United States of America
sixteen.dev builds OBaI, a financial-markets analysis suite spanning equities, options, crypto, prediction markets, portfolio risk, and strategy backtesting via local MCP servers.
Agent Skills by sixteen.dev
Showing 21 vetted skills indexed across 1 GitHub repositories.
obai-e2e-regression
Runs cost-aware black-box regression tests against the OBaI multi-agent platform.
obai-model-benchmark
Benchmarks hub model and reasoning-effort combos by running the paid E2E regression gate per combo and ranking quality, cost, and latency.
autotrader
Automates paper trading on Alpaca using strategy signals and AI-driven market analysis.
obai-research
Synthesizes qualitative investment research from web sources via the OBaI research MCP server.
obai-crypto
Researches Coinbase spot markets and backtests crypto strategies via the OBaI crypto MCP server.
obai-screening
Screens stocks and resolves tickers via the OBaI screening MCP server.
obai-options
Retrieves options chains, Greeks, and IV data and computes Black-Scholes pricing and multi-leg risk profiles.
obai-portfolio
Analyzes portfolio exposure, risk metrics, and allocation via the OBaI portfolio MCP server.
obai-prediction-markets
Analyze Polymarket prediction markets and produce trade decision memos via MCP tools.
obai-hub
Routes financial-market questions to OBaI MCP servers and synthesizes grounded answers.
obai
Answers financial market questions by executing OBaI CLI queries with session-based conversation memory.
obai-fundamentals
Retrieves financial statements, valuation ratios, analyst estimates, and SEC filings via the OBaI fundamentals MCP server.
obai-strategy
Designs and backtests quantitative equity trading strategies via the OBaI backtest MCP server.
obai-market-data
Retrieve real-time and historical stock quotes, OHLCV candles, and technical indicators via the OBaI market-data MCP server.
obai-events-news
Retrieves financial news, earnings calendars, and dividend history via the OBaI events-news MCP server.
obai-stock-synthesis
Synthesizes specialist agent outputs into structured stock and portfolio analysis answers.
obai-research-routing
Routes broad investment research requests to the research_analysis specialist alongside domain data specialists.
obai-strategy-routing
Routes trading strategy and backtest requests to the strategy_analysis specialist agent.
obai-crypto-routing
Routes Coinbase spot crypto queries to the crypto_analysis specialist with handoff and output rules.
obai-grounding-and-cache
Governs when the Hub uses session cache versus calling specialists for live financial data.
obai-prediction-market-routing
Routes prediction-market queries to the prediction_market_analysis specialist with preserved routing keys.
Frequently Asked Questions About sixteen.dev
FAQPage SchemaWhat tasks can I accomplish with sixteen.dev's OBaI skills?▼
You can query stock prices, fundamentals, SEC filings, insider trades, earnings, dividends, and news; analyze options chains and Greeks; screen stocks; compute portfolio risk metrics like VaR, Sharpe, and drawdown; backtest equity and Coinbase spot crypto strategies; research Polymarket prediction markets; and run autonomous Alpaca paper trading.
Who are the OBaI skills designed for?▼
They target quantitative traders, investment analysts, and portfolio managers who need source-grounded market data, strategy backtesting, and risk analytics. The obai-hub router maps financial questions to the correct specialist server, while regression and benchmark skills serve engineers maintaining the OBaI orchestrator itself.
How do the OBaI skills run in practice?▼
Skills connect to local OBaI MCP servers on localhost ports 8001-8010, each covering a domain such as fundamentals, market data, options, or crypto. Alternatively, the obai skill runs `obai query "<question>" --json --session <id>` commands, parsing JSON output while preserving conversational context across related queries.
What are the cost considerations when using OBaI skills?▼
Core data and analysis skills query local MCP servers, but the E2E regression gate and model benchmark consume billable model requests. The benchmark runs one full paid gate per model combo, so both are gated behind explicit user requests and default to the deduplicated core tier to control spend.
What prerequisites and dependencies do the OBaI skills require?▼
You need the OBaI MCP servers running locally on ports 8001-8010, plus the OBaI CLI for query-based usage. Paper trading requires an Alpaca paper account, crypto features use Coinbase spot data, prediction markets use Polymarket, and qualitative research relies on Exa semantic web search.