FreeRide is a management tool that automatically configures and ranks free AI models from OpenRouter for use within OpenClaw environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install freeride-ai
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-ai 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 the use of cost-free large language models within your development environment. By integrating directly with OpenRouter, it identifies the best available free models and integrates them into your workflow, making it an essential component of Openclaw Skills for developers looking to minimize operational costs without sacrificing performance.
This skill eliminates the manual task of searching for available free endpoints by providing a dynamic ranking system. It ensures that your AI agents remain functional even during rate limits by establishing a robust hierarchy of fallback models, ensuring high availability for all your Openclaw Skills and projects.
To begin using this feature within your Openclaw Skills suite, set your API key and run the auto-configuration command.
# Set API key (free at openrouter.ai/keys)
export OPENROUTER_API_KEY="sk-or-v1-..."
# Auto-configure best model + fallbacks
freeride auto
FreeRide manages configuration data within the standard OpenClaw directory. It specifically modifies the agent model path while preserving other environment settings.
| Field | Description |
|---|---|
| primary | The top-ranked specific model (e.g., qwen3-coder) selected for primary tasks. |
| fallbacks | An array of models, starting with openrouter/free, used as sequential backups. |
| Quality Score | A value (0-1) derived from context (40%), capabilities (30%), recency (20%), and trust (10%). |
Loading
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 sophisticated command-line tool for automating dollar-cost averaging strategies on the NEAR Protocol.

FreeRide automates the selection and configuration of free AI models from OpenRouter for the OpenClaw agent ecosystem.

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








































