Skills call-screening
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/batthis/amber-voice-assistant/packaging/cowork/skills/call-screening" ~/.claude/skills/clawdbot-skills-call-screening && rm -rf "$T"
manifest:
skills/batthis/amber-voice-assistant/packaging/cowork/skills/call-screening/SKILL.mdsource content
Call Screening
Amber acts as an AI receptionist for inbound calls. She answers professionally, gathers information, and delivers structured summaries — so you only pick up calls that matter.
Screening Flow
- Greeting — Amber answers with a customizable greeting
- Identification — Asks who's calling and what it's regarding
- Information gathering — Collects caller name, callback number, message
- CRM lookup — Checks if the caller is a known contact (auto-enriches context)
- Calendar check — If the caller wants to book time, checks availability
- Summary delivery — Sends a structured summary with all captured details
MCP Tools
start_screening
Enable inbound call screening on the configured Twilio number.
stop_screening
Disable screening (calls ring through normally).
get_screening_status
Check whether screening is currently active.
Customization
The screening personality, greeting, and behavior are defined in AGENT.md. Users can edit this file to:
- Change the assistant's name and personality
- Customize the greeting message
- Set business hours and after-hours behavior
- Define which callers should be put through vs. screened
- Add organization-specific context (company name, services, etc.)