AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Vsl Funnel

skill-ominou5-funnel-architect-plugin-vsl-funnel · by ominou5

>

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-ominou5-funnel-architect-plugin-vsl-funnel

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ominou5-funnel-architect-plugin-vsl-funnel)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Vsl Funnel? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

VSL Funnel

The Video Sales Letter funnel replaces long-form sales copy with a persuasive video. The viewer watches, then clicks a CTA that appears after a timed delay.

Flow

Traffic → VSL Page → Order Page → Thank You / Upsell

| Page | Purpose | Key Element | |---|---|---| | VSL Page | Deliver sales message via video | Auto-play video, delayed CTA button | | Order Page | Capture payment | Order form, guarantee, testimonials | | Upsell (optional) | One-click upsell after purchase | Single CTA, limited offer | | Thank You | Confirm purchase, deliver access | Login details, next steps |

VSL Page Requirements

Video Player

  • Autoplay (muted with unmute prompt on mobile)
  • No controls visible — no scrub bar, no skip (optional, controversial)
  • Timed CTA reveal — button appears after 60–80% of video plays
  • Simple embed: Wistia, Vimeo Pro, or Bunny Stream preferred (no YouTube — ads distract)

Timed CTA Pattern

// Reveal CTA button after X seconds
const video = document.querySelector('video');
const cta = document.querySelector('.cta-delayed');
const REVEAL_SECONDS = 900; // 15 minutes

video.addEventListener('timeupdate', () => {
  if (video.currentTime >= REVEAL_SECONDS) {
    cta.classList.add('visible');
  }
});

Page Layout

  • Minimal: headline + video + CTA only
  • No navigation — no distractions
  • Dark background — keeps focus on video
  • Optional: countdown timer below video for urgency

VSL Script Framework (for copywriter reference)

1. Pattern Interrupt (0:00–0:30)
   Hook that stops the scroll — bold claim, curiosity, controversy

2. Story / Problem (0:30–5:00)
   Relatable origin story that mirrors the viewer's pain

3. Solution Reveal (5:00–8:00)
   Introduce the product as the bridge from pain to outcome

4. Proof (8:00–12:00)
   Testimonials, case studies, results, credentials

5. Offer Stack (12:00–16:00)
   Core product + bonuses with value anchoring

6. Price Reveal & Close (16:00–18:00)
   Price drop, guarantee, urgency, final CTA

7. FAQ / Objection Crusher (18:00–20:00)
   Address remaining doubts

Conversion Benchmarks

| Metric | Target | |---|---| | VSL page view → watch 25% | > 50% | | Watch 25% → watch 75% | > 40% | | Watch 75% → click CTA | > 15% | | Click CTA → purchase | > 5% | | Overall visitor → purchase | > 1.5% |

A/B Tests

  • CTA reveal time (earlier vs. later)
  • Headline above video vs. no headline
  • Video thumbnail (play button styles)
  • Order page: one-step vs. two-step checkout
  • Upsell offer vs. no upsell

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.