Skills model-intel
Live LLM model intelligence from OpenRouter. Compare pricing, search models by name, find the best model for any task — code, reasoning, creative, fast, cheap, vision, long-context. Real-time data from 200+ models. Use when choosing models, comparing costs, or auditing your AI stack.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/model-intel" ~/.claude/skills/clawdbot-skills-model-intel-eeb3de && rm -rf "$T"
manifest:
skills/aiwithabidi/model-intel/SKILL.mdsource content
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
# 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 |
|---|---|
| Need lowest latency |
| Budget-constrained |
| Programming tasks |
| Complex logic/math |
| Image understanding |
| Large document processing |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation