From 647b3a2ebcfed53977b8e6397ef9172874ab6db8 Mon Sep 17 00:00:00 2001 From: Essam Masoudy Date: Sat, 13 Jun 2026 20:17:39 +0300 Subject: [PATCH] Add headroom_compress: 50-70% token compression for Agent Zero --- plugins/headroom_compress/index.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/headroom_compress/index.yaml diff --git a/plugins/headroom_compress/index.yaml b/plugins/headroom_compress/index.yaml new file mode 100644 index 0000000..e82d973 --- /dev/null +++ b/plugins/headroom_compress/index.yaml @@ -0,0 +1,11 @@ +title: Headroom Context Compression +description: > + Automatically compresses tool outputs in your agent conversations using Headroom AI. + Saves 50-70% tokens on every agent turn by compressing file reads, command output, + search results, and API responses. Works with any LLM provider. Zero configuration + needed — install, run setup, done. +github: https://github.com/emasoudy/headroom-compress-a0 +tags: + - llm + - prompting + - optimization