Add Top OpenRouter Models

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: add-top-openrouter-models Version: 1.0.0 The skill 'add-top-openrouter-models' is designed to sync OpenRouter models into an OpenClaw installation's configuration. The `SKILL.md` provides clear instructions for the AI agent to interact with a browser to scrape model IDs from `openrouter.ai`, execute a local Python script (`scripts/sync-openrouter-models.py`) with these IDs, and then restart the OpenClaw gateway. The Python script legitimately reads OpenClaw configuration files (including `OPENROUTER_API_KEY` for its intended use), makes authenticated API calls to `openrouter.ai/api/v1/models`, and updates local OpenClaw configuration files (`~/.openclaw/agents/<agent>/agent/models.json`, `~/.openclaw/openclaw.json`). It includes robust practices like creating timestamped backups and using atomic writes before modifying configuration files. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts to mislead the agent into malicious actions. All operations are directly aligned with the stated purpose.