Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like "add new model descriptions", "update models from router", "sync models", or when explicitly invoking /add-model-descriptions.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -35% | 0% |
Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml.
WebFetch https://router.huggingface.co/v1/models
Extract all model IDs from the response.
chart/env/prod.yamlMODELS JSON array in envVarsCompare router models with prod.yaml. Missing = in router but not in prod.yaml.
For each missing model, search the web for its specifications:
Match existing style:
Examples:
"Flagship GLM MoE for coding, reasoning, and agentic tool use.""MoE agent model with multilingual coding and fast outputs.""Vision-language Qwen for documents, GUI agents, and visual reasoning.""Mobile agent for multilingual Android device automation."Add new models at the TOP of the MODELS array in:
chart/env/prod.yamlchart/env/dev.yamlFormat:
json { "id": "org/model-name", "description": "Description here." }
git add chart/env/prod.yaml chart/env/dev.yaml git commit -m "feat: add descriptions for N new models from router"
Other measured skills in the registry, with their headline benchmark lift.