# Evergreen Webinar Funnel

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ominou5-funnel-architect-plugin-evergreen-webinar-funnel`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ominou5](https://agentstack.voostack.com/s/ominou5)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ominou5](https://github.com/ominou5)
- **Source:** https://github.com/ominou5/funnel-architect-plugin/tree/main/skills/evergreen-webinar-funnel
- **Website:** https://www.skool.com/agashic-5136

## Install

```sh
agentstack add skill-ominou5-funnel-architect-plugin-evergreen-webinar-funnel
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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
```javascript
// 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 & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ominou5](https://github.com/ominou5)
- **Source:** [ominou5/funnel-architect-plugin](https://github.com/ominou5/funnel-architect-plugin)
- **License:** MIT
- **Homepage:** https://www.skool.com/agashic-5136

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ominou5-funnel-architect-plugin-evergreen-webinar-funnel
- Seller: https://agentstack.voostack.com/s/ominou5
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
