pull-funnel-data

pull-funnel-data is a skill for Claude Code from IgorGanapolsky/ThumbGate. It costs 0 tokens per session (675 once invoked), scanned A, original, MIT.

A repeatable process for collecting checkout-funnel analytics, meaning measurements of how visitors move toward a purchase, from several sources into a local report. It uses Plausible, a web-analytics service, and local SQLite telemetry data.

In plain words
What is it for?
Use it for weekly revenue checks, diagnosing weak sales, reviewing the last seven days of visitors and checkout steps, and assessing the quality of traffic data.
Why use it?
It provides a consistent way to investigate traffic, attribution, and checkout performance before changing pricing or payment flows. It also warns that raw event counts may include bots, tests, or internal visits.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/igorganapolsky/workspace/git/igor/ThumbGate/repo.

Part of the thumbgate plugin — 35 skills, 7 commands, 1 agent, 5 hooks, 2 MCP servers, 2 plugins shipped together

Good fit Use it for weekly revenue checks, diagnosing weak sales, reviewing the last seven days of visitors and checkout steps, and assessing the quality of traffic data.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add IgorGanapolsky/ThumbGate
Claude Code
/plugin install thumbgate

Made for: Claude Code.

Or install thumbgate, the plugin that ships this one along with the rest of its 35 skills, 7 commands, 1 agent, 5 hooks, 2 MCP servers, 2 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pull-funnel-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/igorganapolsky/thumbgate/pull-funnel-data.svg)](https://agentmods.dev/skills/igorganapolsky/thumbgate/pull-funnel-data)
Your own site
<a href="https://agentmods.dev/skills/igorganapolsky/thumbgate/pull-funnel-data"><img src="https://agentmods.dev/badge/skills/igorganapolsky/thumbgate/pull-funnel-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 675 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00675
Opus 5 $0.00000 $0.00338
Sonnet 5 $0.00000 $0.00135
Haiku 4.5 $0.00000 $0.00068

Measured 8d ago against content hash 4c535e614153, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pull-funnel-data scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pull-funnel-data/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Pull Funnel Data

Repeatable skill for pulling checkout funnel analytics data from all sources into a readable local report.

When to use

  • CEO asks "why aren't we making money?" or "what does the funnel look like?"
  • Before any pricing/checkout changes
  • Weekly revenue check-in

Steps

1. Run the live Plausible poller

cd /Users/igorganapolsky/workspace/git/igor/ThumbGate/repo
npm run social:poll:plausible

This pulls live Plausible visitors, source attribution, and checkout funnel metrics for the last 7 days, then stores the result in the social analytics SQLite store.

2. Read local first-party telemetry quality

cd /Users/igorganapolsky/workspace/git/igor/ThumbGate/repo
node -e "const {getFeedbackPaths}=require('./scripts/feedback-loop'); const {getTelemetryAnalytics}=require('./scripts/telemetry-analytics'); const {FEEDBACK_DIR}=getFeedbackPaths(); console.log(JSON.stringify(getTelemetryAnalytics(FEEDBACK_DIR,{window:'30d'}).trafficQuality,null,2));"

Use trafficQuality.external for demand analysis. Treat raw event totals as diagnostic input only; they may include internal, test, bot, or low-confidence direct traffic.

3. Print the local operational dashboard

cd /Users/igorganapolsky/workspace/git/igor/ThumbGate/repo
node scripts/dashboard.js

Look for:

  • External Visitors
  • Data Quality
  • Clean Visitors
  • Plausible Export
  • PostHog Export
  • GA4 Export
  • Visitor Paths

4. For Stripe truth

Use the Stripe connector to inspect account, products, prices, subscriptions, charges, invoices, and search results. Do not count Igor's own test purchase as commercial revenue.

Event name reference

These are the canonical Plausible event names fired by the checkout pipeline:

Stage Event Name Source
CTA click pricing_cta_click Client-side (pricing.html onclick)
Checkout view Checkout Pro Viewed Server-side (plausible-server-events.js)
Email submit Checkout Pro Email Submitted Server-side
Stripe redirect Checkout Pro Stripe Redirect Started Server-side
Purchase Checkout Pro Purchase Completed Server-side only (billing.js Stripe webhook)
Success confirmation Checkout Pro Success Page Confirmed Client-side success page confirmation

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 77 lines · 0 tokens per session scan A 4c535e614153

Subscribe to this mod's changes

pull-funnel-data is a skill published in the GitHub repository IgorGanapolsky/ThumbGate (26 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 675 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agentguard

Runtime guardrails for AI coding agents. Stop loops, budget overruns, retry storms, and timeouts before they burn money. Zero dependencies, local-first, MIT licensed.

bmdhodl/agent47 · 38 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

crm-pipeline-playbook

How to answer pipeline, renewal, and account-health questions using the CRM tools.

schmitech/orbit · 22 tokens

paypal-integration

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.

aisa-group/skill-inject · 40 tokens

marketplace-publish-validation

Corezoid marketplace pre-publication validator. Standalone skill — no external skill dependencies required. Use this skill whenever the user wants to publish, release, or submit a project or folder to the Corezoid marketplace, or asks to check if a project is ready to publish. Activate on phrases: "publish to…

corezoid/corezoid-ai-plugin · 160 tokens

saas-mvp-launcher

Structured roadmap and design to plan and launch a SaaS MVP from scratch / Panduan terstruktur untuk merencanakan dan meluncurkan SaaS MVP dari nol.

roedyrustam/vibes-plug · 41 tokens