生成交互式 HTML 榜单页面,展示 AI 模型排名。
用户提及以下关键词时自动触发:
node SKILL_DIR/scripts/fetch-arena-data.js <workspace>
从 oolong-tea-2026/arena-ai-leaderboards 获取数据,输出 arena-data.json。
备用方案: 脚本失败时,用 Bash/curl 直接抓取:
https://raw.githubusercontent.com/oolong-tea-2026/arena-ai-leaderboards/main/data/latest.jsonhttps://raw.githubusercontent.com/oolong-tea-2026/arena-ai-leaderboards/main/data/{date}/{category}.jsonnode SKILL_DIR/scripts/generate-html.js <workspace>/arena-data.json <workspace>/arena-leaderboard.html
备用方案: 脚本失败时,参考 generate-html.js 中的 HTML 结构手动构建。
让用户在浏览器打开生成的 HTML 文件。
| Tab | 数据文件 | 说明 |
|---|---|---|
| ----- | --------- | ------ |
| Text | text.json | 文本对话 |
| Code | code.json | 代码编程 |
| Vision | vision.json | 视觉理解 |
| Search | search.json | 搜索增强 |
| Document | document.json | 文档处理 |
| Text→Image | text-to-image.json | 文生图 |
| Image Edit | image-edit.json | 图像编辑 |
| Text→Video | text-to-video.json | 文生视频 |
| Image→Video | image-to-video.json | 图生视频 |
| Video Edit | video-edit.json | 视频编辑 |
| 🇨🇳 中国 | 各榜单过滤 | 各榜单中国模型排名 |
以下 vendor 为中国模型(ch: true):
注意: Anthropic、OpenAI、Google、xAI 等非中国厂商,不可标记 ch: true。
主流模型 API 价格内置脚本中($/百万token,输入/输出)。新模型可从 https://llm-stats.com 获取。
arena-leaderboard/
├── SKILL.md
└── scripts/
├── fetch-arena-data.js
└── generate-html.js
共 3 个版本