ModelSense is an intelligent on-demand advisor that identifies the ideal LLM and effort level for any task by analyzing benchmarks and provider availability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install modelsense
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 modelsense using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ModelSense serves as a sophisticated decision-support tool within the Openclaw Skills ecosystem, designed to remove the guesswork from LLM selection. By acting as an on-demand technical advisor, it helps developers and researchers choose the right model for the right job based on actual benchmark data, task analysis, and cost-efficiency.
Rather than routing requests blindly, ModelSense evaluates the specific dimensions of a task—such as domain, complexity, and required context length—to provide a grounded recommendation. As a core component of Openclaw Skills, it ensures that users leverage their configured providers optimally, whether they need high-speed summarization or deep, research-grade reasoning.
To get started with ModelSense, ensure your environment is configured with your preferred LLM providers. Use the following commands within the Openclaw Skills framework:
# List available models and providers
openclaw models list
# Access the benchmark data configuration
cat data/benchmarks.yaml
ModelSense organizes its recommendation logic through structured data files that are part of the Openclaw Skills directory structure:
| File | Purpose |
|---|---|
data/benchmarks.yaml |
Stores score leaders and task mappings for benchmarks like SWE-bench and GSM8K. |
data/models.yaml |
A frequently updated catalog of model capabilities, context windows, and pricing. |
session_status |
Metadata used to track and apply model switches to the current active session. |
Loading
A specialized tool for programmatically creating or updating proxied Cloudflare DNS A records.

A comprehensive search and research skill that enables AI agents to perform neural web searches, content extraction, and structured async research.

A powerful search and analysis tool for discovering trending ProductHunt products with structured metadata and sentiment insights.

A specialized utility for generating structured HTML confirmation forms to collect organized feedback and decision-making data from users.

A comprehensive Openclaw Skills integration for the QFPay API, enabling secure multi-method payments for Hong Kong and overseas merchants.

A specialized search integration that leverages the Exa API to deliver structured, LLM-ready web data directly to your environment.








































