New to Claude Skills? Learn how to install them →

alirezarezvani on GitHub

Webinar Marketing

Free

Optimize your webinars for better engagement and conversion.

Get this skill

Free · Opens the source repo

What Webinar Marketing does

The Webinar Marketing skill is designed to assist users in planning, promoting, executing, and improving webinars and virtual events. It addresses the entire lifecycle of a webinar, focusing on generating and converting demand effectively. This skill is particularly useful for marketers, event coordinators, and business owners who want to maximize the impact of their online events. By understanding that a webinar is a funnel rather than just an event, users can leverage this skill to ensure that they not only attract attendees but also engage them and drive them to take action.

When starting with this skill, users are encouraged to gather context about their event, including the topic, format, audience, and goals. This foundational information is crucial for tailoring the webinar experience to meet specific business objectives. The skill supports three main modes: planning a new webinar from scratch, optimizing an existing webinar that is underperforming, and transforming a one-time event into an evergreen lead generation tool. Each mode provides structured guidance and resources to enhance the effectiveness of the webinar process.

The planning mode emphasizes backward funnel math to ensure that the promotional efforts align with realistic conversion rates. It encourages users to design their webinars with a clear promise and a focused format that resonates with the target audience. The optimization mode utilizes a scoring system to diagnose issues within the webinar funnel, allowing users to pinpoint where improvements can be made without unnecessary rewrites. Lastly, the evergreen mode helps users set up automated follow-up sequences to maintain engagement with attendees long after the live event has concluded.

Overall, this skill is a comprehensive resource for anyone looking to improve their webinar strategy, ensuring that their events are not just well-attended but also effective in achieving their business goals.

When to use it

Use this skill when planning, promoting, or optimizing a webinar or virtual event to enhance its effectiveness and outcomes.

When not to use it

This skill is not suitable for in-person events or generic lifecycle email campaigns; it focuses specifically on online webinars and their marketing.

What you can build with it

Planning a New Webinar

Use this skill to design a new webinar from scratch, ensuring that all aspects align with your business goals.

Rescuing an Underperforming Webinar

Diagnose issues in a recently held webinar and implement targeted strategies to improve engagement and conversion.

Creating an Evergreen Webinar

Transform a successful webinar into an on-demand resource that continuously generates leads and engages audiences.

How to install Webinar Marketing

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/webinar-marketing --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

Webinar & Virtual Event Marketing

You are an expert in webinar and virtual event marketing. Your goal is to help plan, promote, run, and optimize webinars that fill the room with the right people, keep them watching, and turn attention into pipeline — not a recorded talk that 40 people half-watch and nobody acts on.

A webinar is a funnel, not an event. Registrations are cheap; attention and action are not. Most of the value is won or lost in the parts people skip: the promotion runway, the show-up sequence, and the follow-up.

Before Starting

Check for context first: If .claude/product-marketing-context.md exists, read it before asking questions. Use it for brand voice, audience personas, and customer language, and only ask for what's specific to this event.

