Install
openclaw skills install dynamic-model-selectorDynamically select the best AI model for a task based on complexity, cost, and availability in GitHub Copilot. Use when deciding between free/paid models, or when you want automatic model routing based on query analysis.
openclaw skills install dynamic-model-selectorThis skill analyzes user queries to recommend the optimal AI model from available GitHub Copilot options, balancing performance, cost, and task requirements.
For a query like "Explain quantum computing": Classify as medium complexity -> Recommend gpt-4o.
For "Write a Python function to sort a list": Classify as code task -> Recommend grok-code-fast-1.
classify_task.py: Analyzes the query and outputs model recommendation.models.md: Detailed list of available models, pros/cons, costs.