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...
v1.0.11
2026/05/06
- Added .gitignore file to manage untracked files in the repository. - Documentation improvements in SKILL.md: clarified the daemon usage in the Watcher section, added the freeride rotate command description, and expanded instructions for unattended setups. - No changes to user-facing commands or logic.
Security Scan
状态
suspicious
OpenClaw
gpt-5.5
OpenClaw 分析
This skill fits its stated OpenClaw/OpenRouter purpose, but it deserves review because it can change your agent’s default model routing and optionally keep doing so from a persistent background watcher.
置信度: medium
VirusTotal
Type: OpenClaw Skill Name: free-ride Version: 1.0.11 The FreeRide skill bundle is a legitimate utility designed to manage and rotate free AI models from OpenRouter within the OpenClaw ecosystem. The code (main.py, watcher.py) performs transparent operations such as fetching model lists from the OpenRouter API, ranking them based on quality metrics, and updating the local OpenClaw configuration file (~/.openclaw/openclaw.json). It includes a background daemon (watcher.py) for health monitoring and automatic failover, which is clearly documented in SKILL.md and README.md. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is restricted to openrouter.ai as declared.