alibabaalibabaOfficialยท12 Agent Skills Included

higress

Deploy and manage an AI-native API gateway for LLM traffic

Deploys and configures the Higress AI Gateway to route requests across multiple LLM providers with unified API keys and auto-routing. Migrates Kubernetes ingress-nginx setups to Higress, builds custom WASM plugins in Go, and monitors agent sessions for token usage and costs. Eliminates manual gateway configuration, slow nginx reloads, and blind spots in AI spending.
npx skills add alibaba/higress --all -g -y
Available:

Tells the AI agent how the Higress repository is structured, how to build and test gateway components and WASM plugins, and what approval gates to follow before making code changes.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-daily-report

Collect yesterday's Higress issues and PRs, track status, and publish reports to Discord.

Official
Intermediate
๐Ÿ“ฆ In Repo
alibabaalibaba

agent-session-monitor

Aggregate Higress access logs into session histories with token-cost analytics.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

nginx-to-higress-migration

Migrate ingress-nginx configurations to Higress while preserving routing, TLS, and security semantics.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-clawdbot-integration

Configure Higress AI Gateway as a model provider for Clawdbot/OpenClaw.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-auto-router

Route user prompts to AI models via trigger-based rules for Higress AI Gateway.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-wasm-go-plugin

Develop Higress WASM plugins in Go with the wasm-go SDK.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

issue-spec-propose

Creates proposal, SPEC, QUESTION, design, and TASK artifacts for issue-spec changes.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-openclaw-integration

Deploy Higress AI Gateway and configure OpenClaw as a unified LLM provider.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

issue-spec-apply

Coordinates issue-spec implementation workflows with delegated workers and managed PROCESS packages.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

higress-update-envoy-gateway

Builds Envoy packages, publishes releases, and updates Higress gateway image dependencies for e2e validation.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

issue-spec-workflow

Coordinates issue-driven planning, implementation, review, and PR handoff via issue-spec CLI.

Official
Advanced
๐Ÿ“ฆ In Repo
alibabaalibaba

issue-spec-github

Inspect GitHub pull requests, CI runs, and repository metadata using the GitHub CLI.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’