Toolverse
All skills

higress-auto-router

by alibaba

Configure automatic model routing using the get-ai-gateway.sh CLI tool for Higress AI Gateway. Use when: (1) User wants to configure automatic model routing, (2) User mentions 'route to', 'switch model', 'use model when', 'auto routing', (3) User describes scenarios that should

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
alibaba
Category
Mobile
Views
1

About this skill

Configure automatic model routing using the get-ai-gateway.sh CLI tool for Higress AI Gateway. Use when: (1) User wants to configure automatic model routing, (2) User mentions 'route to', 'switch model', 'use model when', 'auto routing', (3) User describes scenarios that should trigger specific models, (4) User wants to add, list, or remove routing rules.

How to use

  1. Upewnij się, że masz uruchomioną bramkę Higress AI Gateway w kontenerze o nazwie higress-ai-gateway oraz pobrany skrypt get-ai-gateway.sh w swoim katalogu roboczym. 2. Aby dodać regułę routingu, użyj polecenia route add z flagą --model (nazwa modelu docelowego) i --trigger (fraza lub frazy oddzielone znakiem |, które mają wyzwolić wybór tego modelu). Na przykład: ./get-ai-gateway.sh route add --model claude-opus-4.5 --trigger "deep thinking|złożona analiza" spowoduje, że zapytania zawierające te frazy będą kierowane do Claude'a. 3. Alternatywnie możesz użyć flagi --pattern z wyrażeniem regularnym, jeśli potrzebujesz bardziej zaawansowanego warunku — na przykład ./get-ai-gateway.sh route add --model deepseek-chat --pattern "(?i)^(math:|matematyka:)" będzie szukać fraz na początku wiadomości. 4. Aby zobaczyć wszystkie aktualnie skonfigurowane reguły, wykonaj ./get-ai-gateway.sh route list — zobaczysz listę z ID, wzorcami i przypisanymi modelami. 5. Jeśli chcesz usunąć regułę, użyj route remove z ID reguły (możesz znaleźć ID w wynikach polecenia list). 6. Po dodaniu reguł system automatycznie będzie kierować przychodzące zapytania do właściwych modeli bez konieczności ręcznej interwencji.

Related skills

react-native-design

by wshobson

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

Mobile
1964

kotlin-multiplatform

by vitorpamplona

Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,\nsource set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets\n(Android, JVM/Desktop, iOS) with web/wasm future

Mobile
15105

godot

by bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI

Mobile
547680

automating-mobile-app-testing

by jeremylongshore

This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user

Mobile
17142

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091