Defluff
AI wrote this email. Let's see what they actually wanted.
Reverse the AI behind corporate email: infer the prompt the sender gave their LLM,
classify the message, surface the real ask. Zero servers, your keys, your models.

A real sales-outreach email, defluffed — the reversed prompt gives it away in one line.
What is this?
Corporate email has become unreadable. Half of every message is AI-generated filler, restated context, and "I hope this finds you well."
Defluff is a browser extension and Outlook add-in that replaces the body of an open email with:
- The reversed prompt — one line naming what the sender probably asked an AI to write ("Pitch our DevOps services and offer a free infrastructure review"). Often this is all you need.
- A verdict — Actionable / Response needed / FYI / Noise, with scam-pattern naming for the threats you actually see in 2026: invoice fraud / BEC, phishing, fake recruiter, conference scam, crypto pitch.
- 3–5 bullets — the actual specifics, preserved verbatim.
"Show original" is one click away if you want the full email back.
The interesting part isn't the summarization — that's just an LLM call with a restrictive prompt. The interesting part is the trust model: there is no Defluff backend. Your email body and your API key never leave your browser for any infrastructure we operate. Each De-Fluff click goes straight from your browser to the LLM provider you picked. Zero retention isn't a policy, it's the architecture.
How it works
|
1. Install
Chrome/Edge/Firefox extension,
or Outlook Office.js add-in.
|
2. Configure
Click the icon, pick a provider,
paste your key. That's it.
|
3. Defluff
Click the button on any email.
Prose collapses into bullets.
|
Install
Available now
|
Claude Code plugin — Anthropic agent surface
|
claude plugin marketplace add FinAegis/defluff
claude plugin install defluff@finaegis
|
|
ClawHub — Openclaw skill
|
openclaw skills install defluff
|
Coming soon (pending live-testing — track in #7)
- Chrome Web Store — browser extension for Gmail / Outlook Web / LinkedIn Messaging
- Edge Add-ons — same build
- Firefox AMO — same build
- Microsoft AppSource — Outlook add-in (desktop + web)
For developers right now
git clone https://github.com/FinAegis/defluff.git
cd defluff
pnpm install
pnpm --filter @defluff/extension build
Then load apps/extension/dist as an unpacked extension (chrome://extensions → Developer mode → Load unpacked). Click the Defluff icon in the toolbar to open settings.
For the Outlook add-in:
pnpm --filter @defluff/outlook-addin dev
Then sideload apps/outlook-addin/manifest.xml from Outlook Web → Get Add-ins → My add-ins → Custom Addins.
Providers
| Provider | Default model | How it connects |
|---|
| Anthropic Claude | claude-haiku-4-5-20251001 | Messages API with the browser-direct header |
| OpenAI | gpt-4o-mini | dangerouslyAllowBrowser — not actually dangerous here since it's your own key in your own browser |
| Google Gemini | gemini-2.5-flash | Key as query param, native CORS |
| OpenAI-compatible | llama3 | Ollama (http://localhost:11434/v1), LM Studio, or any compatible endpoint |
All four share one extraction prompt. Swap providers anytime from the options page.
How it compares
| Defluff | Shortwave | Superhuman AI | Grammarly |
|---|
| Your email reaches their servers | Never | Yes | Yes | Yes |
| Stores your content | Never | Yes | Yes | Yes |
| Needs an account | No | Yes | Yes | Yes |
| Monthly cost | $0* | $12 | $40 | $12 |
| Open source | Yes | No | No | No |
| Works with local LLMs | Yes (Ollama) | No | No | No |
* Plus whatever you pay your chosen LLM provider. Typical heavy usage: under $1/month on Claude Haiku or GPT-4o mini. $0 on Ollama.