openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Model Intel

Live LLM model intelligence and pricing from OpenRouter

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 494 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:aiwithabidi/agxntsix-model-intel

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill generally matches its stated purpose (querying OpenRouter for live model data) but has inconsistent metadata and minor scope creep: its README says an API key is required yet the registry lists none, and the script will read your agent workspace file (~/.openclaw/workspace/.env) for secrets — behavior that isn't clearly justified.

目的

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.

说明范围

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 …

安装机制

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.

证书

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.

持久

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.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Model Intel」。简介:Live LLM model intelligence and pricing from OpenRouter。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/agxntsix-model-intel/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: Model Intel
version: 1.0.0
description: Live LLM model intelligence and pricing from OpenRouter
author: aiwithabidi
---

# 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

```bash
# 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](https://www.linkedin.com/in/mohammad-ali-abidi)
🌐 [agxntsix.ai](https://www.agxntsix.ai) | Part of the **AgxntSix Skill Suite** for OpenClaw agents