local-config-model-recommender

Intelligently recommends optimal AI models based on task requirements. Dynamically reads the user's OpenCLAW configuration and provides context-aware model suggestions. Supports all major global and domestic models including OpenAI, Claude, Gemini, DeepSeek, Kimi, Zhipu GLM, Qwen, and MiniMax.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "local-config-model-recommender" with this command: npx skills add garygou1024/local-config-model-recommender

Model Recommender

An intelligent model selection assistant that dynamically analyzes your OpenCLAW configuration and recommends the most suitable AI model for your specific task.

Overview

This skill reads your local OpenCLAW configuration to determine available models, then applies keyword-based capability matching to provide intelligent recommendations based on the task at hand.

Supported Models

Global Providers

ProviderModels
OpenAIgpt-5-pro, gpt-4o, gpt-4o-mini, o3, o1
Anthropic Claudeclaude-opus-4.6, claude-sonnet-4.6, claude-haiku-4.5
Google Geminigemini-3.1-pro, gemini-3.1-flash, gemini-2.5-flash
Mistralmistral-large, mistral-small
xAIgrok-4.20-beta, grok-4-fast

Domestic (China) Providers

ProviderModels
Alibaba Qwenqwen3-max, qwen3-vl, qwen3.5-plus, qwen3-coder-plus
MiniMaxminimax-m2.5, minimax-m2.1
DeepSeekdeepseek-v3.2, deepseek-chat, deepseek-coder
Moonshot (Kimi)kimi-k2.5, kimi-k2
Zhipu GLMglm-5, glm-4.7-flash, glm-4.6v
Baidu ERNIEernie-4.5-thinking, ernie-4.5-vl
ByteDance Seedseed-2.0-lite, seed-2.0-mini

Capability Mapping

The skill uses keyword-based pattern matching to infer model capabilities:

KeywordCapabilityPrimary Use Case
vl, vision, image, 4v, 4oVision/MultimodalImage analysis, OCR, chart interpretation
code, coder, codexCode GenerationProgramming, debugging, refactoring
o1, o3, o4, reasoning, thinkingAdvanced ReasoningMathematical reasoning, complex logic
max, pro, premium, large, opusPremium/Tier-1High-quality output, complex tasks
mini, small, lite, flash, haiku, nanoLightweightFast response, simple tasks, cost-sensitive

Recommendation Logic

1. Parse ~/.openclaw/openclaw.json to extract configured models
2. Analyze user's task requirements
3. Match task to model capabilities via keyword detection
4. Return the best-matching model from available configuration
5. Fall back to default model if no specific match found

Usage Examples

User: "Which model should I use for coding?" → Recommend: minimax-m2.5, deepseek-coder, qwen3-coder-plus

User: "I need to analyze an image" → Recommend: qwen3-vl, glm-4.6v, gpt-4o, gemini-1.5-pro

User: "For complex reasoning tasks" → Recommend: o3, claude-opus-4.6, qwen3-max, gemini-3.1-pro

Notes

  • Automatically adapts to your specific configuration
  • Prioritizes models that are actually available in your setup
  • Falls back gracefully when exact capability matches aren't found
  • Supports both global (OpenAI, Claude, Gemini) and domestic (Chinese) model providers

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aavegotchi Renderer Bypass

Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the use...

Registry SourceRecently Updated
General

Toutiao User Profile API

Call GET /api/toutiao/get-user-detail/v1 for Toutiao User Profile through JustOneAPI with userId.

Registry SourceRecently Updated
General

Toutiao Search API

Call 2 search versions for Toutiao App Keyword Search through JustOneAPI with keyword.

Registry SourceRecently Updated
General

Compaction UI Enhancements

Background memory compaction with auto-trigger, chat summary paragraph, configurable threshold, model selector, settings tab, and result storage for OpenClaw...

Registry SourceRecently Updated