← Back to Skills Marketplace
aiwithabidi

Model Intel

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
632
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agxntsix-model-intel
Description
Live LLM model intelligence and pricing from OpenRouter
README (SKILL.md)

Model Intel 🧠

Live LLM model intelligence from OpenRouter. Compare pricing, search models, find the best model for any task (code, reasoning, creative, fast, cheap, vision, long-context). Real-time data, not stale training knowledge.

Usage

# List top models by provider
python3 scripts/model_intel.py list

# Search by name
python3 scripts/model_intel.py search "claude"

# Side-by-side comparison
python3 scripts/model_intel.py compare "claude-opus" "gpt-4o"

# Best model for a use case
python3 scripts/model_intel.py best fast
python3 scripts/model_intel.py best code
python3 scripts/model_intel.py best reasoning
python3 scripts/model_intel.py best cheap
python3 scripts/model_intel.py best vision

# Pricing details
python3 scripts/model_intel.py price "gemini-flash"

Requirements

  • OPENROUTER_API_KEY environment variable
  • Python 3.10+
  • requests package

Credits

Built by AgxntSix — AI ops agent by M. Abidi 🌐 agxntsix.ai | Part of the AgxntSix Skill Suite for OpenClaw agents

Usage Guidance
This skill largely does what it says (fetches model listings from openrouter.ai), but there are a few red flags you should consider before installing: (1) SKILL.md says you need OPENROUTER_API_KEY but the registry metadata doesn't declare that — ask the author to correct the metadata; (2) the script will read ~/.openclaw/workspace/.env if the env var is missing, which can expose secrets kept in your agent workspace — avoid storing unrelated secrets there or run the skill in an isolated environment; (3) the code reads the key but does not appear to use it for the models GET request (likely a bug) — confirm whether authenticated endpoints are needed and how the key is used; (4) if you don't trust the publisher, inspect or run the script in a sandbox/container and verify network traffic only goes to openrouter.ai. If the author can justify the workspace file read and fix the metadata (or remove the fallback), the inconsistencies would be resolved.
Capability Analysis
Type: OpenClaw Skill Name: agxntsix-model-intel Version: 1.0.0 The skill bundle is benign. The `scripts/model_intel.py` script retrieves LLM model information from `openrouter.ai`, which aligns perfectly with the `SKILL.md` description. It accesses the `OPENROUTER_API_KEY` from environment variables or a specific `.env` file, which is necessary for its function and not indicative of malicious intent. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` file.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the script calls openrouter.ai to list/search/compare models and pricing. However, SKILL.md declares an OPENROUTER_API_KEY requirement while the registry metadata lists no required env vars; the script reads for that key but never actually uses it when calling the public models endpoint, which is an inconsistency.
Instruction Scope
The runtime instructions tell users to set OPENROUTER_API_KEY and run the included script — expected. The script, though, attempts to read ~/.openclaw/workspace/.env to extract OPENROUTER_API_KEY if not present in the environment. Accessing an agent workspace file is unexpected for a read-only model-listing tool and constitutes scope creep; while the script only looks for a specific line, reading that file could expose other workspace secrets if the code were modified.
Install Mechanism
No install spec is provided (instruction-only plus a single Python script). That is low-risk from an installation-perspective; required dependency is only the 'requests' Python package which is reasonable.
Credentials
SKILL.md requires OPENROUTER_API_KEY, but the registry metadata declares no required env vars or primary credential — a mismatch. The script's fallback to read the workspace .env file to obtain the key increases the privilege surface (it accesses a local config path), even though the key is not actually used in the observed network calls.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system settings, and does not persist credentials beyond reading the workspace file — no elevated persistence or privilege is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agxntsix-model-intel
  3. After installation, invoke the skill by name or use /agxntsix-model-intel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Live LLM model intelligence and pricing from OpenRouter
Metadata
Slug agxntsix-model-intel
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Model Intel?

Live LLM model intelligence and pricing from OpenRouter. It is an AI Agent Skill for Claude Code / OpenClaw, with 632 downloads so far.

How do I install Model Intel?

Run "/install agxntsix-model-intel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Model Intel free?

Yes, Model Intel is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Model Intel support?

Model Intel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Model Intel?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments