LaunchKit · 2026
Back to Skills

freeride

Manages free AI models from OpenRouter for OpenClaw.

277
37.1k downloads
by @shaivpidadi

Setup & Installation

openclaw skills install @shaivpidadi/freeride

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install freeride

Version History

v1.0.5Mar 16, 2026 - Version note by skill developer:

- No code or documentation changes detected in this version. - This release maintains all previous functionality and instructions.

What This Skill Does

FreeRide configures OpenClaw to use free AI models from OpenRouter. It ranks available models by quality, sets the best as primary, and adds ranked fallbacks so rate limits don't interrupt work. Config changes are applied by restarting the OpenClaw gateway.

Automates free model selection and fallback configuration instead of manually editing openclaw.json and handling rate limit errors by hand.

When to use it

  • Switching from paid AI models to free alternatives to cut costs
  • Setting up automatic model fallbacks before a long coding session
  • Rotating to a different free model when hitting rate limits
  • Checking which free models are currently available on OpenRouter
  • Keeping existing OpenClaw config while adding free model support

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Set up free AI models for my OpenClaw

AGENT
  1. 1Check that OPENROUTER_API_KEY is set in the environment
  2. 2Run `freeride auto` to rank free models and write primary and fallback config to openclaw.json
  3. 3Run `openclaw gateway restart` to apply the new config
  4. 4Tell user to send `/status` to confirm the active model
OUTPUT

OpenClaw is now using the top-ranked free model as primary with 5 ranked fallbacks configured

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

OPENROUTER_API_KEY environment variable (free key from openrouter.ai/keys)freeride CLI installed via `pip install -e .` from ~/.openclaw/workspace/skills/free-ride