A real-time intelligence tool for comparing LLM costs, capabilities, and task-specific performance via the OpenRouter API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-intel
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 model-intel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Model Intel is a specialized utility designed for developers and AI engineers who need immediate, data-driven insights into the rapidly evolving landscape of Large Language Models. By fetching live data from OpenRouter, this tool provides access to pricing and capability metrics for over 200 models, enabling users to make informed decisions about their AI infrastructure.
Integrating this tool into your workflow via Openclaw Skills allows for seamless auditing of AI stacks. Whether you are looking for the lowest latency model for a chatbot or a high-reasoning model for complex logic, Model Intel provides the technical transparency needed to balance performance and cost effectively.
To get started with Model Intel, ensure you have Python 3.10+ and an OpenRouter API key.
export OPENROUTER_API_KEY='your_api_key_here'
# Search for specific models
python3 scripts/model_intel.py search "claude"
# Compare two models
python3 scripts/model_intel.py compare "claude-3-opus" "gpt-4o"
Model Intel structures its output based on real-time API responses, organizing data into the following taxonomy:
| Field | Description |
|---|---|
| Model ID | The unique identifier used for API calls (e.g., anthropic/claude-3-sonnet). |
| Pricing | Detailed breakdown of costs for input and output tokens. |
| Context Window | The maximum number of tokens the model can process in a single request. |
| Capabilities | Specific features such as vision support, function calling, or long-context handling. |
| Task Score | A calculated recommendation for categories like code, reasoning, or speed. |
Loading
A powerful tool for fetching live LLM pricing, capabilities, and performance comparisons directly from OpenRouter.

A multi-model consensus system that queries multiple LLMs simultaneously and uses a high-tier judge model to synthesize the best possible answer.

A multi-model consensus engine that queries several LLMs simultaneously and uses a judge model to synthesize the best possible answer.

A diagnostic tool within the Openclaw Skills ecosystem designed to audit LLM stacks against live OpenRouter pricing and performance benchmarks.

A comprehensive Web3 data integration for agents to query blockchain balances, token prices, and NFT metadata across multiple networks.

A robust Python CLI tool for programmatically managing Mux video assets, live streams, and engagement metrics.








