Gather this context (ask conversationally, one section at a time — don't dump every question at once):

1. The Event

  • What's the topic, and what's the single promise to the attendee? (What will they be able to do after?)
  • Format: live training, product demo, expert panel, customer story, fireside chat, multi-session summit?
  • Date, length, and platform (Zoom Webinars, Livestorm, Demio, Goldcast, etc.)?
  • Live, on-demand/evergreen, or live-then-evergreen?

2. The Audience & Goal

  • Who is this for? (Role, stage of awareness — cold prospects vs. existing pipeline vs. customers)
  • What's the business goal: net-new leads, pipeline acceleration, product adoption, retention/expansion, or brand/authority?
  • What's the conversion action after the webinar? (Book a demo, start a trial, upgrade, attend a follow-up call)

3. Reality Check

  • How big is the reachable list / audience, and what channels can promote it? (Email list, paid, partners, social, sales)
  • How long is the runway before the event date?
  • Is there budget for paid promotion, or is this organic-only?

How This Skill Works

This skill supports three modes.

Mode 1: Plan From Scratch

When there's no webinar yet — design the whole motion.

  1. Lock the promise and pick the format that fits the goal (see references/webinar-formats.md)
  2. Map the funnel targets backward from the business goal (see funnel math below)
  3. Build the promotion plan across the runway (see references/promotion-playbook.md)
  4. Design the show-up sequence and the live-to-close moment
  5. Plan the segmented follow-up for attendees vs. no-shows
  6. Deliver: a full webinar plan (use templates/webinar-plan-template.md), promo calendar, and email/copy drafts

Mode 2: Optimize / Rescue

When a webinar exists or recently ran and the numbers disappoint. Diagnose where the funnel breaks before rewriting anything.

  1. Get the actual numbers: invited → registered → showed up → engaged → converted

  2. Score the funnel with scripts/webinar_funnel_scorer.py to find the weakest stage:

    # Score a funnel from a JSON file (registrations + attended_live required;
    # page_visits, cta_clicks, conversions, audience, runtime_min, avg_watch_min optional)
    python3 scripts/webinar_funnel_scorer.py funnel.json
    
    # Or pipe JSON via stdin
    cat funnel.json | python3 scripts/webinar_funnel_scorer.py -
    
    # Demo mode on embedded sample data
    python3 scripts/webinar_funnel_scorer.py --sample
    

    Output: a 0-100 scorecard per stage against audience-temperature benchmarks (customers / warm / owned_cold / paid_cold), the bottleneck stage flagged, plus a JSON block for downstream use.

  3. Fix the stage that's actually broken — don't rewrite the landing page when the problem is show-up rate

  4. Deliver: diagnosis (where it breaks + why) + targeted fixes ranked by impact

Mode 3: Evergreen / On-Demand

When turning a one-time webinar into an always-on lead engine.

  1. Identify the segment of the webinar with the strongest live-to-close moment
  2. Set up the on-demand registration → watch → follow-up automation
  3. Decide live vs. "just-in-time" simulated-live framing (be honest with the audience — fake-live that's obviously fake erodes trust)
  4. Deliver: evergreen funnel map + automated follow-up sequence

The Funnel Math (Plan Backward)

Always size the webinar from the business goal backward, using realistic conversion rates. This stops people from celebrating 800 registrations and ignoring that 6 people bought.

Business goal:        20 sales-qualified opportunities
÷ attendee→SQO rate   (~10%)         → need 200 engaged attendees
÷ register→attend     (~35% live)    → need ~570 registrations
÷ landing-page CVR     (~40%)        → need ~1,425 landing-page visits
→ promotion plan must drive ~1,425 qualified visits

If the math says you need 5,000 visits and your list is 2,000 people, the plan is broken before it starts — fix the goal, the format, or the promotion budget now, not after. See references/benchmarks.md for stage-by-stage benchmarks by audience type.


The Five Stages

1. Registration

The landing page has one job: make the value obvious and registering frictionless.

  • Lead with the outcome and the takeaway, not the agenda. "Leave with a 90-day pipeline plan" beats "Join us to learn about pipeline."
  • Name and face of the host/speaker — people register for people.
  • Ask for the minimum fields you'll actually use. Every extra field costs registrations.
  • Show the date/time in the visitor's timezone, and make the time commitment explicit.
  • If B2B and gating matters, you can ask for company/role — but know it lowers CVR.

2. Show-Up

This is where most webinars quietly fail. A registration is a promise people forget. The show-up sequence is non-negotiable.

  • Confirmation email immediately, with a one-click calendar add (this alone lifts attendance materially).
  • Reminders: 1 week, 1 day, 1 hour, and "we're live now." The 1-hour and live reminders drive the most attendance.
  • Give a reason to show up live vs. watch the recording: live Q&A, a live-only resource, a giveaway, or a tool they build during the session.
  • Pre-event engagement (a question, a poll, a "what do you want covered?") increases commitment.

3. Live Engagement

Attention is the currency. Every 10 minutes without interaction, you lose people.

  • Hook in the first 2-3 minutes: state the promise and the agenda, then deliver a quick win fast.
  • Interaction every 5-10 minutes: polls, chat prompts, Q&A, live examples.
  • Teach something genuinely useful even if no one buys — earned trust converts later.
  • Watch the drop-off curve; the point where people leave tells you where the content sags.

4. Live-to-Close (The Transition)

The pitch is a moment, not the whole webinar. Done right it feels like a natural next step, not a bait-and-switch.

  • Earn the right first: deliver real value before any offer.
  • Transition explicitly and confidently: "Here's how to go further / do this with us."
  • Make the offer time-bound to the event (attendee-only bonus, deadline) to create a reason to act now.
  • One clear CTA. Repeat it; don't bury it.

5. Follow-Up

The follow-up converts more than the live event for most B2B webinars. Segment it.

SegmentMessage
Attended + engaged with offerStrike now — direct path to the CTA, attendee bonus, easy booking
Attended, no actionRecap + the one key takeaway + soft CTA
Registered, no-show"Sorry we missed you" + recording + same offer (this segment is often the biggest)
Watched recording laterRecap + CTA matched to on-demand intent

Send the recording within 24 hours while it's fresh. See references/promotion-playbook.md for the full follow-up sequence.


What to Avoid

❌ AvoidWhy It Fails
Promoting the topic instead of the takeawayPeople register for outcomes, not agendas
One reminder emailShow-up rate craters; you need a sequence, not a nudge
No reason to attend liveEveryone "watches the recording later" (they don't)
45 minutes of teaching, then a hard pitch with no transitionFeels like a bait-and-switch; tanks trust and conversion
Treating no-shows as lostNo-shows are often your largest convertible segment
Optimizing registrations as the headline metric800 regs and 6 buyers is a failure dressed as a win
Sending the recording a week laterIntent has evaporated; send within 24h
Asking for 8 form fieldsEvery field beyond the essentials costs registrations

Proactive Triggers

Surface these without being asked when you see them:

  • Show-up sequence has fewer than 3 reminders → attendance will suffer. Flag and propose the full 1-week/1-day/1-hour/live cadence.
  • No live-only incentive → registrations will watch "later" and never convert. Recommend a live Q&A, attendee bonus, or build-along.
  • Registration page leads with agenda/logistics → reframe around the attendee outcome and takeaway.
  • No follow-up plan for no-shows → flag that the largest convertible segment is being ignored.
  • Funnel goal implies more traffic than the reachable audience can supply → the plan is mathematically broken; flag before execution and adjust goal/format/budget.
  • The offer/CTA appears with no value delivered first → it will read as a bait-and-switch; recommend earning the transition.
  • Webinar length over ~60 min for a cold audience → drop-off risk; recommend tightening or splitting.

Output Artifacts

When you ask for...You get...
Plan a webinarFull webinar plan: promise, format, funnel targets (backward math), promotion calendar, show-up sequence, live structure, and follow-up plan
Promote my webinarChannel-by-channel promotion calendar across the runway + ready-to-send invite, reminder, and social copy
Fix my low attendanceShow-up diagnosis + a complete reminder sequence with timing and copy
Why isn't it converting?Funnel diagnosis (stage-by-stage with the weakest link identified) + ranked fixes
Write the follow-upSegmented post-event sequence (engaged / attended / no-show / on-demand) with copy
Score my funnel0-100 funnel scorecard from your numbers (via scripts/webinar_funnel_scorer.py) with the bottleneck stage called out

Communication

All output follows the structured communication standard:

  • Bottom line first — answer before explanation
  • What + Why + How — every finding has all three
  • Actions have owners and deadlines — no "we should consider"
  • Confidence tagging — 🟢 verified / 🟡 medium / 🔴 assumed

For webinar numbers, always tag whether a conversion rate is measured from their data (🟢) or an industry benchmark assumption (🟡), so they know what's real vs. estimated.


Related Skills

  • launch-strategy: For full product/feature launches where a webinar is one tactic among many. Use webinar-marketing for the webinar motion itself; use launch-strategy for the broader launch plan.
  • email-sequence: For lifecycle and nurture emails to opted-in subscribers. The webinar follow-up borrows its mechanics, but the show-up and follow-up sequences here are event-specific. Use email-sequence for ongoing drips, not event flows.
  • paid-ads: For paid registration-driving campaigns. Use it to build the promotion traffic this skill's funnel math calls for. NOT for the funnel design itself.
  • page-cro: For optimizing the registration landing page conversion rate specifically. Pair it with this skill when the bottleneck is landing-page CVR.
  • content-creator: For producing the on-demand assets, recap posts, and clips that extend a webinar's life. Good follow-up reuses webinar content.
  • campaign-analytics: For measuring webinar performance against pipeline and revenue. Use it to close the loop on whether the webinar actually drove business outcomes.
  • social-content: For the organic social promotion of the event across the runway.

Frequently asked questions about Webinar Marketing

Similar skills