https://github.com/ckpxgfnksd-max/prompt-compressor-openclaw

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

Future memories and logs may be shorter and less nuanced, which can save tokens but may lose detail.

Why it was flagged

The skill intentionally changes how persistent memory and log files are written, which can affect future context and summaries.

Skill content
You save tokens on every response and in all persistent files... When writing to MEMORY.md or memory/YYYY-MM-DD.md
Recommendation

Install only if you want persistent concise-memory behavior; keep a backup of SOUL.md and remove the snippet if it interferes with accuracy or recall.

What this means

If enabled, the hook may alter the wording of user prompts before the model sees them, which could affect intent in cases where exact phrasing matters.

Why it was flagged

The included handler is disclosed as a hook that can run automatically on incoming messages if the user manually installs and enables it.

Skill content
Runs as a message:received hook — compresses user messages BEFORE the LLM sees them.
Recommendation

Use the hook only when you are comfortable with automatic prompt rewriting; avoid it for legal, safety-critical, or exact-wording tasks.