What problem does it solve?
This Skill helps you configure and maintain the Higress AI Gateway by managing consumers, AI routing rules, LLM providers, and MCP server access from the Higress Console API—without manual console clicking.
Core Features & Use Cases
- Consumer management: list, create, update (credential key rotation via GET-modify-PUT), and delete consumers.
- AI route management: list, get, create, update, and delete AI routes using the correct
/v1/ai/routes endpoints, including modelPredicates for provider/model selection.
- LLM provider configuration: list and create AI providers, then update them (including token rotation) using version-aware PUT.
- MCP server access integration: delegates full MCP server lifecycle and consumer/tool access to the separate
mcp-server-management skill.
- Auth and operational safety: uses session-cookie authentication and emphasizes version-field requirements for routes/providers.
Quick Start
Ask the AI to create a new AI route named deepseek-route that routes / requests for your ${HICLAW_AI_GATEWAY_DOMAIN models starting with deepseek and allows the manager consumer to access it.