FreeRide automates the selection and configuration of free AI models from OpenRouter for the OpenClaw agent ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install freeride
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install freeride using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FreeRide is a specialized utility designed to streamline how developers interact with Openclaw Skills by providing automated access to free AI models. By interfacing directly with OpenRouter, FreeRide identifies available free models and ranks them using a sophisticated scoring system based on technical specs like context window and model capabilities. This tool is essential for users looking to maintain high-performance AI agents without incurring high costs, offering a programmatic way to manage model switching and configuration updates.
At its core, FreeRide bridges the gap between raw model availability and production-ready agent configuration. It intelligently modifies your local settings to ensure that your agent always has access to the most capable free models available, handling the nuances of rate limits and provider reliability so you can focus on building and coding.
To add FreeRide to your toolkit of Openclaw Skills, run the following installation command:
npx clawhub@latest install freeride
After installation, set your OpenRouter API key to enable model discovery:
# Get your key at openrouter.ai/keys
export OPENROUTER_API_KEY="sk-or-v1-..."
Run the auto-configurator to instantly set up the best free model and fallbacks:
freeride auto --setup-auth
FreeRide modifies the primary configuration file of the agent to manage model logic. It focuses on the model-specific keys within the defaults schema.
| Key | Location | Purpose |
|---|---|---|
primary |
agents.defaults.model | The main model used for agent tasks (e.g., qwen3-coder:free). |
fallbacks |
agents.defaults.model | An array of backup models used for error handling and rate limits. |
openrouter/free |
fallbacks[0] | Typically used as the first fallback to utilize OpenRouter's internal smart routing. |
Loading
FreeRide is a management tool that automatically configures and ranks free AI models from OpenRouter for use within OpenClaw environments.

A comprehensive utility for managing .near domain names and resolving blockchain account IDs within the Openclaw Skills ecosystem.

A streamlined CLI tool for requesting NEAR testnet tokens and managing account balances within the Openclaw environment.

A command-line utility for automating NEAR protocol transaction reports and balance alerts via secure SMTP email integration.

A financial tracking utility for AI agents that monitors token costs, budget limits, and model-specific expenditures.

A methodical end-to-end software delivery orchestrator for Codex CLI that manages project lifecycles through strict quality gates and spec-driven development.








































