higress-gateway-management
Installation
SKILL.md
Higress AI Gateway Management
Overview
This skill allows you to manage the Higress AI Gateway via its Console API. The Console API runs at http://127.0.0.1:8001 and uses Session Cookie authentication (NOT Basic Auth).
Environment Variables
These environment variables are pre-configured in the Manager container. Access them directly in bash:
# Core configuration (set by hiclaw-install.sh)
HICLAW_ADMIN_USER # Admin username for Higress Console
HICLAW_ADMIN_PASSWORD # Admin password for Higress Console
HICLAW_AI_GATEWAY_DOMAIN # AI Gateway domain (e.g., aigw-local.hiclaw.io)
HIGRESS_COOKIE_FILE # Path to session cookie file
No need to set defaults - these are always available in the container environment.