Writing & Content conversion-optimizationfunnel-analysiscropricing-strategyemail-nurturewebsite-auditlead-generation

Sales Funnel Analysis & Optimization Skill

One command maps your site's full visitor-to-purchase path, pinpoints drop-off stages, and prices every fix in revenue terms.

FollowSkills review · FSRS-2.0
Not recommended
45/ 100 5-point scale 2.3 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

The skill is prompt-only: it fetches a target site, writes FUNNEL-ANALYSIS.md, and has no hard dependencies (requirements.txt lists only optional reportlab). No covert exfiltration, credential access, or destructive defaults found, so the risk surface is small. Deducted for: no user confirmation or least-privilege boundary declared for fetching arbitrary URLs, no data-flow disclosure (page content sent to the model), no rollback/removal mechanism, and no guidance on robots/anti-scraping respect. Score 12.

2Reliability9 / 20 · 2.3/5

Internally self-consistent: phases, scoring frameworks, and output template align; cross-skill file references are explicit. Deducted for: static review cannot reproduce key paths (site fetching, funnel step discovery, conversion estimation); no failure handling or diagnosable error design for unreachable sites, login walls, JS-rendered pages, or SPAs; metrics like 'estimated load time' are guesses that may produce precise-looking but fabricated numbers. Capped by static calibration; score 9.

3Adaptability7 / 15 · 2.3/5

Clear scenario (funnel analysis of any website), broad funnel-type taxonomy and benchmark tables, and a semantically precise trigger command. Deducted for: no declared non-fit boundaries (unreachable sites, non-English sites, logged-in funnel stages), no guidance when real data is unavailable beyond generic benchmarks, no Chinese-language support, and no assessment of reachability of overseas sites from mainland China. Score 7.

4Convention8 / 15 · 2.7/5

Well-layered documentation (phases → frameworks → output template), README with install/uninstall, clear MIT license. Deducted for: no versioning, changelog, known-limitation disclosure, or maintenance ownership in the SKILL.md; hidden assumptions about suite-level script dependencies; placeholder rather than real sample outputs. Score 8.

5Effectiveness6 / 15 · 2.0/5

Substantial value as a structured framework: funnel-type identification, per-page scoring, RPV methodology, and prioritization matrix directly guide optimization, with marginal value over ad-hoc analysis. Deducted for: conversion figures lean on generic benchmarks rather than measured site data; revenue-lift estimates ('expected lift 10-30%') are unverified heuristics; output usability depends heavily on in-the-moment model judgment, unverifiable statically. Score 6.

6Verifiability3 / 10 · 1.5/5

Auditable primary material exists (full methodology, scoring frameworks, benchmark tables), but no third-party execution evidence, no tests, no CI covering this skill; benchmarks are uncited, 'expected lift' ranges have no sources, and fact is not separated from inference. No conclusion independently reproducible from a static read; score 3.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision e5aa0ea4c5f3
Before you use it
  • Conversion and revenue-lift figures in outputs are largely generic benchmark estimates, not measured site data; verify manually before presenting to clients.
  • The skill fetches arbitrary user-provided URLs; confirm the target site permits fetching, and note page content will be sent to the model for processing.
  • For login-walled, JS-rendered, or sites unreachable from mainland China, analysis may be incomplete or fail, with no explicit failure-feedback design.
  • Publisher is unverified; the repository lacks versioning and changelog, and long-term maintenance status is unknown.
  • This assessment is a purely static source review; the skill was not executed and confidence is low.
Review evidence [1][2][3][4]
See the full review method →

What does this skill do, and when should you use it?

This is the /market funnel sub-skill inside the AI Marketing Suite for Claude Code. Given a URL, it detects the funnel type (eight templates from SaaS trial to e-commerce to webinar), traces each visitor step, scores every page on clarity, continuity, motivation, friction, and trust, and benchmarks conversion rates and revenue per visitor against industry tables. The output is a FUNNEL-ANALYSIS.md report with prioritized recommendations and revenue-impact estimates. It is a pure instruction skill: all methodology lives in SKILL.md, with no dedicated scripts of its own.

Fetches the target URL and walks each funnel page; classifies the funnel type; builds structured step records including exit points, friction, and trust elements; draws an ASCII funnel map with estimated per-step conversion rates; scores pages on a five-dimension framework; computes metrics like Visitor→Lead and Trial→Paid plus RPV and LTV:CAC against benchmark tables; produces P1–P5 prioritized fixes with expected lift ranges (headline A/B tests, pricing redesign, form-field reduction, risk reversal, etc.); audits pricing pages and lead magnets against checklists; maps funnel stages to email sequences; and writes the full analysis to FUNNEL-ANALYSIS.md.

  1. A SaaS founder preparing a pricing-page redesign wants to know which fields and missing trust signals cause trial-to-paid drop-off
  2. An agency runs the analysis before a client pitch and uses the revenue-opportunity figures to justify its services
  3. An e-commerce operator with below-benchmark cart-to-purchase conversion needs a prioritized checklist for checkout fixes
  4. A solopreneur wants to see where their free-trial funnel sits against the 0.5–3% visitor-to-customer benchmark
  5. A webinar host wants to check whether registration, attendance, and sale rates hit benchmarks like 40–55%

What are this skill's strengths and limitations?

