🎢
AI EngineeringPython

FreeRide

by Shaivpidadi

FreeRide is an AI Engineering skill for Claude Code, published by Shaivpidadi in FreeRide.

234 stars39 forkson Shaivpidadi/FreeRideAdded 2026/09/03Repository updated 2026/05/07
claude-codeclaude-skillsopenclawopenclaw-skills
Install in seconds
Install FreeRide
Copy FreeRide into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Shaivpidadi/FreeRide ~/.claude/skills/FreeRide

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Shaivpidadi/FreeRide.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Shaivpidadi/FreeRide
Installs to
~/.claude/skills/FreeRide
Collection
The only skill cataloged from this repository
Category
AI Engineering2793 skills

What FreeRide does

FreeRide configures OpenClaw to use free OpenRouter models with ranked fallbacks and preserves existing settings. Use it when you want automatic model switching, rate-limit handling, or lower AI costs.

FreeRide is cataloged under AI Engineering on DirSkills. FreeRide comes from a repository tagged claude-code, claude-skills, openclaw and openclaw-skills.

Documentation

README

FreeRide - Free AI for OpenClaw

What This Skill Does

Configures OpenClaw to use free AI models from OpenRouter. Sets the best free model as primary, adds ranked fallbacks so rate limits don't interrupt the user, and preserves existing config.

Prerequisites

Before running any FreeRide command, ensure:

  1. OPENROUTER_API_KEY is set. Check with echo $OPENROUTER_API_KEY. If empty, the user must get a free key at https://openrouter.ai/keys and set it:

    export OPENROUTER_API_KEY="sk-or-v1-..."
    # Or persist it:
    openclaw config set env.OPENROUTER_API_KEY "sk-or-v1-..."
    
  2. The freeride CLI is installed. Check with which freeride. If not found:

    cd ~/.openclaw/workspace/skills/free-ride
    pip install -e .
    

This is the opening of the README. Read the full README on GitHub.

Frequently asked about FreeRide

  • How does FreeRide compare to other AI Engineering skills?

    FreeRide ranks #2452 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of FreeRide against them. Open each page to compare what they document and how they install.