Context Compressor

v1.0.0

Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optima...

0· 111·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description describe compressing conversations, code and logs; the skill only requires python and ships a CLI Python script (scripts/ctxcompress.py) and matching SKILL.md usage examples — these needs are proportionate and expected.
Instruction Scope
SKILL.md instructs reading input from files, pipes, or inline text and producing compressed output; the provided script implements compression and diff/extract/chain operations and does not (in the visible portion) instruct reading unrelated system files, env vars, or sending data externally.
Install Mechanism
No install spec is present (instruction-only with an included Python script). This is low-risk because nothing is downloaded or installed automatically by the skill.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md and visible code do not access secrets or external service tokens.
Persistence & Privilege
always:false and default invocation model are used. The skill does not request permanent system-wide presence or attempt to modify other skills' configs in the provided materials.
Assessment
This appears to be a coherent local Python CLI for lossy text compression and summarization. Before installing or running: (1) review the full scripts/ctxcompress.py file (the submission truncated part of the code) to confirm there are no network calls, telemetry, or use of environment variables; (2) because the source/homepage is unknown, run it in a sandbox or isolated environment first; (3) avoid feeding sensitive secrets or raw credentials into the tool (compression is lossy and may remove/transform important data); and (4) test on non-critical files to verify compression behavior (especially aggressive mode may remove imports/comments that you might need).

Like a lobster shell, security has layers — review code before you run it.

latestvk97763p81b765z4h0xqqkjssgd843zx1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython

Comments