A powerful tool for fetching live LLM pricing, capabilities, and performance comparisons directly from OpenRouter.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install model-intel-pro
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-pro 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 extension designed for Openclaw Skills that provides developers and AI agents with real-time intelligence on Large Language Models. By interfacing with the OpenRouter API, it ensures that users always have access to the most current data regarding model availability, context windows, and pricing structures.
Whether you are building a cost-sensitive application or need the highest-performing reasoning model, this skill automates the discovery process. It allows your agent to make data-driven decisions about which model to use for specific tasks, ensuring performance is never compromised by outdated information.
To integrate Model Intel into your collection of Openclaw Skills, follow these steps:
export OPENROUTER_API_KEY='your_api_key_here'
python3 scripts/model_intel.py list
Model Intel processes and displays data across several key metrics to help you manage Openclaw Skills resources efficiently:
| Metric | Description |
|---|---|
| Model ID | The unique identifier for the LLM on OpenRouter |
| Pricing | Input and output costs per million tokens |
| Context Length | Maximum token capacity for the model |
| Capability Tags | Labels such as vision, coding, or reasoning |
| Provider | The underlying host for the model API |
Loading
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 auditing tool that compares your current LLM stack against live OpenRouter pricing to find cheaper and more powerful model alternatives.

A real-time intelligence tool for comparing LLM costs, capabilities, and task-specific performance via the OpenRouter API.

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








































