Token Saver 75+

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill has no code, but it asks your agent to silently delegate work and all context to other model agents, including a route with full tool access.

Review before installing. If you use it, keep it off sensitive conversations unless you add rules requiring confirmation before sessions_spawn, minimizing shared context, limiting spawned-agent tools, and checking provider/model costs.

Findings (4)

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

Future conversations may be compressed or routed according to this skill rather than the user's immediate preference.

Why it was flagged

This asks the user to make the skill's routing policy authoritative for every session, which can change how future requests are handled even when the user did not explicitly invoke the skill.

Skill content
Every session, read `skills/token-saver-75plus/SKILL.md` and follow its tier classification (T1-T4) for every request.
Recommendation

Only place it in AGENTS.md or a system prompt if you truly want always-on routing; otherwise keep it user-invoked or add an opt-out rule.

What this means

A spawned agent could use available tools or spawn additional agents in ways the user did not specifically approve, potentially increasing cost or affecting connected resources.

Why it was flagged

The Opus spawn pattern delegates work to another agent with 'full tool access' and permits nested spawning, without describing approval, tool limits, or containment.

Skill content
task: "<full context + goal>. You have full tool access. Use sessions_spawn with Codex for code and Groq for bulk subtasks."
Recommendation

Require explicit user confirmation before spawning tool-capable agents, remove the 'full tool access' default, and restrict which tools and models spawned agents may use.

What this means

Sensitive conversation content or file excerpts could be sent to another model agent/provider as part of automatic routing.

Why it was flagged

The skill directs the agent to copy all relevant context into spawned-agent tasks, but does not define filtering for secrets, private files, or provider-specific data boundaries.

Skill content
Include ALL context in the task string — spawned agents have no conversation history
Recommendation

Add a sensitive-data check before any sessions_spawn call, send only the minimum needed context, and ask the user before routing private or confidential material.

What this means

The agent may keep applying these routing and compression rules across tasks until the user removes or disables the instruction.

Why it was flagged

The skill is intentionally persistent in behavior when installed as recommended, though the artifacts do not show hidden background code or self-propagation.

Skill content
You don't need a special command. The skill is meant to be **always-on** once installed.
Recommendation

Document how to disable it, and consider installing it as an optional skill rather than a permanent global instruction.