OpenClaw Router Skill
通用智能路由系统 - 自动选择最佳模型,节省 60% 成本
🚀 快速开始
安装
# 通过 ClawHub 安装
clawhub install openclaw-router
配置
安装后自动运行配置向导,或手动运行:
openclaw router config --init
启用
openclaw router enable
✨ 功能特性
🎯 智能模型选择
- ✅ 5 维度自评(知识/推理/上下文/质量/工具)
- ✅ 任务类型识别(代码/创意/分析/战略/学习/日常)
- ✅ 用户偏好学习
- ✅ 成本预算管理
💰 成本优化
- ✅ 本地模型优先(免费)
- ✅ 边界情况验证(L2)
- ✅ 复杂任务专家(L3)
- ✅ 预计节省 60% 成本
🌍 全场景支持
- ✅ 纯本地部署
- ✅ 纯云端部署
- ✅ 混合部署
- ✅ 多云端部署
- ✅ 企业私有化
📊 透明追踪
- ✅ Token 用量显示
- ✅ 成本实时追踪
- ✅ 套餐剩余监控
- ✅ 预算告警
📋 支持的模型
本地模型(Ollama)
| 模型 | 适用场景 | 成本 |
|---|---|---|
| qwen2.5:7b | 简单问答 | ¥0 |
| qwen2.5:14b | 日常开发 | ¥0 |
| qwen2.5:72b | 复杂任务 | ¥0 |
云端模型
| 提供商 | 模型 | 适用场景 | 成本/1k tokens |
|---|---|---|---|
| 阿里云 | qwen3.5-plus | 日常主力 | ¥0.002 |
| 阿里云 | qwen3-max | 复杂推理 | ¥0.04 |
| 阿里云 | kimi-k2.5 | 长文本 | ¥0.04 |
| OpenAI | gpt-4 | 创意/英文 | ¥0.03 |
| Anthropic | claude-3 | 安全敏感 | ¥0.03 |
⚙️ 配置说明
配置文件位置
~/.openclaw/router_config.yaml
配置示例
version: "1.0.0"
models:
primary:
id: "qwen2.5:14b-32k"
location: "local"
verifier:
id: "dashscope/qwen3.5-plus"
location: "cloud"
expert:
id: "dashscope/qwen3-max"
location: "cloud"
thresholds:
mode: "balanced"
auto_pass: 3.5
verify_min: 3.0
verify_max: 3.5
escalate_below: 3.0
budget:
monthly: 200
currency: "CNY"
alert_at: [50, 80, 95]
💰 定价
免费版
- ✅ 基础路由
- ✅ Token 追踪
- ✅ 每月 1000 次请求
付费版(¥29/月)
- ✅ 无限请求
- ✅ 用户偏好学习
- ✅ 预算管理
- ✅ 时段优化
- ✅ 优先支持
企业版(¥199/月)
- ✅ 所有付费功能
- ✅ 多用户管理
- ✅ 自定义模型池
- ✅ API 访问
- ✅ SLA 保障
📖 文档
🤝 贡献
欢迎贡献代码!
git fork https://github.com/pepsiboy87/openclaw-router
git clone git@github.com:your-username/openclaw-router.git
git checkout -b feature/your-feature
git commit -m "Add your feature"
git push origin feature/your-feature
📄 许可证
MIT License
📞 支持
- 文档: https://github.com/pepsiboy87/openclaw-router
- Issue: https://github.com/pepsiboy87/openclaw-router/issues
- 邮箱: pepsiboy87@example.com
让每个 AI 助手都拥有智能路由能力!