feat: add Obsidian-based conversation memory to whatsapp-mcp#7
Open
katzboaz wants to merge 1 commit intoMSApps-Mobile:mainfrom
Open
feat: add Obsidian-based conversation memory to whatsapp-mcp#7katzboaz wants to merge 1 commit intoMSApps-Mobile:mainfrom
katzboaz wants to merge 1 commit intoMSApps-Mobile:mainfrom
Conversation
Add conversation-memory skill that stores per-contact WhatsApp profiles in the Obsidian vault's People/ folder and conversation logs under Claude Memory/WhatsApp/. Replaces the Notion-only memory backend with local filesystem storage. Includes pre-conversation lookup, post-conversation profile updates, lead tracking, and outreach logging. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
conversation-memoryskill towhatsapp-mcpplugin — stores per-contact WhatsApp profiles in the Obsidian vault instead of NotionPeople/{Name}.mdwith a## WhatsApp Profilesection (preferred language, tone, learnings, success score)Claude Memory/WhatsApp/{Name}/{date}.mdClaude Memory/WhatsApp/Outreach Log.mdWhat changed
plugins/whatsapp-mcp/CLAUDE.md— updated architecture to mention Obsidian, added conversation-memory skillplugins/whatsapp-mcp/README.md— updated memory references from Notion-only to Obsidian + Notionplugins/whatsapp-mcp/skills/conversation-memory/SKILL.md— new — full implementation guide for Obsidian-based contact memory with pre/post conversation workflows, lead tracking, and outreach loggingTest plan
People/folder correctlyClaude Memory/WhatsApp/🤖 Generated with Claude Code