What problem does it solve?
This Skill helps you correctly create, configure, start, and troubleshoot proxy agents so your requests route to the right provider and protocol conversion works as expected.
Core Features & Use Cases
- 代理创建与配置指导: Covers proxy basics like name, listening port, and authentication requirements (Bearer Token).
- 路由策略与多供应商调度: Explains strategies such as primary fallback, round robin, weighted random, and fastest priority, including providerPool usage.
- 协议自动转换与请求用法: Shows how OpenAI/Anthropic/Gemini request formats are converted and provides example curl usage for testing locally or with tokens.
- 启动停止与状态诊断: Describes how to start/stop single or batch agents and what “异常/启动失败” typically means, including practical checks like port conflicts.
Quick Start
Ask the AI: “How do I create a proxy agent on port 8080 with Bearer Token auth, choose a routing strategy, and confirm protocol conversion works with a curl request to /v1/chat/completions?”