opus
PassAudited by ClawScan on May 1, 2026.
Overview
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.
This skill appears safe for users who want automatic Claude model selection. Before installing, verify the package identity because the registry slug and internal slug differ, and make sure you are comfortable with the model escalation rules because they can influence API cost and answer quality.
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.
The agent may choose a cheaper or more expensive Claude model according to the skill's rules, which can affect spending and answer capability.
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.
Auto-route tasks to the cheapest Claude model that works correctly. Three-tier progression: Haiku → Sonnet → Opus. Classify before responding.
Install only if you want automatic model routing, and monitor whether the escalation rules match your cost and quality expectations.
If used in workflows that spawn subagents, the skill could influence which model those subagents use.
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.
sessions_spawn(task="Check backup status", model="haiku")
Treat the subagent and cron snippets as configuration guidance, and require normal user/workflow approval before creating recurring or delegated agent tasks.
The package identity may be slightly confusing because the registry-facing name differs from the internal metadata name.
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.
"slug": "smart-model-switching"
Confirm that the registry entry, package metadata, and publisher are the skill you intended to install.
