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

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng