info-funnel

Generates single-file HTML funnel infographics visualizing 3-6 stage conversion data.

8.6k|844|Updated May 11, 2026
One-click install
npx skills add https://github.com/nexu-io/html-anything --skill info-funnel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: info-funnel
Source: https://github.com/nexu-io/html-anything/tree/main/next/src/lib/templates/skills/info-funnel
Command: npx skills add https://github.com/nexu-io/html-anything --skill info-funnel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning raw conversion or filtering data (visitors → signups → paid users) into a clear, shareable visual usually requires design tools and manual layout work. This Skill produces a polished vertical funnel infographic as a single self-contained HTML file directly from your stage numbers.

Core Features & Use Cases

  • Funnel Rendering with CSS clip-path: Builds 3-6 trapezoid stages using pure CSS polygons, with left-aligned big numbers, stage names, and per-stage conversion rates—no SVG or JavaScript.
  • Locked Design System: Enforces three preset color themes (klein-blue, sunset-amber, deep-forest), fixed typography scales with tabular-nums figures, and a 9:16 vertical aspect ratio suited for IG Stories and Xiaohongshu.
  • Insight Strip: Computes cumulative conversion rate and generates a 1-2 sentence takeaway highlighting the biggest drop-off stage.
  • Use Case: Give it your SaaS funnel data (100,000 visitors → 18,500 signups → 6,200 trials → 1,450 paid → 920 retained) and receive a ready-to-export 1080×1920 HTML infographic with per-stage rates and a bottom-line insight.

Quick Start

Ask the agent to create a funnel infographic from your stage-by-stage conversion numbers, for example: "Make a funnel infographic showing 100,000 visitors, 18,500 signups, 6,200 trials, 1,450 paid, and 920 retained."

Frequently Asked Questions about info-funnel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a funnel chart in HTML without JavaScript?

Use CSS clip-path polygon() to cut each funnel stage into a trapezoid div, shrinking the bottom width of each stage progressively. This Skill generates the complete single-file HTML with inline CSS, requiring no SVG, JS, or external libraries.

How to visualize conversion rates for a marketing funnel?

Provide 3-6 ordered stages with absolute numbers (e.g., visitors, signups, trials, paid). The Skill computes each stage's conversion rate as current divided by previous, shows the cumulative rate prominently at the bottom, and highlights the largest drop-off stage.

What data format does the funnel infographic need?

It needs an ordered list of 3-6 stages, each with an absolute value (people, items, or amount) and optionally a name, description, and unit. If only percentages are given, the top stage defaults to 100% or 10,000 people.

Can I customize the colors of the funnel infographic?

Yes, but only within three preset themes: klein-blue for business and SaaS, sunset-amber for retail and consumer, and deep-forest for recruiting, education, and health. Mixing themes or custom palettes is explicitly disallowed by the design spec.

What are the limitations of this funnel infographic format?

It supports a maximum of 6 stages, produces static output only (no charts, icons, or interactivity), and locks the layout to a 9:16 vertical aspect ratio. Stage heights are uniform since width shrinkage, not height, encodes the data.