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 字节
README.md
text/markdown · 8427 字节
setup.py
text/plain · 674 字节
SKILL.md
text/markdown · 3993 字节
watcher.py
text/plain · 18246 字节
main.py
text/plain · 27521 字节
skill.json
application/json · 1295 字节
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
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.
置信度: 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.