Pull Funnel Data

Pull checkout funnel analytics from Plausible, PostHog, GA4, and Stripe into a local report.

25|7|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill pull-funnel-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pull Funnel Data
Source: https://github.com/IgorGanapolsky/ThumbGate/tree/main/skills/pull-funnel-data
Command: npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill pull-funnel-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull Funnel Data eliminates the time-consuming guesswork of reconciling marketing attribution, checkout behavior, and revenue signals by producing a single readable local report for the last 7 days.

Core Features & Use Cases

  • Live Plausible funnel polling: pulls visitor sources, attribution, and checkout funnel metrics for the last 7 days into a local SQLite store for consistent reporting.
  • First-party telemetry quality assessment: evaluates demand using trafficQuality.external and flags data quality issues caused by internal, test, bot, or low-confidence traffic.
  • Operational dashboard output: prints a local dashboard that summarizes external visitors, data quality, clean visitors, and exports for Plausible, PostHog, and GA4 along with visitor paths.
  • Stripe reconciliation for commercial truth: cross-checks funnel events against Stripe subscription, purchase, and invoice data while excluding test purchases.

Quick Start

Ask an AI to run the Plausible poller, inspect the local telemetry quality report (using trafficQuality.external), then generate the local operational dashboard and reconcile the result with Stripe for commercial revenue.

Frequently Asked Questions about Pull Funnel Data

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

FAQPage Schema
How do I reconcile checkout funnel analytics with Stripe revenue for a weekly report?

You can reconcile checkout funnel analytics by pulling Plausible attribution data into a local SQLite store, generating an operational dashboard, and cross-checking the results against Stripe subscription data while excluding test purchases.

How do I assess telemetry quality and filter bot traffic from Plausible exports?

You assess telemetry quality by evaluating demand using the trafficQuality.external metric, which flags data quality issues caused by internal, test, bot, or low-confidence traffic before generating your local report.

Can I generate a local checkout dashboard spanning multiple analytics platforms like PostHog and GA4?

Yes, you can generate a local dashboard that summarizes external visitors, data quality, and exports for Plausible, PostHog, and GA4 along with visitor paths in a single readable report.

What is the best way to prepare for pricing changes using checkout behavior data?

The best way to prepare for pricing changes is to validate attribution and checkout behavior by pulling a fixed 7-day window of funnel analytics into a local report to identify any export gaps.

Does this funnel reporting process require a live connection to Plausible and Stripe?

Yes, the process requires running a live Plausible poller to capture visitor sources and reconciling the computed dashboard output against live Stripe data to ensure commercial accuracy.