Funnel analyzer

01What is it?
Analyze conversion funnels to identify drop-off points and optimization opportunities. Its edge is a particular angle on funnel analyzer, giving the agent tighter constraints than a plain funnel analyzer request.
02Inputs
Context the agent needs: your goals, audience, constraints, and any source material the skill asks for.
03Output
A ready-to-use result: the analysis, copy, or recommendations the agent produces.
Install-only

Install as a package

Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.

Terminal
$ npx skills add guia-matthieu/clawfu-skills --skill funnel-analyzer

Skill instructions

The instruction file for this skill. The skill also includes other files you need to install to use it.

SKILL.md

Funnel Analyzer

Analyze conversion funnels to identify drop-off points and optimization opportunities.

What Claude Does vs What You Decide

Claude DoesYou Decide
Structures analysis frameworksMetric definitions
Identifies patterns in dataBusiness interpretation
Creates visualization templatesDashboard design
Suggests optimization areasAction priorities
Calculates statistical measuresDecision thresholds

Dependencies

pip install pandas click

Commands

python scripts/main.py analyze data.csv --stages "visit,signup,trial,paid"
python scripts/main.py dropoff funnel.csv
python scripts/main.py visualize funnel.csv --output funnel-chart.html

Skill Boundaries

What This Skill Does Well

  • Structuring data analysis
  • Identifying patterns and trends
  • Creating visualization frameworks
  • Calculating statistical measures

What This Skill Cannot Do

  • Access your actual data
  • Replace statistical expertise
  • Make business decisions
  • Guarantee prediction accuracy

Skill Metadata

  • Mode: centaur
category: analytics
dependencies: [pandas]
difficulty: intermediate

How do I install Funnel analyzer in Cursor, Claude Code, or Codex?

Run npx skills add guia-matthieu/clawfu-skills --skill funnel-analyzer in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Funnel analyzer, not every skill in the repository.

Where does Funnel analyzer come from and what license is it under?

Funnel analyzer comes from the guia-matthieu/clawfu-skills repository on GitHub. That repository has 128 GitHub stars. The skill is published under the MIT license.

Prefer plain text? Read the Funnel analyzer guide as markdown.