File contents Evergreen Webinar Funnel
Take a proven live webinar and run it on autopilot 24/7.
Flow
Traffic → Registration → Watch Page (simulated live) → Offer Page → Checkout
Page
Purpose
Registration
Capture email, pick a session time
Watch Page
Pre-recorded video with live-like UI
Offer Page
Present offer — appears mid/post webinar
Checkout
Payment 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
Email
Timing
Purpose
Confirmation
Immediately
Session time + calendar link
Reminder 1
1 hour before
"Your session starts soon"
Reminder 2
5 min before
"We're going live — join now"
Replay
+4 hours after session
"Missed it? Watch the replay"
Offer Reminder
+24 hours
Social proof + expiring offer
Last Chance
+48 hours
"Replay expires tonight"
Conversion Benchmarks
Metric
Target
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
Source: ominou5/funnel-architect-plugin — distributed by TomeVault .
1 --- 2 name: ominou5-funnel-architect-plugin-funnel-architect-plugin 3 description: Evergreen Webinar Funnel 4 --- 5 6 # Evergreen Webinar Funnel 7 8 Take a proven live webinar and run it on autopilot 24/7. 9 10 ## Flow 11 12 ``` 13 Traffic → Registration → Watch Page (simulated live) → Offer Page → Checkout 14 ``` 15 16 | Page | Purpose | 17 |---|---| 18 | Registration | Capture email, pick a session time | 19 | Watch Page | Pre-recorded video with live-like UI | 20 | Offer Page | Present offer — appears mid/post webinar | 21 | Checkout | Payment capture | 22 23 ## Registration Page Requirements 24 - **Multiple session times** — "Pick the best time": next 15 min, next hour, tomorrow 10am, tomorrow 7pm 25 - **"Just in time" framing** — "Your session starts in 14 minutes" 26 - **Countdown to session** — builds urgency to attend 27 - **SMS/email reminder** option 28 29 ## Watch Page "Live" Elements 30 - Chat simulation (optional — pre-loaded messages) 31 - "X people watching now" counter 32 - **No scrub bar** — video plays linearly like a live session 33 - **CTA appears at offer point** — typically 40–60 min in 34 - Time-limited replay (24–48 hours) 35 36 ## Session Schedule Pattern 37 ```javascript 38 // Generate "next available" sessions 39 function getNextSessions() { 40 const now = new Date(); 41 return [ 42 { label: 'Starting in 15 minutes', time: addMinutes(now, 15) }, 43 { label: 'Today at ' + formatTime(addHours(now, 1)), time: addHours(now, 1) }, 44 { label: 'Tomorrow at 10:00 AM', time: nextDayAt(10) }, 45 { label: 'Tomorrow at 7:00 PM', time: nextDayAt(19) }, 46 ]; 47 } 48 ``` 49 50 ## Email Sequence 51 52 | Email | Timing | Purpose | 53 |---|---|---| 54 | Confirmation | Immediately | Session time + calendar link | 55 | Reminder 1 | 1 hour before | "Your session starts soon" | 56 | Reminder 2 | 5 min before | "We're going live — join now" | 57 | Replay | +4 hours after session | "Missed it? Watch the replay" | 58 | Offer Reminder | +24 hours | Social proof + expiring offer | 59 | Last Chance | +48 hours | "Replay expires tonight" | 60 61 ## Conversion Benchmarks 62 63 | Metric | Target | 64 |---|---| 65 | Registration rate | > 30% | 66 | Show rate (reg → watch) | > 35% | 67 | Watch > 50% of video | > 50% of attendees | 68 | Webinar → offer page | > 20% | 69 | Offer → purchase | > 5% | 70 | Overall reg → purchase | > 2% | 71 72 ## Ethical Guidelines 73 - Be transparent that it's pre-recorded (or avoid claiming it's live) 74 - Don't fake chat messages from real people 75 - Honor any "limited time" offers — don't show them again after expiry 76 - Give genuine replay access as promised 77 78 --- 79 > Source: [ominou5/funnel-architect-plugin](https://github.com/ominou5/funnel-architect-plugin) — distributed by [TomeVault](https://tomevault.io). 80 <!-- tomevault:4.0:skill_md:2026-06-26 -->
tomevault-io/skills-registry/tree/main/ominou5--funnel-architect-plugin--funnel-architect-plugin commit 36203d6fa4
Frequently asked questions How do I install the Ominou5 Funnel Architect Plugin Funnel Architect Plugin skill? Run npx skillmds@latest add tomevault-io/ominou5-funnel-architect-plugin-funnel-architect-plugin in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Ominou5 Funnel Architect Plugin Funnel Architect Plugin skill do? Evergreen Webinar Funnel It is listed under Coding & Dev Tools on SkillMD.
Is Ominou5 Funnel Architect Plugin Funnel Architect Plugin safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Ominou5 Funnel Architect Plugin Funnel Architect Plugin? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Ominou5 Funnel Architect Plugin Funnel Architect Plugin free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Ominou5 Funnel Architect Plugin Funnel Architect Plugin? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.