From envoy-ai-gateway-adopters
Orchestrate a complete Envoy AI Gateway setup — interview user and compose aigw-install, aigw-route, aigw-backend, aigw-auth
How this skill is triggered — by the user, by Claude, or both
Slash command
/envoy-ai-gateway-adopters:aigw-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate a full Envoy AI Gateway deployment by asking intake questions and composing the appropriate atomic skills. Use this when the user wants to set up AI Gateway from scratch or add a new provider.
Orchestrate a full Envoy AI Gateway deployment by asking intake questions and composing the appropriate atomic skills. Use this when the user wants to set up AI Gateway from scratch or add a new provider.
Before generating configuration, ask:
Installation
/aigw-install.Provider
Routing
Environment
/aigw-install with user's version/namespace preferences.bufferLimit: 50Mi./aigw-backend with BackendName, Schema, Hostname, Port. (AIServiceBackend must reference Backend, not K8s Service.)/aigw-auth with PolicyType and AIServiceBackendName; create Secret if API key. At most one BackendSecurityPolicy per backend./aigw-route with GatewayName, BackendNames, and optional ModelHeader for each rule.Intake: User wants OpenAI (gpt-4o-mini) and Anthropic (claude-3-5-sonnet) behind one Gateway.
Generated flow:
/aigw-install/aigw-backend BackendName=openai, Schema=OpenAI, Hostname=api.openai.com, Port=443/aigw-auth PolicyType=APIKey, AIServiceBackendName=openai/aigw-backend BackendName=anthropic, Schema=Anthropic, Hostname=api.anthropic.com, Port=443/aigw-auth PolicyType=AnthropicAPIKey, AIServiceBackendName=anthropicnpx claudepluginhub missberg/envoy-skills --plugin envoy-ai-gateway-adoptersConfigures TrueFoundry AI Gateway for unified OpenAI-compatible LLM access, provider account integrations, content safety guardrails, and request observability (traces, costs, errors).
Configures Azure API Management as an AI Gateway to govern AI models, MCP tools, and agents with policies for semantic caching, token limits, content safety, and load balancing.
Deploys and configures Kong or Traefik API gateway for traffic management, authentication, rate limiting, and routing. Use when unifying multiple backend services.