MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Browser & Automation
🤖

Free Ride - Unlimited free AI

Automatically configure free AI models from OpenRouter in OpenClaw, with smart fallbacks so rate limits never interrupt your workflow.

Shaishav Pidadiv1.0.4
ProductivityAI PoweredOpen SourceAutomationAPISelf-HostedDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install free-ride
212Stars
27.8kDownloads
325Current Installs
112All-time Installs
📦
v1.0.4Version
📅
Feb 26, 2026Updated

Requirements

OpenRouter API Key
View Source(ClawHub)

Free Ride - Unlimited free AI Skill Overview

FreeRide configures OpenClaw to use the best available free AI models from OpenRouter — at no cost. It automatically ranks free models by quality, sets the top performer as your primary model, and builds a fallback chain so that hitting a rate limit seamlessly switches to the next best option. Config changes are surgical: only model-related keys in openclaw.json are touched, leaving your gateway, channels, plugins, and custom instructions untouched.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install free-ride
or

Click the Install button at the top of this page for one-click setup

When to Use Free Ride - Unlimited free AI

Best Fit

  • You want to use OpenClaw without paying for an LLM API subscription and are comfortable with free-tier rate limits.
  • You're hitting rate limits on free models and want automatic fallback switching so your sessions aren't interrupted.
  • You want to quickly experiment with different free models (e.g. qwen3-coder, nvidia/nemotron) without manually editing config files.
  • You want a "set it and forget it" setup where OpenRouter's smart router auto-selects the best available free model per request.

When Not to Use

  • You need guaranteed SLA, low latency, or consistent throughput — free models have shared capacity and unpredictable availability.
  • You are not using OpenClaw; FreeRide writes directly to openclaw.json and is tightly coupled to the OpenClaw ecosystem.

Key Features

One-command free AI setup

Running freeride auto fetches the current list of free OpenRouter models, ranks them by quality, sets the best as your primary, and populates a ranked fallback list — all in a single step.

Automatic rate-limit fallbacks

FreeRide configures up to 5 fallback models by default (configurable with -c). The first fallback is always openrouter/free, OpenRouter's own smart router, ensuring requests are rerouted automatically when a model hits its rate limit.

Non-destructive config updates

Only three keys in ~/.openclaw/openclaw.json are modified: agents.defaults.model.primary, agents.defaults.model.fallbacks, and agents.defaults.models. Everything else — gateway, channels, plugins, env vars, and custom instructions — is preserved.

Flexible model switching

Use freeride switch <model> to pin a specific free model as your primary, or freeride switch <model> -f to add it as a fallback only, without changing your current primary.

Optional auto-rotation watcher

The freeride-watcher daemon continuously monitors for rate-limit events and rotates models automatically, or you can trigger a manual rotation with freeride-watcher --rotate.

Use Cases

Zero-cost AI coding assistant

Run freeride auto followed by openclaw gateway restart to instantly switch OpenClaw to a free coding-focused model like qwen3-coder. Continue using OpenClaw normally — rate limits trigger silent fallbacks with no session disruption.

Comparing free model quality

Use freeride list -n 30 to see all available free models ranked by quality, then freeride switch <model> to try a specific one. Check active model status anytime with /status inside OpenClaw.

Keeping a custom primary while adding fallbacks

If you've already configured a preferred model, run freeride auto -f to leave your primary model untouched while populating the fallback list with the best current free options.

Uninterrupted long-running sessions

Enable freeride-watcher --daemon before a long task so the watcher monitors rate-limit events in the background and rotates through fallback models automatically, keeping your session alive without manual intervention.

Requirements

  • OpenRouter API Key (required) — A free key from openrouter.ai/keys is needed to fetch the free model list and route requests. Set via export OPENROUTER_API_KEY="sk-or-v1-..." or openclaw config set env.OPENROUTER_API_KEY.
  • OpenClaw — FreeRide is an OpenClaw skill and requires a working OpenClaw installation with gateway access.
  • freeride CLI — Install via pip install -e . from ~/.openclaw/workspace/skills/free-ride if not already present.
Connecting to VM...
npx clawhub@latest install free-ride
212Stars
27.8kDownloads
325Current Installs
112All-time Installs
📦
v1.0.4Version
📅
Feb 26, 2026Updated

Requirements

OpenRouter API Key
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!