‹ 首页

evergreen-webinar-funnel

@ominou5 · 收录于 1 周前

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.

适合你,如果你有录好的研讨会内容,想自动吸引和转化潜在客户

/ 下载安装
evergreen-webinar-funnel.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add ominou5/funnel-architect-plugin/evergreen-webinar-funnel
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- ominou5/funnel-architect-plugin/evergreen-webinar-funnel
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify ominou5/funnel-architect-plugin/evergreen-webinar-funnel
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
67GitHub stars
~560最小装载
~560含声明引用
~4.1K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 7c5acf6

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
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。