用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/crimsonblazezero/Zero-Tools --skill ai-routing-gateways命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
领星 ERP 数据拉取、周报/月报汇总、运营周会 Excel 表格自动填报并交王祎审核确认后自动提交运营周复盘日志(附件以钉盘链接贴正文)、六组周会纪要自动生成与推送工作流。
Use when generating, pulling, auditing, filling, or rolling monthly business review reports (月度运营复盘/月报/主管月复盘/当月销售分析) for LingXing ERP and Nanjing Europe Group (南京欧洲组KS) Amazon stores.
Use when the user wants to pull Amazon sales/ad profit data from LingXing ERP (跨境电商ERP), build a weekly/monthly business dashboard (经营周报/月报/数据看板/排名环比/父ASIN), or send the report to a DingTalk group (钉钉群). Triggers: "拉上周数据/拉上个月数据", "父ASIN销售广告利润", "经营周报看板", "BSR排名环比", "发送到钉钉/欧洲群", "lingxing周报", "lingxing看板", "月报/月度复盘/全年完成表/退款率/退货率/仓储费/库销比". Pulls order-profit reports at parent-ASIN granularity, cross-validates ads spend, enriches Chinese product names, optionally fetches BSR rank trends, builds a self-contained Chart.js HTML dashboard (monthly variant adds fee-structure/rating/refund-rate/annual-target columns), and sends it to a specified DingTalk group via the dws CLI.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ai-routing-gateways |
| description | AI路由网关对比与选型指南。当用户需要配置备用token方案、降低成本、避免rate limit时使用。涵盖OmniRoute、9Router、LiteLLM等主流方案对比。 |
当用户遇到以下场景时触发:
| 方案 | Stars | 提供商数 | 免费数 | Token压缩 | MCP支持 | Hermes支持 | 推荐度 |
|---|---|---|---|---|---|---|---|
| OmniRoute | 36.7k | 290+ | 90+ | 15-95% | ✅ 104工具 | ✅ 官方 | ⭐⭐⭐⭐⭐ |
| 9Router | 24.3k | 40+ | 少量 | 20-40% | ❌ | ❌ | ⭐⭐⭐ |
| LiteLLM | 15k+ | 100+ | 视配置 | 无 | ❌ | ❌ | ⭐⭐⭐ |
| OpenRouter | 商业 | 100+ | 无 | 无 | ❌ | ❌ | ⭐⭐ |
# 安装
npm install -g omniroute
# 启动(零配置,免费提供商预配置)
omniroute
# 配置 Hermes Agent
# Endpoint: http://localhost:20128/v1
# Model: auto
在 ~/.hermes/config.yaml 中添加:
model:
custom:
- name: omniroute
base_url: http://localhost:20128/v1
api_key: [从dashboard复制]
或会话内切换:
/model custom:omniroute
需要备用token方案?
├── 是,需要Hermes深度集成 → OmniRoute
├── 是,只需要简单降级 → 9Router
├── 是,已有API key → LiteLLM
└── 否,想省钱 → 查看免费提供商列表
| 场景 | 推荐方案 | 理由 |
|---|---|---|
| Hermes token超限 | OmniRoute | 官方支持,零配置 |
| 多工具并行开发 | OmniRoute | 19路由策略,104MCP工具 |
| 简单备用 | 9Router | 更轻量,配置简单 |
| 已有付费订阅 | LiteLLM | 管理多key,成本透明 |
| 不想自建 | OpenRouter | 现成服务,但收费 |