Token Saver For Programmer
PassAudited by VirusTotal on May 13, 2026.
Overview
Type: OpenClaw Skill Name: token-saver-for-programmer Version: 1.0.4 The 'token-saver-for-programmer' skill is a text-processing utility designed to minify code, logs, and prompts to reduce token consumption. It contains only Markdown instructions and metadata (SKILL.md, _meta.json) without any executable code, network access, or instructions to exfiltrate sensitive data or perform unauthorized actions.
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.
Condensed code, configs, logs, or prompts may lose nuance or change edge-case behavior.
The skill may automatically transform user-provided prompts or code. This is its stated purpose, but automatic rewriting can change meaning if the user applies the result without review.
auto_activates: [code,log,config,prompt] ... This skill automatically compresses and rewrites code, logs, configs and prompts. It may omit subtle details or change conditional expressions in edge cases.
Compare the optimized output with the original and test code/config changes before using them in real projects.
A user might assume rewritten code or prompts are fully equivalent when they may not be.
The skill advertises lossless/no-logic-loss optimization while also warning that the output may not be strictly lossless. This internal qualification reduces concern, but users should not over-trust the marketing language.
description: ... save 40%~60% tokens without losing logic ... Safe & lossless optimization ... Do not assume the transformation is strictly lossless.
Treat the token-saved result as a suggested rewrite, not a guaranteed equivalent transformation.
