An intelligent routing tool that selects the most efficient AI model for any given task within GitHub Copilot environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dynamic-model-selector
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dynamic-model-selector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dynamic Model Selector is a high-performance utility designed to streamline how developers interact with multiple AI models. By analyzing the complexity and nature of a user query, this skill automatically identifies whether a task requires high-reasoning capabilities or can be handled by a faster, cost-effective alternative. This ensures that you get the best results without over-provisioning resources or incurring unnecessary costs.
As part of the broader Openclaw Skills ecosystem, this tool integrates seamlessly into GitHub Copilot workflows. It serves as a decision-making layer that helps maintain high productivity by matching the right tool to the right job, from simple code snippets to complex architectural analysis.
Clone the repository and ensure your environment is configured for GitHub Copilot access. You can initialize the model classification engine using the following command:
# Navigate to the skill directory
cd skills/dynamic-model-selector
# Run the classifier script test
python3 scripts/classify_task.py --query "Explain quantum computing"
Review the references/models.md file to verify which models are enabled for your specific account tier.
The skill organizes its logic through dedicated scripts and markdown reference tables to ensure transparency in the decision-making process.
| Component | File Path | Description |
|---|---|---|
| Classifier Logic | scripts/classify_task.py |
Python script that parses user input and assigns a complexity score. |
| Model Catalog | references/models.md |
A markdown table listing supported models, their strengths, and pricing tiers. |
| Skill Metadata | SKILL.md |
Core documentation defining the skill purpose and usage instructions. |
Loading
A framework for defining and enforcing custom behavioral guidelines and architectural constraints for AI coding agents.

A professional styling utility that applies Anthropic's official brand identity, including specific color palettes and typography, to generated artifacts.

Transform conceptual prompts into interactive, gallery-quality generative art using p5.js and computational philosophy.

A specialized tool for converting WeChat Work developer documentation into clean, Obsidian-ready Markdown files using automated API fetching.

An automated tool to reconstruct and synchronize AI agent memory files by analyzing session logs and providing narrative summaries.

A CLI-driven integration for Picnic supermarket that enables AI agents to search products, manage carts, and schedule grocery deliveries.








































