Free Ride - Unlimited free AI
Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
requirements.txt
text/plain · 16 bytes
README.md
text/markdown · 8427 bytes
setup.py
text/plain · 674 bytes
SKILL.md
text/markdown · 3993 bytes
watcher.py
text/plain · 18246 bytes
main.py
text/plain · 27521 bytes
skill.json
application/json · 1295 bytes
Security Scan
Status
clean
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill's files, runtime instructions, and required environment access align with its stated purpose (managing OpenRouter free models for OpenClaw); nothing in the package appears to attempt unrelated access or exfiltration.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: free-ride Version: 1.0.8 The 'free-ride' skill bundle is a legitimate utility designed to manage and rotate free AI models from OpenRouter for the OpenClaw platform. The core logic in `main.py` and `watcher.py` fetches available models from the OpenRouter API (openrouter.ai), ranks them based on quality metrics, and updates the user's `~/.openclaw/openclaw.json` configuration to use these models as primary or fallback options. The skill correctly handles the `OPENROUTER_API_KEY` as a secret and limits its file system operations to the specific configuration keys necessary for its stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.