OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar
Ad

Direct Integration with Local OpenClaw Agent

A developer has released an Outlook add-in that connects directly to your local OpenClaw Gateway via WebSocket. Unlike basic AI email helpers, this tool provides access to your entire OpenClaw agent with all configured tools, skills, and automations from within Outlook's sidebar.

Core Functionality

The add-in reads the currently selected email's subject, sender, and body content, passing this as context to your OpenClaw agent. You can then chat with your agent in the sidebar interface, maintaining the same capabilities and tools you normally use.

Key Features from Source

  • One-click draft reply generation that opens Outlook's native compose window for review
  • Per-email chat sessions that persist when switching between emails
  • Light/dark mode auto-detection based on Outlook's theme
  • Pinned sidebar option and automatic WebSocket reconnection
  • Works with Outlook Desktop (Classic), Outlook Web (OWA), and Microsoft 365
Ad

Practical Applications

Since the add-in connects to your full OpenClaw agent, you can perform any actions your agent is configured for directly from Outlook. The source mentions examples including creating calendar events, querying a Redmine tracker, looking up contacts, and triggering automations.

Technical Implementation

The add-in is built with Office.js and vanilla JavaScript, using a webpack development server with a WebSocket Secure (WSS) proxy to the local OpenClaw Gateway. The architecture keeps everything local—no cloud services or third-party dependencies are required, with all communication running through localhost.

The project is available on GitHub under an MIT license at https://github.com/nachtsheim/openclaw-outlook-addin.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs
Tools

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs

A free extension for Visual Studio 2022 connects directly to local Ollama endpoints, enabling private AI coding assistance without switching between tools. It supports models like DeepSeek and Llama 3 with cloud fallback options.

OpenClawRadar
Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Tools

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration

Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.

OpenClawRadar
Implementing AI Checks with Continue for Source-Controlled PR Reviews
Tools

Implementing AI Checks with Continue for Source-Controlled PR Reviews

Continue integrates AI checks directly into your pull request workflow by using markdown files as source-controlled checks, visible through GitHub status checks.

OpenClawRadar
Hypura: Storage-tier-aware LLM inference scheduler for Apple Silicon
Tools

Hypura: Storage-tier-aware LLM inference scheduler for Apple Silicon

Hypura is a Rust-based inference scheduler that places model tensors across GPU, RAM, and NVMe tiers to run models exceeding physical memory on Apple Silicon Macs. It enables running a 31GB Mixtral 8x7B on a 32GB Mac Mini at 2.2 tok/s and a 40GB Llama 70B at 0.3 tok/s where vanilla llama.cpp crashes.

OpenClawRadar