Call Center
by @ivangdavila
Handle customer calls with scripts, issue resolution, escalation protocols, and interaction logging.
clawhub install call-centerπ About This Skill
name: Call Center slug: call-center version: 1.0.0 homepage: https://clawic.com/skills/call-center description: Handle customer calls with scripts, issue resolution, escalation protocols, and interaction logging. metadata: {"clawdbot":{"emoji":"π","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
When to Use
Agent handles customer interactions via phone or voice channels. Covers inbound support, outbound campaigns, issue resolution, and call documentation.
Architecture
Memory lives in ~/call-center/. See memory-template.md for setup.
~/call-center/
βββ memory.md # HOT: active calls, recent issues
βββ scripts/ # Call scripts by type
βββ escalations.md # Escalation log and patterns
βββ metrics.md # Call stats and performance
Quick Reference
| Topic | File |
|-------|------|
| Memory setup | memory-template.md |
| Call scripts | scripts.md |
| Escalation guide | escalation.md |
Core Rules
1. Greet and Identify
2. Active Listening First
3. Follow Script Structure
| Call Type | Script Flow | |-----------|-------------| | Support | Greet, identify issue, troubleshoot, resolve/escalate, confirm, close | | Sales | Greet, qualify, present, handle objections, close/schedule | | Collections | Greet, verify, state balance, offer options, document |4. Document Everything
5. Escalation Triggers
Escalate immediately when:6. Close with Confirmation
7. Post-Call Wrap
Call Center Traps
Metrics to Track
| Metric | Target | Why | |--------|--------|-----| | First Call Resolution | >75% | Reduces callbacks | | Average Handle Time | Context-dependent | Balance efficiency/quality | | Customer Satisfaction | >4.0/5 | Quality indicator | | Escalation Rate | <15% | Agent empowerment | | After-Call Work | <2 min | Documentation efficiency |
Related Skills
Install withclawhub install if user confirms:
customer-support - support workflowsescalate - escalation patternscrm - customer data managementchat - text conversationsFeedback
clawhub star call-centerclawhub syncβ‘ When to Use
Agent handles customer interactions via phone or voice channels. Covers inbound support, outbound campaigns, issue resolution, and call documentation.