Install
openclaw skills install quant-orchestratorMulti-Agent AI Quant System with multi-coin prediction, strategy templates, and automated backtesting
openclaw skills install quant-orchestrator多Agent量化系统,支持多币种预测和策略模板
from skill_v2 import MultiCoinPredictor, get_strategy_templates
# Get predictions for all coins
predictor = MultiCoinPredictor()
results = predictor.run_all(model_paths)
# Get strategy templates
templates = get_strategy_templates()