π¦ ClawHub
Call
by @agenticio
Call management system with preparation, real-time capture, and follow-up tracking. Use when user mentions phone calls, meetings, conversations, commitments...
TERMINAL
clawhub install callπ About This Skill
name: call description: Call management system with preparation, real-time capture, and follow-up tracking. Use when user mentions phone calls, meetings, conversations, commitments made, or follow-ups needed. Prepares for calls, captures key points and decisions in real-time, tracks action items and commitments, drafts follow-ups, and builds conversation history. All data stored locally.
Call
Call management system. Every conversation, fully leveraged.
Critical Privacy & Safety
Data Storage (CRITICAL)
memory/calls/Privacy Note
Call records contain sensitive information. All data stays local and private. You control what is captured and retained.Data Structure
Call data stored locally:memory/calls/calls.json - Complete call recordsmemory/calls/contacts.json - Contact history and contextmemory/calls/commitments.json - Commitments made/receivedmemory/calls/followups.json - Pending follow-upsmemory/calls/templates.json - Follow-up message templatesCore Workflows
Prepare for Call
User: "I have a call with Acme Corp in 30 minutes"
β Use scripts/prep_call.py --contact "Acme Corp" --purpose "negotiate contract"
β Pull previous calls, open commitments, relevant context
Capture During Call
User: "Note: They need the proposal by Friday, Sarah is decision maker, follow up on pricing"
β Use scripts/capture_fragments.py --call-id "CALL-123" --fragments "proposal by Friday, Sarah decision maker, follow up pricing"
β Build structured notes in real-time
End Call & Generate Summary
User: "Call is done"
β Use scripts/end_call.py --call-id "CALL-123"
β Generate summary: decisions, action items, commitments
Track Follow-ups
User: "What follow-ups do I owe?"
β Use scripts/check_followups.py
β Show all pending commitments with deadlines
Draft Follow-up Message
User: "Draft follow-up to Sarah"
β Use scripts/draft_followup.py --contact "Sarah" --call-id "CALL-123"
β Generate personalized follow-up email with specific references
Module Reference
Scripts Reference
| Script | Purpose | |--------|---------| |prep_call.py | Prepare for upcoming call |
| capture_fragments.py | Capture notes during call |
| end_call.py | End call and generate summary |
| check_followups.py | Check pending follow-ups |
| draft_followup.py | Draft follow-up message |
| log_call.py | Log completed call |
| contact_history.py | View contact conversation history |
| commitment_status.py | Check commitment status |