Model Intel for Openclaw

A powerful tool for fetching live LLM pricing, capabilities, and performance comparisons directly from OpenRouter.

aiwithabidi
v1.0.0
Feb 15, 2026
0
783
1

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install model-intel-pro

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Model Intel?

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.

Model Intel Use Cases

  • Identify the most cost-effective LLM for high-volume tasks using Openclaw Skills.
  • Compare specific models side-by-side to evaluate context lengths and feature sets.
  • Locate the best performing models for niche tasks like coding, vision, or complex reasoning.
  • Monitor live pricing updates to manage API budgets effectively.

How Model Intel Works

  1. The skill initializes by verifying the OpenRouter API key provided in the environment variables.
  2. Users or agents trigger specific commands such as list, search, or compare via the CLI.
  3. The tool fetches the latest model registry data directly from the OpenRouter API endpoint.
  4. It filters and ranks models based on the specified criteria such as latency, cost, or task suitability.
  5. Results are returned in a structured format for easy interpretation by both humans and AI agents.

Model Intel Setup

To integrate Model Intel into your collection of Openclaw Skills, follow these steps:

  1. Ensure Python 3 is installed on your system.
  2. Export your OpenRouter API key as an environment variable:
export OPENROUTER_API_KEY='your_api_key_here'
  1. Execute the script using the Python CLI:
python3 scripts/model_intel.py list

Model Intel Data Schema & Taxonomy

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

Model Intel Advanced Features

  • Automatic recommendation engine for selecting models based on 'fast', 'cheap', or 'code' presets.
  • Deep-search functionality to find specific model variants across all providers.
  • Dynamic pricing comparison between top-tier models like GPT-4o and Claude 3.5 Sonnet.
  • Seamless integration with Openclaw Skills workflows to programmatically select the best LLM at runtime.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*