Install
openclaw skills install ai-model-teamClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
AI Model Team - Multi-model prediction system (Kronos + Chronos-2 + TimesFM + VADER) for OKX crypto and US stocks. Features error handling, retry logic, HTTP caching, unit tests, and correct data source routing (OKX for crypto, Yahoo Finance for stocks).
openclaw skills install ai-model-teamMulti-model collaborative prediction system: Kronos + Chronos-2 + TimesFM + VADER FinBERT
| Type | Examples | Data Source |
|---|---|---|
| Crypto | BTC, ETH, SOL | OKX API |
| US Stocks | NVDA, AAPL, MSFT | Yahoo Finance |
# 4-model analysis
python scripts/model_team.py BTC-USDT-SWAP --models kronos,chronos-2,timesfm,finbert
# Run tests
python -m pytest tests/ -v