higress

Routes Higress tasks to operator CRD or Helm deployment sub-skills.

4|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Aidas-dev/k8s-agent-skills --skill higress-aidas-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: higress
Source: https://github.com/Aidas-dev/k8s-agent-skills/tree/main/skills/higress
Command: npx skills add https://github.com/Aidas-dev/k8s-agent-skills --skill higress-aidas-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Higress covers two distinct workflows — managing operator CRDs like WasmPlugin and McpBridge, and deploying Higress via Helm — and this Skill routes each request to the correct sub-skill so the right instructions load. ## Core Features & Use Cases - Task Routing: Maps user requests to either the higress-operator or higress-helm sub-skill based on intent. - CRD and AI Gateway Coverage: Directs WasmPlugin, Http2Rpc, McpBridge, AI Gateway, and service discovery tasks to the operator sub-skill. - Deployment Coverage: Directs Helm install, upgrade, Gateway API, Redis caching, and monitoring tasks to the helm sub-skill. - Use Case: A user asks to configure an AI Gateway with an OpenAI provider; the router sends them to higress-operator, while a Helm-based deployment request goes to higress-helm. ## Quick Start Ask to deploy a WasmPlugin for AI proxying or to install Higress on Kubernetes with Helm, and the router will load the matching sub-skill.

Frequently Asked Questions about higress

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

FAQPage Schema
How do I deploy Higress on Kubernetes with Helm?▼

Helm-based Higress deployment is handled by the higress-helm sub-skill, which covers installation, upgrades, Gateway API support, Redis for AI caching, and Prometheus monitoring. Load that sub-skill for any deployment or chart configuration task.

How do I configure a WasmPlugin in Higress?▼

WasmPlugin configuration is managed through the higress-operator sub-skill, which covers creating plugins for AI proxying, rate limiting, and OIDC/OAuth authentication. It also handles Http2Rpc and McpBridge CRDs.

What is McpBridge used for in Higress?▼

McpBridge is a Higress CRD for service discovery integration, such as connecting to Nacos or ZooKeeper registries. Tasks involving McpBridge are routed to the higress-operator sub-skill.

Does Higress support AI Gateway use cases?▼

Yes, Higress supports AI Gateway scenarios including configuring providers like OpenAI through Wasm plugins. These tasks fall under the higress-operator sub-skill, while enabling the Wasm plugin server itself is a higress-helm task.

When should I use higress-operator versus higress-helm?▼

Use higress-operator for CRD management, Wasm plugins, AI Gateway, and service discovery configuration. Use higress-helm for deploying, upgrading, and configuring the Higress installation itself via Helm charts.