← ClaudeAtlas

notify-whatsapplisted

Send WhatsApp notification about completed work, errors, or important updates
HermeticOrmus/whatsapp-mcp-setup · ★ 0 · AI & Automation · score 73
Install: claude install-skill HermeticOrmus/whatsapp-mcp-setup
# Notify via WhatsApp **Purpose:** Send WhatsApp notifications about completed work, significant updates, or issues requiring attention. --- ## When to Use - User explicitly requests "send me a WhatsApp" - Major task completion (research, refactoring, deployment) - Errors requiring attention - Significant project updates - User says "notify me when done" --- ## Destination **CUSTOMIZE**: Replace with your own JID. ``` Default: YOUR_PHONE@c.us Group: YOUR_GROUP_ID@g.us (if you have a dedicated notifications group) ``` --- ## Message Templates ### Task Completion ``` ✅ {Task Name} complete {2-3 sentence summary} 📊 Stats: • Files modified: {count} • Lines changed: {count} • Commit: {hash} 🎯 Next steps: • {Next action 1} • {Next action 2} ``` ### Research Complete ``` 🔍 Research complete: {Topic} {Key insight or finding} 📚 Deliverables: • {Document 1} �� {Document 2} 💡 Top insights: • {Insight 1} • {Insight 2} 🎯 Recommended next action: {Description} ``` ### Deployment ``` 🚀 Deployed: {Project/Feature} Commit: {hash} Changes: • {Change 1} • {Change 2} Status: ✅ Live URL: {url} ``` ### Error / Attention Needed ``` ⚠️ Attention needed: {Error type} {Brief description} Impact: {What's affected} 🔧 Suggested fix: {Recommendation} ``` --- ## Procedure ### Step 1: Determine Notification Type Based on context, identify: Task Completion, Research, Deployment, Error, or Custom. ### Step 2: Gather Key Info - What was completed (1-2 sentences)