ThunderClaw: Run OpenClaw Agents Inside Thunderbird for Email Rewriting, Translation, and Summarization

ThunderClaw is a new extension that embeds the OpenClaw agent directly into Thunderbird, letting you rewrite, translate, and summarize emails without leaving your client. The backend runs on OpenClaw, so it works with any model you've configured there, including local models.
Key Features
- Rewrite, translate, summarize — invoke OpenClaw from selected email text.
- No send risk — the agent cannot send mail or modify recipients, attachments, or headers.
- Human-in-the-loop drafting — uses a Generate → Preview → Apply → Undo flow for every edit.
- Model-agnostic — uses OpenClaw's configuration, so you can use cloud or local models.
Requirements and Install
ThunderClaw requires OpenClaw version 2026.7.2-beta.7 or newer. Install via the official site: thunderclaw.net/#install. The source is available on GitHub.
Who built it?
The developer created it for personal use but is open to feedback from anyone who tries it.
📖 Read the full source: r/openclaw
👀 See Also

Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration
A merged uncensored model combining Qwen3.5-9B architecture with Claude 4.6 Opus training data is now available, with specific LM Studio 0.4.7 settings provided for optimal performance including temperature 0.7 and top K sampling 20.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.

Advisor: A /advisor Slash Command for Claude Code That Runs Opus + Parallel Sonnet Runners
A /advisor command for Claude Code runs Opus as a strategist coordinating multiple Sonnet runners that read files in parallel. Found 6 real bugs including a bidi-character trojan source gap.

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.