A Claude skill that builds a complete, high-converting call funnel from a short conversation: a landing page, a booking page, a confirmation page, and the email and SMS follow-ups that stop no-shows. Built for coaches, consultants, and agencies who want a funnel without touching design or code.
Answer a few plain questions, get finished pages plus the follow-up sequence, then preview or deploy.
- Landing page with your offer, proof, and an application form that qualifies the lead.
- Booking page with a "you qualified" message and your calendar.
- Confirmation page, the show-up page: the "not confirmed yet" framing, a pre-sell video, and a wall of results.
- Email + SMS sequence: eight post-booking touches plus a no-show recovery flow.
Three ways, all under a minute.
Option A, one click
- Open
call-funnel-builder.skillin Claude. - Click Save skill.
Option B, one command from the repo
# macOS or Linux
bash install.sh
# Windows (PowerShell)
.\install.ps1
Option C, copy it yourself
cp -r skill/call-funnel-builder ~/.claude/skills/
- Say "build my funnel" (or "make a landing page for my offer", "set up my thank-you page").
- Answer a few questions: who it is for, your offer, your calendar link, a couple of results.
- You get:
landing.html,booking.html,confirm.html,email-sms-sequence.md. - Preview it ("open my funnel") or deploy it ("deploy my funnel").
- Wire two links: the form goes to the booking page, the calendar goes to the confirmation page.
call-funnel-builder.skill The packaged skill. Click "Save skill" to install.
skill/call-funnel-builder/ The skill source: SKILL.md, page templates, references.
guide/ A printable client guide (PDF).
prompt/build-prompt.md A copy-paste prompt for any AI builder (Lovable, v0, Bolt).
examples/example-funnel/ A full example the skill produced. Open the .html in a browser.
Open prompt/build-prompt.md, paste it into Claude Code, Lovable, v0, Bolt, or any AI website
builder, and fill in the bracketed details. It produces the same funnel.
MIT. See LICENSE.