Live LLM model pricing and capabilities from OpenRouter. List top models, search by name, compare side-by-side, find best model for a use case, check pricing. Always up-to-date from the OpenRouter API. Triggers: model pricing, compare models, best model for, cheapest model, model cost, LLM comparison, what models are available.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill model-intel-pro --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Model Intel Pro?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-model-intel-pro)More formats (shields.io, HTML) on the badges page.
---
name: model-intel
version: 1.0.0
description: >
Live LLM model pricing and capabilities from OpenRouter. List top models, search by name,
compare side-by-side, find best model for a use case, check pricing. Always up-to-date
from the OpenRouter API. Triggers: model pricing, compare models, best model for,
cheapest model, model cost, LLM comparison, what models are available.
license: MIT
compatibility:
openclaw: ">=0.10"
metadata:
openclaw:
requires:
bins: ["python3"]
env: ["OPENROUTER_API_KEY"]
---
# Model Intel 🧠💰
Live LLM model intelligence — pricing, capabilities, and comparisons from OpenRouter.
## When to Use
- Finding the best model for a specific task (coding, reasoning, creative, fast, cheap)
- Comparing model pricing and capabilities
- Checking current model availability and context lengths
- Answering "what's the cheapest model that can do X?"
## Usage
```bash
# List top models by provider
python3 {baseDir}/scripts/model_intel.py list
# Search by name
python3 {baseDir}/scripts/model_intel.py search "claude"
# Side-by-side comparison
python3 {baseDir}/scripts/model_intel.py compare "claude-opus" "gpt-4o"
# Best model for a use case
python3 {baseDir}/scripts/model_intel.py best fast
python3 {baseDir}/scripts/model_intel.py best code
python3 {baseDir}/scripts/model_intel.py best reasoning
python3 {baseDir}/scripts/model_intel.py best cheap
python3 {baseDir}/scripts/model_intel.py best vision
# Pricing details
python3 {baseDir}/scripts/model_intel.py price "gemini-flash"
```
## Use Cases
| Command | When |
|---------|------|
| `best fast` | Need lowest latency |
| `best cheap` | Budget-constrained |
| `best code` | Programming tasks |
| `best reasoning` | Complex logic/math |
| `best vision` | Image understanding |
| `best long-context` | Large document processing |
## Credits
Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai)
[YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi)
Part of the **AgxntSix Skill Suite** for OpenClaw agents.
📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!