cli-compression
FeaturedConfigure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
AI & Automation 32,540 stars
4212 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `compression`
**Example:**
```bash
omniroute compression
```
### `compression status`
**Example:**
```bash
omniroute compression status
```
### `compression configure`
**Flags:**
- `--engine <e>`
- `--caveman-aggressiveness <n>`
- `--rtk-budget <n>`
- `--language-pack <p>`
**Example:**
```bash
omniroute compression configure
```
### `compression engine`
**Example:**
```bash
omniroute compression engine
```
### `compression set <name>`
**Example:**
```bash
omniroute compression set <name>
```
### `compression get`
**Example:**
```bash
omniroute compression get
```
### `compression combos`
**Example:**
```bash
omniroute compression combos
```
### `compression list`
**Example:**
```bash
omniroute compression list
```
### `compression stats`
**Flags:**
- `--period <p>`
**Example:**
```bash
omniroute compression stats
```
### `compression rules`
**Example:**
```bash
omniroute compression rules
```
### `compression list`
**Example:**
```bash
omniroute compression list
```
### `compression add`
**Flags:**
- `--replacement <r>`
**Example:**
```bash
omniroute compre...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
omni-compression
Configure RTK (command output), Caveman (prose), and stacked compression modes. Manage language packs, custom rules, and test prompt compression reducing tokens by 60–90%.
32,540 Updated today
diegosouzapw AI & Automation Featured
cli-contexts
Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
32,540 Updated today
diegosouzapw AI & Automation Featured
cli-routing
Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
32,540 Updated today
diegosouzapw