Evergreen Webinar Funnel

SkillCloud & infra

Automated evergreen webinar funnel. Simulates a "live" experience on-demand so leads can register and watch immediately (or at scheduled slots). Best for scaling a proven webinar without live hosting.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Evergreen Webinar Funnel skill

What this skill tells your AI

The instructions your AI receives, as published by ominou5/funnel-architect-plugin in skills/evergreen-webinar-funnel/SKILL.md and read by ahel’s review.

Take a proven live webinar and run it on autopilot 24/7.

Flow

Traffic → Registration → Watch Page (simulated live) → Offer Page → Checkout
PagePurpose
RegistrationCapture email, pick a session time
Watch PagePre-recorded video with live-like UI
Offer PagePresent offer — appears mid/post webinar
CheckoutPayment capture

Registration Page Requirements

  • Multiple session times — "Pick the best time": next 15 min, next hour, tomorrow 10am, tomorrow 7pm
  • "Just in time" framing — "Your session starts in 14 minutes"
  • Countdown to session — builds urgency to attend
  • SMS/email reminder option

Watch Page "Live" Elements

  • Chat simulation (optional — pre-loaded messages)
  • "X people watching now" counter
  • No scrub bar — video plays linearly like a live session
  • CTA appears at offer point — typically 40–60 min in
  • Time-limited replay (24–48 hours)

Session Schedule Pattern

// Generate "next available" sessions
function getNextSessions() {
  const now = new Date();
  return [
    { label: 'Starting in 15 minutes', time: addMinutes(now, 15) },
    { label: 'Today at ' + formatTime(addHours(now, 1)), time: addHours(now, 1) },
    { label: 'Tomorrow at 10:00 AM', time: nextDayAt(10) },
    { label: 'Tomorrow at 7:00 PM', time: nextDayAt(19) },
  ];
}

Email Sequence

EmailTimingPurpose
ConfirmationImmediatelySession time + calendar link
Reminder 11 hour before"Your session starts soon"
Reminder 25 min before"We're going live — join now"
Replay+4 hours after session"Missed it? Watch the replay"
Offer Reminder+24 hoursSocial proof + expiring offer
Last Chance+48 hours"Replay expires tonight"

Conversion Benchmarks

MetricTarget
Registration rate> 30%
Show rate (reg → watch)> 35%
Watch > 50% of video> 50% of attendees
Webinar → offer page> 20%
Offer → purchase> 5%
Overall reg → purchase> 2%

Ethical Guidelines

  • Be transparent that it's pre-recorded (or avoid claiming it's live)
  • Don't fake chat messages from real people
  • Honor any "limited time" offers — don't show them again after expiry
  • Give genuine replay access as promised

Signals

GitHub stars
81
Forks
18
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
evergreen-webinar-funnel
Source
github.com/ominou5/funnel-architect-plugin