MailWise
/install mailwise
MailWise — Your Team's Email Memory
Stop re-investigating issues your team already solved. MailWise turns your email threads into a searchable knowledge base — index thousands of EML files locally, tag expert engineers, and use RAG to instantly surface how similar issues were debugged and resolved in the past.
"Have we seen this before?" → MailWise searches 25,000+ emails in under a second and shows you exactly what your best engineers said about it.
What you get
Semantic search — not keyword matching, but meaning-based retrieval across your entire email archive:
$ mailwise search "calendar sync fails after folder migration" --show-body
#1 [0.89] ★Expert RE: Outlook calendar not syncing after mailbox move
From: [email protected] (2024-11-15)
"The root cause is a stale folder-id cache. Clear HxCalendarSync
and restart the sync service..."
#2 [0.84] RE: Sync failure post-migration — Mac clients
From: [email protected] (2024-10-22)
"We've seen this pattern before. Check if the migration tool
preserved the folder GUIDs..."
#3 [0.81] ★Expert RE: Calendar items disappearing after move
From: [email protected] (2024-09-08)
"This is the same class of bug as CASE-4521. The fix is..."
RAG-powered analysis — Claude reads the most relevant past threads and synthesizes debugging guidance:
$ mailwise analyze "User reports calendar events vanish after moving to a new folder"
Based on 5 similar past issues, here's what your team has found:
● Root cause pattern: stale folder-id cache after migration (3 of 5 cases)
● Recommended first step: check HxCalendarSync logs for GUID mismatch
● Expert consensus: clearing the sync cache resolves ~80% of these cases
● Edge case: if GUIDs were not preserved during migration, a full re-sync is needed
Get started in 3 steps
pip install mailwise # 1. Install from PyPI
mailwise init # 2. Interactive setup wizard — creates config, sets directories
mailwise index # 3. Index your EML files (incremental, safe to re-run)
That's it. Now search with mailwise search "..." or get AI analysis with mailwise analyze "...".
Commands
Search for similar issues
mailwise search "describe the issue here" --show-body
--show-body— show a preview of each matching message--expert-only— only show replies from expert engineers-k N— number of results (default: 10)
Deep analysis with RAG
mailwise analyze "paste full bug report or issue description here"
-k N— number of similar issues to feed to Claude (default: 5)
Tip: Paste the FULL bug report — error codes, logs, environment details produce much better matches.
mailwise analyze "$(cat bug_report.txt)" -k 10
View a full email thread
mailwise show \x3CEMAIL_ID>
Check index status
mailwise stats
Manage expert engineers
mailwise experts list
mailwise experts add [email protected] --name "Jane Doe"
mailwise experts remove [email protected]
Expert engineers' replies get ★Expert tags and boosted scores in search results.
Typical workflow
- User describes an issue or pastes a bug report
- Run
mailwise search "..." --show-bodyto find similar past issues - If promising results found, run
mailwise analyze "..."for deep RAG analysis - Use
mailwise show \x3CID>to read full threads of interest - Summarize findings: root cause patterns, debugging steps, and next actions
Privacy & data handling
- Local-only commands (
index,search,show,stats,experts): Everything runs on your machine. Embeddings generated locally via sentence-transformers. No data sent anywhere. - External LLM command (
analyze): Sends email excerpts to the Anthropic API via Claude Code CLI. Do not use on sensitive emails unless your org's data policy permits it.
Authentication
- The
analyzecommand requires Claude Code CLI — runclaudeonce to authenticate, or setANTHROPIC_API_KEY - No auth needed for local commands (
index,search,show,stats,experts)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mailwise - 安装完成后,直接呼叫该 Skill 的名称或使用
/mailwise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
MailWise 是什么?
Search and analyze email issue threads from a local knowledge base. Use when the user asks about past bugs, incidents, or wants to find how experienced engin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 MailWise?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mailwise」即可一键安装,无需额外配置。
MailWise 是免费的吗?
是的,MailWise 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MailWise 支持哪些平台?
MailWise 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MailWise?
由 PetrGuan1995(@petrguan)开发并维护,当前版本 v1.0.2。