Pros
  • Complete methodology: funnel-type detection, five-dimension page scoring, and RPV-based revenue quantification form a reusable framework
  • Built-in benchmark tables (e.g., Trial→Paid 10–15% good, Cart→Purchase 50–60% good) make findings comparable rather than arbitrary
  • P1–P5 priority matrix weighs both expected lift and implementation effort, producing directly schedulable output
  • Cross-integrates with the suite's audit, copy, email, and competitor reports, fitting a broader marketing workflow
Limitations
  • Without real analytics data, conversion figures rely on estimation and benchmarks rather than instrumentation; accuracy depends on estimate quality
  • Pure Markdown instructions with no verification scripts; page fetching is subject to anti-bot and JS-rendering limits the source doesn't address
  • Revenue-impact figures (e.g., '10–30% lift') are generic experience ranges, not site-specific predictions
  • Requires the whole-suite installer; standalone installation of this sub-skill is undocumented

How do you install this skill?

Install the full suite (this skill ships inside it): curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash, or clone the repo and run ./install.sh. MIT licensed; uninstall with ./uninstall.sh. Optionally pip install reportlab for PDF reports (a suite-level feature, not required by this sub-skill). The source does not document installing this sub-skill on its own.

How do you use this skill?

Run /market funnel <url> in Claude Code. The skill fetches the site, analyzes the funnel, and saves FUNNEL-ANALYSIS.md. If MARKETING-AUDIT.md, COPY-SUGGESTIONS.md, EMAIL-SEQUENCES.md, or COMPETITOR-REPORT.md already exist, it cross-references them; suggested follow-ups are /market copy, /market emails, or /market landing for deeper work.

How does this skill compare with similar options?

Within the suite, /market landing (landing-page CRO deep dive) and /market audit (full-site audit including a conversion dimension) overlap partially; this skill focuses specifically on the end-to-end funnel path and revenue quantification. The source names no external alternatives to compare against.

FAQ

Does it connect to real analytics like Google Analytics?
No. Per the source, it works from fetching and analyzing site content; missing metrics are estimated from industry benchmarks or asked of the user, with no analytics-platform integration.
What does it cost and how is it licensed?
MIT-licensed and free; no usage fees. Optional PDF report support needs pip install reportlab.
What deliverable do I get?
A FUNNEL-ANALYSIS.md containing an executive summary, ASCII funnel map, per-page scores, benchmark comparisons, revenue-impact analysis, and P1–P3 prioritized recommendations.
Does it work for all funnel types?
SKILL.md ships eight funnel templates (lead gen, SaaS trial, SaaS demo, e-commerce, webinar, application, community, content), each with typical steps and key metrics.

More skills from this repository

All from zubair-trabzada/ai-marketing-claude

Writing & Content

Marketing Audit Orchestrator

Run `/market audit <url>` and five parallel subagents score any website across content, conversion, SEO, competition and strategy, producing a client-ready marketing audit with revenue estimates.

Writing & Content

Landing Page CRO Analysis Skill

Runs a section-by-section conversion rate optimization teardown on any landing page, producing prioritized, actionable fixes.

Writing & Content

AI Marketing Suite Orchestrator (market)

Run website marketing audits, generate copy, and deliver client-ready reports from the Claude Code command line.

Writing & Content

Marketing Report Generator (Markdown)

Compiles prior marketing audit results into a scored, client-ready report with an action roadmap.

Writing & Content

Client Proposal Generator for Marketing Services

Turns discovery-call notes into a client-ready marketing proposal with tiered pricing, ROI projections, and follow-up sequences — via one Claude Code command.

Writing & Content

Website Copy Analysis & Optimization Skill

Fetches and scores any web page's copy across five dimensions, then generates specific before/after rewrites using proven frameworks like PAS and AIDA.

Writing & Content

SEO Content Audit Skill

Run a systematic SEO audit on any page or site and get an actionable report with prioritized fixes.

Writing & Content

Competitive Intelligence Analysis

Point it at a URL and get a client-ready competitor report: direct/indirect/aspirational rivals, positioning maps, pricing and feature matrices, SWOT, and differentiation plays.

Writing & Content

PDF Marketing Report Generator

Compiles website marketing audit data into a client-ready PDF with score gauges, charts, and a prioritized action plan.

Writing & Content

Market Launch Playbook Generator

Generates a complete week-by-week launch playbook for any product, service, or feature — with email sequences, social posts, and metrics tracking included.

Writing & Content

Email Sequence Generation (Market Emails)

Generate complete, ready-to-send email sequences inside Claude Code — subject lines, body copy, cadence, segmentation, and compliance checklists, all calibrated to industry benchmarks.

Writing & Content

Market Social — 30-Day Social Media Calendar Generator

Generates a complete 30-day social media calendar for any brand or topic: platform-specific posts, hooks, hashtag strategies, and repurposing plans — ready to publish as-is.

Writing & Content

Brand Voice Analysis & Guidelines Skill

Analyzes how a brand sounds across its website, social, and email channels, then generates a brand voice guide any writer can follow.

Writing & Content

Ad Creative & Copy Generation Skill

Turn any website into a complete, platform-ready ad campaign — copy, targeting, budgets, and test plans for Google, Meta, LinkedIn, TikTok, and Twitter/X.

Related skills