sixteen.dev avatar

sixteen.dev

Official

@sixteen-dev · United States of America

0Followers
|
8Public Repos
|
21Published Skills

sixteen.dev builds OBaI, a financial-markets analysis suite spanning equities, options, crypto, prediction markets, portfolio risk, and strategy backtesting via local MCP servers.

Skills Distribution
DomainBusiness, Fi...Equity & Market Da.. (30%)Quantitative Strat.. (25%)Portfolio & Risk A.. (20%)Prediction Markets.. (15%)

Agent Skills by sixteen.dev

Showing 21 vetted skills indexed across 1 GitHub repositories.

sixteen-devsixteen-dev
11

obai-e2e-regression

Runs cost-aware black-box regression tests against the OBaI multi-agent platform.

Official
Advanced
sixteen-devsixteen-dev
11

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.

Official
Advanced
sixteen-devsixteen-dev
11

autotrader

Automates paper trading on Alpaca using strategy signals and AI-driven market analysis.

Official
Advanced
sixteen-devsixteen-dev
11

obai-research

Synthesizes qualitative investment research from web sources via the OBaI research MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-crypto

Researches Coinbase spot markets and backtests crypto strategies via the OBaI crypto MCP server.

Official
Advanced
sixteen-devsixteen-dev
11

obai-screening

Screens stocks and resolves tickers via the OBaI screening MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-options

Retrieves options chains, Greeks, and IV data and computes Black-Scholes pricing and multi-leg risk profiles.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-portfolio

Analyzes portfolio exposure, risk metrics, and allocation via the OBaI portfolio MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-prediction-markets

Analyze Polymarket prediction markets and produce trade decision memos via MCP tools.

Official
Advanced
sixteen-devsixteen-dev
11

obai-hub

Routes financial-market questions to OBaI MCP servers and synthesizes grounded answers.

Official
Advanced
sixteen-devsixteen-dev
11

obai

Answers financial market questions by executing OBaI CLI queries with session-based conversation memory.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-fundamentals

Retrieves financial statements, valuation ratios, analyst estimates, and SEC filings via the OBaI fundamentals MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-strategy

Designs and backtests quantitative equity trading strategies via the OBaI backtest MCP server.

Official
Advanced
sixteen-devsixteen-dev
11

obai-market-data

Retrieve real-time and historical stock quotes, OHLCV candles, and technical indicators via the OBaI market-data MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-events-news

Retrieves financial news, earnings calendars, and dividend history via the OBaI events-news MCP server.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-stock-synthesis

Synthesizes specialist agent outputs into structured stock and portfolio analysis answers.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-research-routing

Routes broad investment research requests to the research_analysis specialist alongside domain data specialists.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-strategy-routing

Routes trading strategy and backtest requests to the strategy_analysis specialist agent.

Official
Advanced
sixteen-devsixteen-dev
11

obai-crypto-routing

Routes Coinbase spot crypto queries to the crypto_analysis specialist with handoff and output rules.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-grounding-and-cache

Governs when the Hub uses session cache versus calling specialists for live financial data.

Official
Intermediate
sixteen-devsixteen-dev
11

obai-prediction-market-routing

Routes prediction-market queries to the prediction_market_analysis specialist with preserved routing keys.

Official
Intermediate

Frequently Asked Questions About sixteen.dev

FAQPage Schema
What 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.