OpenClaw Outlook Add-in
An Office.js sidebar add-in that connects Outlook to your local OpenClaw Gateway via WebSocket. Select any email, and your full agent — with all tools, skills, and automations — is available right in the sidebar.
Repository: https://github.com/nachtsheim/openclaw-outlook-addin (MIT)
Quick Start
git clone https://github.com/nachtsheim/openclaw-outlook-addin.git
cd openclaw-outlook-addin
npm install
npx office-addin-dev-certs install # first time only
npm run dev # starts https://localhost:3000
Then add https://localhost:3000 to Gateway allowed origins and sideload manifest.xml into Outlook.
Full setup instructions, architecture details, auto-start config, and troubleshooting: see README.