Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install free-ride或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install free-ride⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/free-ride/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: freeride description: Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates openclaw.json. Use when the user mentions free AI, OpenRouter, model switching, rate limits, or wants to reduce AI costs. env: - name: OPENROUTER_API_KEY description: OpenRouter API key — get a free one at openrouter.ai/keys required: true secret: true network: - openrouter.ai writes: - ~/.openclaw/openclaw.json (keys: agents.defaults.model, agents.defaults.models only) - ~/.openclaw/.freeride-cache.json - ~/.openclaw/.freeride-watcher-state.json install: pip install -e . ---
Configures OpenClaw to use free AI models from OpenRouter. Sets the best free model as primary, adds ranked fallbacks so rate limits don't interrupt the user, and preserves existing config.
Before running any FreeRide command, ensure:
echo $OPENROUTER_API_KEY. If empty, the user must get a free key at https://openrouter.ai/keys and set it:```bash export OPENROUTER_API_KEY="sk-or-v1-..." # Or persist it: openclaw config set env.OPENROUTER_API_KEY "sk-or-v1-..." ```
freeride CLI is installed. Check with which freeride. If not found:```bash cd ~/.openclaw/workspace/skills/free-ride pip install -e . ```
When the user wants free AI, run these steps in order:
# Step 1: Configure best free model + fallbacks
freeride auto
# Step 2: Restart gateway so OpenClaw picks up the changes
openclaw gateway restart
That's it. The user now has free AI with automatic fallback switching.
Verify by telling the user to send /status to check the active model.
| Command | When to use it | |---------|----------------| | freeride auto | User wants free AI set up (most common) | | freeride auto -f | User wants fallbacks but wants to keep their current primary model | | freeride auto -c 10 | User wants more fallbacks (default is 5) | | freeride list | User wants to see available free models | | freeride list -n 30 | User wants to see all free models | | freeride switch | User wants a specific model (e.g. freeride switch qwen3-coder) | | freeride switch | Add specific model as fallback only | | freeride status | Check current FreeRide configuration | | freeride fallbacks | Update only the fallback models | | freeride refresh | Force refresh the cached model list |
After any command that changes config, always run openclaw gateway restart.
FreeRide updates only these keys in ~/.openclaw/openclaw.json:
agents.defaults.model.primary — e.g. openrouter/qwen/qwen3-coder:freeagents.defaults.model.fallbacks — e.g. ["openrouter/free", "nvidia/nemotron:free", ...]agents.defaults.models — allowlist so /model command shows the free modelsEverything else (gateway, channels, plugins, env, customInstructions, named agents) is preserved.
The first fallback is always openrouter/free — OpenRouter's smart router that auto-picks the best available model based on the request.
For auto-rotation when rate limited, the user can run:
freeride-watcher --daemon # Continuous monitoring
freeride-watcher --rotate # Force rotate now
freeride-watcher --status # Check rotation history
| Problem | Fix | |---------|-----| | freeride: command not found | cd ~/.openclaw/workspace/skills/free-ride && pip install -e . | | OPENROUTER_API_KEY not set | User needs a key from https://openrouter.ai/keys | | Changes not taking effect | openclaw gateway restart then /new for fresh session | | Agent shows 0 tokens | Check freeride status — primary should be openrouter/ |
安装 Free Ride - Unlimited free AI 后,可以对 AI 说这些话来触发它
Help me get started with Free Ride - Unlimited free AI
Explains what Free Ride - Unlimited free AI does, walks through the setup, and runs a quick demo based on your current project
Use Free Ride - Unlimited free AI to manages free AI models from OpenRouter for OpenClaw
Invokes Free Ride - Unlimited free AI with the right parameters and returns the result directly in the conversation
What can I do with Free Ride - Unlimited free AI in my ai agent & automation workflow?
Lists the top use cases for Free Ride - Unlimited free AI, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/free-ride/ 目录(个人级,所有项目可用),或 .claude/skills/free-ride/(项目级)。重启 AI 客户端后,用 /free-ride 主动调用,或让 AI 根据上下文自动发现并使用。
Free Ride - Unlimited free AI 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Free Ride - Unlimited free AI 可免费安装使用。请查阅仓库了解许可证信息。
Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
Free Ride - Unlimited free AI 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Free Ride - Unlimited free AI
Identifies repetitive steps in your workflow and sets up Free Ride - Unlimited free AI to handle them automatically