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.

What this means

The agent may choose a cheaper or more expensive Claude model according to the skill's rules, which can affect spending and answer capability.

Why it was flagged

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.

Skill content
Auto-route tasks to the cheapest Claude model that works correctly. Three-tier progression: Haiku → Sonnet → Opus. Classify before responding.
Recommendation

Install only if you want automatic model routing, and monitor whether the escalation rules match your cost and quality expectations.

What this means

If used in workflows that spawn subagents, the skill could influence which model those subagents use.

Why it was flagged

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.

Skill content
sessions_spawn(task="Check backup status", model="haiku")
Recommendation

Treat the subagent and cron snippets as configuration guidance, and require normal user/workflow approval before creating recurring or delegated agent tasks.

What this means

The package identity may be slightly confusing because the registry-facing name differs from the internal metadata name.

Why it was flagged

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.

Skill content
"slug": "smart-model-switching"
Recommendation

Confirm that the registry entry, package metadata, and publisher are the skill you intended to install.