Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @mpelissari Updated 7/18/2026 1,816 downloads 0 stars Security: Pass

Dynamic Model Selector OpenClaw Plugin & Skill | ClawHub

Looking to integrate Dynamic Model Selector into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Dynamically 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.

Install

ClawHub CLI
openclaw skills install @mpelissari/dynamic-model-selector
Node.js (npx)
npx clawhub@latest install dynamic-model-selector

Full SKILL.md

Open original
Metadata table.
namedescription
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.

SKILL.md content below is scrollable.

Dynamic Model Selector

Overview

This skill analyzes user queries to recommend the optimal AI model from available GitHub Copilot options, balancing performance, cost, and task requirements.

How to Use

  1. Provide the user query or task description.
  2. Run the classification script to analyze complexity.
  3. Choose the suggested model or adjust based on preferences.

Classification Criteria

  • Simple tasks (short responses, basic chat): Use faster, free models like grok-code-fast-1.
  • Complex reasoning (analysis, multi-step): Use advanced models like gpt-4o or claude-3.5-sonnet.
  • Code generation: Prefer code-optimized models.
  • Cost sensitivity: Favor free models when possible.

Example Usage

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.

Resources

scripts/

  • classify_task.py: Analyzes the query and outputs model recommendation.

references/

  • models.md: Detailed list of available models, pros/cons, costs.
ClawHub Registry URL: https://clawhub.ai/mpelissari/skills/dynamic-model-selector

Related skills

If this matches your use case, these are close alternatives in the same category.