models-dev-query

Installation
SKILL.md

Models.dev Query

Query models.dev - a comprehensive database of AI model specs. All data is fetched live from the aggregated JSON endpoint; no local data required.

AI Agent Protocol

当你收到关于模型规格/定价/提供商的问题时,按以下步骤操作:

Step 1 - 设置缓存

CACHE=/tmp/models-dev-catalog.json

检查 $CACHE 是否存在,不存在则下载(数 MB):

[ -f "$CACHE" ] || curl -sL https://models.dev/catalog.json -o "$CACHE"
Installs
26
Repository
cnife/skills
First Seen
May 18, 2026
models-dev-query — cnife/skills