opus
Analysis
This is an instruction-only model-routing skill with no code, credentials, or install steps; the main things to notice are model/cost behavior and a minor metadata naming mismatch.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Auto-route tasks to the cheapest Claude model that works correctly. Three-tier progression: Haiku → Sonnet → Opus. Classify before responding.
The skill intentionally directs model selection before answering. This is the core purpose and is disclosed, but users should notice that it can change which model is used and therefore affect cost and response quality.
sessions_spawn(task="Check backup status", model="haiku")
The SKILL.md includes examples for subagent model selection. These appear to be documentation examples rather than automatic execution instructions, but they show the intended use with agent-spawning mechanisms if the environment supports them.
"slug": "smart-model-switching"
The included _meta.json slug differs from the registry slug shown as "opus". This is a packaging/provenance inconsistency, though the skill is instruction-only and no executable code is present.
