SkillAgentSearch skills...

Edgee

Open-source AI gateway written in Rust, with token compression for Claude Code, Codex... and any other LLM client.

Install / Use

/learn @edgee-ai/Edgee
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Claude Desktop
OpenAI Codex

README

<div align="center"> <p align="center"> <a href="https://www.edgee.ai"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.ai/img/logo-white.svg"> <img src="https://cdn.edgee.ai/img/logo-black.svg" height="50" alt="Edgee"> </picture> </a> </p>

License Edgee Docs Twitter

</div>

AI coding assistants are incredible. They're also expensive. Every prompt you send to Claude Code or Codex carries context, your files, your history, your instructions, and your token consumption is crazy.

Edgee sits between your coding agent and the LLM APIs and compresses that context before it reaches the model. Same output. Fewer tokens. Lower bill.

<img width="1997" height="807" alt="ai-gateway-horizontal-light" src="https://github.com/user-attachments/assets/09829f8f-cbf3-4afe-8947-bd4cd421667f" />

Install

macOS / Linux (curl)

curl -fsSL https://edgee.ai/install.sh | bash

Homebrew (macOS)

brew install edgee-ai/tap/edgee

Windows (PowerShell)

irm https://edgee.ai/install.ps1 | iex

Installs to %LOCALAPPDATA%\Programs\edgee\. You can override the directory with $env:INSTALL_DIR before running.


Quickstart

Launch Claude Code with token compression

edgee launch claude

That's it. Edgee configures itself as a gateway and Claude Code routes through it automatically.

Launch Codex with token compression

edgee launch codex

What it does

Token compression — Edgee analyzes your request context and removes redundancy before sending it upstream. It's lossless from the model's perspective: the response is identical, but the prompt is leaner.

Usage tracking — See how many tokens you're sending, how many you're saving, and what it costs — in real time.


Supported setups

| Tool | Setup command | Status | |---|---|---| | Claude Code | edgee launch claude | ✅ Supported | | Codex | edgee launch codex | ✅ Supported | | Opencode | edgee launch opencode | ✅ Supported | | Cursor | edgee launch cursor | 🔜 Coming soon |


Contributing

Edgee is Apache 2.0 licensed and we genuinely want your contributions.

git clone https://github.com/edgee-ai/edgee
cd edgee
cargo build

See CONTRIBUTING.md for the full guide. For bigger changes, open an issue first so we can align before you build.


Community

Related Skills

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated8h ago
Forks3

Languages

Rust

Security Score

95/100

Audited on Apr 8, 2026

No findings