higress
Deploy and manage an AI-native API gateway for LLM traffic
All Skills in This Repository (12)
Pure Emerald Level Indicatorshigress-daily-report
Collect yesterday's Higress issues and PRs, track status, and publish reports to Discord.
agent-session-monitor
Aggregate Higress access logs into session histories with token-cost analytics.
nginx-to-higress-migration
Migrate ingress-nginx configurations to Higress while preserving routing, TLS, and security semantics.
higress-clawdbot-integration
Configure Higress AI Gateway as a model provider for Clawdbot/OpenClaw.
higress-auto-router
Route user prompts to AI models via trigger-based rules for Higress AI Gateway.
higress-wasm-go-plugin
Develop Higress WASM plugins in Go with the wasm-go SDK.
issue-spec-propose
Creates proposal, SPEC, QUESTION, design, and TASK artifacts for issue-spec changes.
higress-openclaw-integration
Deploy Higress AI Gateway and configure OpenClaw as a unified LLM provider.
issue-spec-apply
Coordinates issue-spec implementation workflows with delegated workers and managed PROCESS packages.
higress-update-envoy-gateway
Builds Envoy packages, publishes releases, and updates Higress gateway image dependencies for e2e validation.
issue-spec-workflow
Coordinates issue-driven planning, implementation, review, and PR handoff via issue-spec CLI.
issue-spec-github
Inspect GitHub pull requests, CI runs, and repository metadata using the GitHub CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Higress skills?โผ
Run `npx skills add alibaba/higress --all -g -y` in your terminal to install all skills in this suite globally.
What is Higress AI Gateway?โผ
Higress is a cloud-native API gateway built on Istio and Envoy that routes traffic to all major LLM providers through one unified API, with token rate limiting, caching, and observability built in.
How to migrate from ingress-nginx to Higress?โผ
The nginx-to-higress-migration skill analyzes your existing Ingress resources, installs Higress in parallel with nginx, and generates test scripts so you can verify every route before switching traffic.
Can I build custom Higress plugins with AI?โผ
Yes. The higress-wasm-go-plugin skill guides your AI agent to write, compile, and deploy Go-based WASM plugins for custom request processing, authentication, or external service calls.
How to track LLM token usage and costs?โผ
The agent-session-monitor skill parses Higress access logs, groups conversations by session, and shows token consumption and costs through a web dashboard.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core