Model Router

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: model-router-premium Version: 0.1.1 The OpenClaw skill 'model-router-premium' is designed to route model requests based on configuration. The `SKILL.md` instructs the agent to execute a local Python script (`scripts/router.py`), which reads a local JSON file (`examples/models.json`) for model definitions. The Python script performs string processing and file I/O for its stated purpose but does not engage in network communication, arbitrary command execution, or access to sensitive system files. No prompt injection attempts against the agent or the script itself were identified that would lead to malicious behavior.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may not run unless Python 3 is available, even though the metadata does not declare that requirement.

Why it was flagged

The documented command depends on python3, while the registry declares no required binaries. This is a minor dependency declaration gap, not evidence of unsafe behavior.

Skill content
Call: python3 scripts/router.py --models examples/models.json --task "Summarize this email" --mode auto
Recommendation

Confirm Python 3 is available before use, or ask the publisher to declare python3 as a required binary.