用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vramrick/openclaw-skills --skill openrouter-free命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | openrouter-free |
| description | 查询 OpenRouter 上所有免费模型并调用进行智能对话。支持 Gemma、Llama、MiniMax 等 27 个免费大模型,无需付费即可使用。 |
| metadata | {"version":"1.0.0","homepage":"https://clawhub.ai/skills/openrouter-free","topics":["openrouter","free-models","llm","chat"],"license":"MIT"} |
通过 OpenRouter API 查询并调用所有免费模型,无需付费即可使用大模型对话能力。
需要配置 OpenRouter API Key:
# 在 .env 文件中添加
OPENROUTER_API_KEY=sk-or-v1-your-key-here
API Key 获取地址:https://openrouter.ai/settings/keys
# 查询免费模型列表
python3 openrouter_free.py list
# 调用免费模型对话
python3 openrouter_free.py chat "你的问题"
| 模型 ID | 名称 | 上下文长度 | 适用场景 |
|---|---|---|---|
openrouter/free | 自动路由 | 200K | 通用首选 |
meta-llama/llama-3.3-70b-instruct:free | Llama 3.3 70B | 131K | 长文本对话 |
minimax/minimax-m2.5:free | MiniMax M2.5 | 196K | 高质量对话 |
google/gemma-4-26b-it:free | Gemma 4 26B | 262K | 快速推理 |
当前共 27 个免费模型,涵盖:
openrouter/free 自动路由,系统自动选择最佳免费模型