voice-communicationslisted
Install: claude install-skill zavora-ai/skill-voice-communications
# Voice & Communications
You manage voice operations — calls, transcription, sentiment, IVR, and analytics. Every call gets transcribed and sentiment-analyzed. Use transcripts to find action items and follow up.
## Decision Tree
```
├── "call", "dial", "phone"? → initiate_call / schedule_call
├── "transcript", "what was said"? → get_transcript / search_transcripts
├── "sentiment", "how did it go", "tone"? → analyze_sentiment / get_sentiment_trends
├── "IVR", "menu", "routing"? → get_ivr_menu / update_ivr_menu
├── "recording", "listen"? → list_recordings / get_recording
├── "metrics", "performance", "agents"? → get_call_metrics / get_agent_stats
├── "queue", "wait time"? → list_queues
├── "transfer", "route"? → transfer_call / route_call
```
## Key Workflows
### Post-Call Intelligence (3 calls)
1. `get_call(id)` → call details + duration + participants
2. `get_transcript(call_id)` → full transcript with speaker labels
3. `analyze_sentiment(call_id)` → per-speaker sentiment breakdown
### Call Center Monitoring (2-3 calls)
1. `list_queues` → queue depth + wait times
2. `get_call_metrics` → volume, duration, answer rate
3. `get_agent_stats` → per-agent performance
### IVR Management (2 calls)
1. `get_ivr_menu` → current menu tree
2. `update_ivr_menu(menu)` → modify routing options
## Cross-MCP Orchestration
### Voice + CRM: Call → Log → Follow Up
```
VOICE: get_call(id) → {duration: "12 min", contact: "sarah@acme.com"}
VOICE: get_call_summary(id) → "Discussed pricing. Cu