Look up contacts by name to resolve phone numbers before making calls. Use when the user says "call John" instead of providing a phone number.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill contacts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Contacts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-contacts)More formats (shields.io, HTML) on the badges page.
---
name: contacts
description: >
Look up contacts by name to resolve phone numbers before making calls.
Use when the user says "call John" instead of providing a phone number.
---
# Contacts
Resolve contact names to phone numbers for outbound calls.
## Flow
1. User says "call [name]" or "/amber:call [name] [objective]"
2. Look up the name in the CRM via `crm(action: "lookup", identifier: "name")`
3. If found, use the stored phone number
4. If multiple matches, present options and let the user choose
5. If not found, ask the user for the phone number
## Guidelines
- Be fuzzy with name matching — "John" should match "John Smith"
- If ambiguous, always confirm before dialing ("I found John Smith at +1-416-555-1234 — is that right?")
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!