cold-call
Place outbound cold calls via Twilio + ElevenLabs, qualify prospects, stream live transcripts, and book demos
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Place outbound cold calls via Twilio + ElevenLabs, qualify prospects, stream live transcripts, and book demos
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
| name | cold-call |
| version | 1.0.0 |
| description | Place outbound cold calls via Twilio + ElevenLabs, qualify prospects, stream live transcripts, and book demos |
| trigger | cold call|call the|dial|outbound call|book a demo|qualify |
| tools | ["tool_search","tool_install","voice_call","voice_stream","memory_read","memory_write","send_message"] |
When triggered, run an outbound cold-call session:
tool_search. If missing:
tool_install({ name: "twilio" }) and tool_install({ name: "elevenlabs" })write_file to create a Call Queue canvas:
name, company, phone, timezone, status (queued|dialing|connected|voicemail|no_answer|not_interested|do_not_call|demo_booked|callback_requested|failed), disposition, transcript, qualificationNotes, demoSlot, attempts, lastError, linkedFromLeadIdstatus to dialingvoice_callwrite_file after each segmentstatus and write a one-line qualificationNotes summarymemory_write any do-not-call requests, hot leads, and the session summarysend_message on demo_booked and callback_requestedIf Twilio or ElevenLabs are not connected, do not dial. Render the setup checklist and tell the user exactly what's missing.