guide-provider

Configure Protocol Proxy providers and rotate API keys on 429 rate limits.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/liaoxinjie666/protocol-proxy --skill guide-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide-provider
Source: https://github.com/liaoxinjie666/protocol-proxy/tree/main/skills/system/guide-provider
Command: npx skills add https://github.com/liaoxinjie666/protocol-proxy --skill guide-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you configure and operate provider connections for Protocol Proxy so your OpenAI/Anthropic/Gemini-compatible requests can reliably reach the right API endpoints with the correct models and API keys.

Core Features & Use Cases

  • Provider setup & model routing: Define provider protocol, API base URL, and a selectable model list for routing and default model injection.
  • API key management & rotation: Add multiple keys, enable/disable keys, and automatically rotate keys when rate limits (429) occur with recovery behavior.
  • Adapter and capability configuration: Select built-in adapters for domestic models and set capability tags like tools/vision/json to match downstream use cases.
  • Practical use cases: First-time setup for a new vendor, onboarding domestic providers with appropriate adapters, and stabilizing production traffic by rotating across key pools.

Quick Start

Add a new provider in 供应商管理 with the correct API 地址 and at least one valid API key, then create a proxy in 代理管理 that selects this provider and assigns a port.

Frequently Asked Questions about guide-provider

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure API key rotation to handle 429 rate limiting?

To handle 429 rate limiting, configure API key rotation by adding multiple keys to your provider. The system automatically rotates to the next key upon hitting a rate limit and applies recovery behavior when limits reset.

What is provider management for model routing in a proxy setup?

Provider management for model routing defines a provider's protocol, API base URL, and selectable model list. This ensures proxy requests reach correct API endpoints and injects the right default model for downstream use cases.

How do I onboard domestic model adapters for protocol conversion?

Onboard domestic model adapters by selecting built-in adapters during provider configuration. Set capability tags like tools, vision, or json to match the protocol conversion requirements of your downstream use cases.

Does this provider setup work with OpenAI, Anthropic, and Gemini APIs?

Yes, provider setup works with OpenAI, Anthropic, and Gemini APIs. You define the specific provider protocol and API base URL, ensuring compatible requests reliably route to the correct vendor endpoints.

How do I add a new provider and assign a proxy port step by step?

Add a new provider in provider management with the correct API address and at least one valid API key. Then, create a proxy in proxy management that selects this provider and assigns a specific port.

Why does model auto-fetching fail during provider configuration?

Model auto-fetching fails when the API address is incorrect or the provided API key lacks permissions. Ensure correct address and model validation expectations are met, and verify key status and weighting rules.