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.