Claude Skill
Shaivpidadi/FreeRide
FreeRide 是一个 OpenClaw 技能,通过自动管理 OpenRouter 的免费模型,为您提供无限制的免费 AI 服务,实现零成本的 Claude 交互。
概览
仓库信息
安装这个 Skill
npx clawhub@latest install free-rideRegistry 信息
npx clawhub@latest install free-ridepip install -e .
项目简介
FreeRide 是一个 OpenClaw 技能,通过自动管理 OpenRouter 的免费模型,提供无限制的免费 AI 访问,实现零成本的 Claude 交互。
FreeRide gives you unlimited free AI in OpenClaw by automatically managing OpenRouter's free models.
要点
- 通过 OpenRouter 免费模型实现无限制免费 AI
- 自动管理和切换模型
- 与 OpenClaw 无缝集成
- 零成本的 Claude Skill 使用
使用场景
- 零成本的 AI 实验和原型开发
- 无预算限制的持续 Claude Skill 开发
- 需要频繁 AI 访问的教育和研究项目
- 免费测试和评估多种 AI 模型
README 摘要
# 🎢 FreeRide ### Stop paying for AI. Start riding free. [](https://clawhub.ai/skills/free-ride) [](https://clawhub.ai/skills/free-ride) [](https://clawhub.ai/skills/free-ride) [](https://clawhub.ai/skills/free-ride) [](https://opensource.org/licenses/MIT) [](https://github.com/openclaw/openclaw) --- > ## 🚀 FreeRide v3 is out — works with **any** OpenAI-compatible agent > > The version on this repo (v2) is OpenClaw-specific and OpenRouter-only. > **[FreeRide v3](https://github.com/Shaivpidadi/FreeRideV3)** is a local > OpenAI-compatible gateway that routes across **5 free-tier providers** > (OpenRouter, Groq, NVIDIA NIM, Cloudflare Workers AI, HuggingFace) with > automatic failover, and works with **Aider, Continue, Hermes, OpenClaw, > the OpenAI Python SDK, and any other OpenAI-shaped client**. > > ```bash > curl -sSL https://api.free-ride.xyz/install.sh | sh > export OPENROUTER_API_KEY=sk-or-v1-... > freeride serve > ``` > > Then point any agent at `http://localhost:11343/v1` — or use a binder: > > ```bash > freeride bind aider # writes ~/.aider.conf.yml > freeride bind continue # writes ~/.continue/config.yaml > freeride bind hermes # writes ~/.hermes/config.yaml > freeride bind openclaw # writes ~/.openclaw/openclaw.json > ``` > > 👉 **Repo:** https://github.com/Shaivpidadi/FreeRide