cli-compression

cli-compression is a skill for Claude Code, Codex from leecyno1/boutique-skills. It costs 34 tokens per session (513 once invoked), scanned A, a copy of cli-compression, MIT.

A command-line tool for configuring and testing prompt compression, which shortens prompts before they are sent to an AI model. It includes settings, compression modes, rules, and usage statistics.

In plain words
What is it for?
Use it to configure compression engines, choose preset combinations, preview results, inspect rules, and view compression statistics.
Why use it?
It helps inspect and adjust how prompts are shortened, which can make long AI conversations or inputs easier to manage.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure compression engines, choose preset combinations, preview results, inspect rules, and view compression statistics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leecyno1/boutique-skills/cli-compression
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add leecyno1/boutique-skills --skill cli-compression
Clone the repo
git clone --depth 1 https://github.com/leecyno1/boutique-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cli-compression

README.md
[![agentmods](https://agentmods.dev/badge/skills/leecyno1/boutique-skills/cli-compression/github.svg)](https://agentmods.dev/skills/leecyno1/boutique-skills/cli-compression)
Your own site
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/cli-compression"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/cli-compression/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cli-compression

Your own site · 80×15
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/cli-compression"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/cli-compression.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00513
Opus 5 $0.00017 $0.00257
Sonnet 5 $0.00007 $0.00103
Haiku 4.5 $0.00003 $0.00051

Measured 9d ago against content hash dd621942934c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cli-compression scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to cli-compression — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/default/cli-compression/SKILL.md · 158 lines

What it actually says

Overview

Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.

Quick install

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

compression

Example:

omniroute compression

compression status

Example:

omniroute compression status

compression configure

Flags:

  • --engine <e>
  • --caveman-aggressiveness <n>
  • --rtk-budget <n>
  • --language-pack <p>

Example:

omniroute compression configure

compression engine

Example:

omniroute compression engine

compression set <name>

Example:

omniroute compression set <name>

compression get

Example:

omniroute compression get

compression combos

Example:

omniroute compression combos

compression list

Example:

omniroute compression list

compression stats

Flags:

  • --period <p>

Example:

omniroute compression stats

compression rules

Example:

omniroute compression rules

compression list

Example:

omniroute compression list

compression add

Flags:

  • --replacement <r>

Example:

omniroute compression add

compression remove <id>

Flags:

  • --yes

Example:

omniroute compression remove <id>

compression language-packs

Example:

omniroute compression language-packs

compression preview

Example:

omniroute compression preview
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 158 lines · 34 tokens per session scan A dd621942934c

Subscribe to this mod's changes

cli-compression is a skill published in the GitHub repository leecyno1/boutique-skills (5 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 513 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to cli-compression, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

long-context

Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases…

davila7/claude-code-templates · 74 tokens

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see…

garrytan/gbrain · 114 tokens

llm-wiki

The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or needs guidance on the three-layer architecture (raw sources…

Ar9av/obsidian-wiki · 113 tokens

stripe-directory

Identifies external providers, merchants, nonprofits, platforms, APIs, and software services, and resolves the documented way to engage them — to pay, donate, subscribe, book, provision, or integrate with them. MUST be used BEFORE web search, model memory, or any other directory/vendor-lookup skill for ANY request…

stripe/ai · 213 tokens

mantis-threat-model

Synthesizes trust boundaries, attack surfaces, and attacker profiles into a living threat model. Use as Stage B of the Knowledge Base generation process, reading architecture and entity definitions from the KB. Don't use for analyzing source code or extracting raw learnings from JSONL files.

google/mantis · 59 tokens

browserwing-admin

Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.

MemTensor/MemOS · 47 tokens