higress-gateway-management

Manage Higress AI Gateway consumers, routes, and LLM providers via Console API.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/alibaba/hiclaw --skill higress-gateway-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: higress-gateway-management
Source: https://github.com/alibaba/hiclaw/tree/main/manager/agent/skills-alpha/higress-gateway-management
Command: npx skills add https://github.com/alibaba/hiclaw --skill higress-gateway-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for the management of the Higress AI Gateway, enabling users to configure consumers, routes, and AI providers through its Console API.

Core Features & Use Cases

  • Consumer Management: Create, update, and delete consumers for API access control.
  • AI Route Management: Define and manage internal AI routes for LLM provider routing, including model-level predicates and authentication.
  • LLM Provider Configuration: Add, update, and manage various LLM providers and their API keys.
  • Use Case: You need to add a new AI model provider to your Higress gateway and ensure that requests for that specific model are routed correctly while also granting access to a specific worker.

Quick Start

Use the higress-gateway-management skill to create a new consumer named 'worker-alice' with a key-auth credential.

Frequently Asked Questions about higress-gateway-management

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

FAQPage Schema
How do I configure AI routes for LLM providers in Higress AI Gateway?

You can configure AI routes in the Higress AI Gateway by interacting with its Console API to define model-level predicates and authentication for routing requests to specific LLM providers.

What is the best way to manage consumers for API access control in Higress?

Consumer management in Higress involves using the Console API to create, update, and delete consumers, enabling controlled API access for specific workers through credentials like key-auth.

How can I add a new LLM provider and its API keys to Higress?

You can add and manage LLM providers and their API keys in Higress by utilizing the gateway's Console API to ensure requests for specific models are routed correctly.

Does Higress gateway management require session cookie authentication?

Yes, managing the Higress AI Gateway requires session cookie authentication and environment variables to securely access and modify gateway settings via the Console API.

Can I route requests to a specific AI model based on predicates in Higress?

Yes, Higress AI Gateway supports defining internal AI routes with model-level predicates, ensuring requests are directed to the correct LLM provider based on the requested model.