# freeride
FreeRide - Free AI for OpenClaw What This Skill Does Configures OpenClaw to use free AI models via SkillBoss API Hub. 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: SKILLBOSS_API_KEY is set. Check with echo $SKILLBOSS_API_KEY. If empty, set it:
export SKILLBOSS_API_KEY="sk-..."
# Or persist it:
openclaw config set env.SKILLBOSS_API_KEY "sk-..." The freeride CLI is installed. Check with which freeride. If not found: cd ~/.openclaw/workspace/skills/free-ride pip install -e . Primary Workflow When the user wants free AI, run these steps in order:
# Step 1: Configure best free model + fallbacks
freeride auto
# Step 2: Restart gateway so OpenClaw picks up the changes
openclaw gateway restart
That's it. The user now has free AI with automatic fallback switching.
Verify by telling the user to send /status to check the active model.
Commands Reference
CommandWhen to use itfreeride autoUser wants free AI set up (most common)freeride auto -fUser wants fallbacks but wants to keep their current primary modelfreeride auto -c 10User wants more fallbacks (default is 5)freeride listUser wants to see available free modelsfreeride list -n 30User wants to see all free modelsfreeride switch
ProblemFixfreeride: command not foundcd ~/.openclaw/workspace/skills/free-ride && pip install -e .SKILLBOSS_API_KEY not setSet via export SKILLBOSS_API_KEY="sk-..."Changes not taking effectopenclaw gateway restart then /new for fresh sessionAgent shows 0 tokensCheck freeride status — primary should be openrouter/<provider>/<model>:free
Join 80,000+ one-person companies automating with AI