Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting
---
name: quant-orchestrator
description: Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting
metadata:
clawdbot:
emoji: "๐"
homepage: "https://clawhub.com/quant-orchestrator"
os: ["darwin", "linux", "win32"]
requires:
bins: ["python", "pip"]
env: []
install:
- type: "script"
run: "pip install lightgbm pandas numpy requests"
description: "Install dependencies"
---
# Quant Orchestrator Skill
## ๐ Description
Multi-Agent AI Quant System for automated strategy research and backtesting.
## ๐ฐ Pricing
- **1 USDC per call**
- 1 USDT = 1000 tokens
- Min deposit: 8 USDT
- Platform fee: 5%
## ๐ Features
- **AI Factor Mining** - Generate trading factors automatically
- **AI Strategy Generation** - Create strategies from factors
- **Automated Backtesting** - One-click backtest with metrics
- **Strategy Evaluation** - Sharpe, MaxDrawdown, WinRate, IC, IR
## Architecture
```
Agentic Quant Platform
โโโ DataAgent (market data)
โโโ FactorAgent (AI factor mining)
โโโ StrategyAgent (AI strategy generation)
โโโ BacktestAgent (automated backtesting)
โโโ EvaluationAgent (strategy evaluation)
```
## Usage
```python
from skill_with_billing import QuantOrchestrator
# Run with user billing
orchestrator = QuantOrchestrator()
result = orchestrator.run_pipeline(
task="็ ็ฉถBTCๅจ้็ญ็ฅ",
user_id="USER_ID"
)
```
## Output
- Sharpe Ratio
- Max Drawdown
- Win Rate
- IC (Information Coefficient)
- IR (Information Ratio)
- Strategy code
- Backtest results
## Quick Start
```bash
# Install dependencies
pip install lightgbm pandas numpy requests
# Run basic pipeline
python skill.py "็ ็ฉถBTCๅจ้็ญ็ฅ"
# Run with billing
python skill_with_billing.py "็ ็ฉถBTC็ญ็ฅ" user123
```
## Files
- `skill.py` - Basic skill
- `skill_with_billing.py` - Skill with payment
- `billing.py` - Payment SDK
- `btc_predictor_optimized.py` - BTC prediction
don't have the plugin yet? install it then click "run inline in claude" again.