Model Discovery Skill Fetch the most recent model names from AI providers using their APIs. Includes tier classification (fast/default/heavy) for routing decisions and automatic detection of new models. Variables | Variable | Default | Description | |----------|---------|-------------| | CACHE TTL HOURS | 24 | How long to cache model lists before refreshing | | ENABLED ANTHROPIC | true | Fetch Claude models from Anthropic API | | ENABLED OPENAI | true | Fetch GPT models from OpenAI API | | ENABLED GEMINI | true | Fetch Gemini models from Google API | | ENABLED OLLAMA | true | Fetch local mode…