funnel-reporter

funnel-reporter is a skill for Claude Code, Codex from Humblytics/humblytics-marketing-skills. It costs 99 tokens per session (2,844 once invoked), scanned A, original, MIT.

A reporting tool for SaaS, meaning software delivered online by subscription, using live Humblytics data. It covers the path from incoming visitors through signups and conversions, with trial and revenue figures only when a revenue connection is available.

In plain words
What is it for?
Use it for weekly or monthly funnel reports, traffic-source analysis, page-performance checks, signup and conversion tracking, and board or stakeholder summaries.
Why use it?
SaaS teams often need to combine traffic, page, signup, and conversion information into one recurring report. This gathers those measures and supports period-to-period comparisons and stakeholder updates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for weekly or monthly funnel reports, traffic-source analysis, page-performance checks, signup and conversion tracking, and board or stakeholder summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/humblytics/humblytics-marketing-skills/funnel-reporter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Humblytics/humblytics-marketing-skills --skill funnel-reporter
Clone the repo
git clone --depth 1 https://github.com/Humblytics/humblytics-marketing-skills

Made for: Claude Code, Codex.

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 funnel-reporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/funnel-reporter/github.svg)](https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/funnel-reporter)
Your own site
<a href="https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/funnel-reporter"><img src="https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/funnel-reporter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for funnel-reporter

Your own site · 80×15
<a href="https://agentmods.dev/skills/humblytics/humblytics-marketing-skills/funnel-reporter"><img src="https://agentmods.dev/badge/skills/humblytics/humblytics-marketing-skills/funnel-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,844 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00099 $0.02844
Opus 5 $0.00049 $0.01422
Sonnet 5 $0.00020 $0.00569
Haiku 4.5 $0.00010 $0.00284

Measured 13d ago against content hash 398f79ccb796, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

funnel-reporter 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 13d 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/funnel-reporter/SKILL.md · 240 lines

How it starts

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

Funnel Reporter

Purpose

Pull live analytics data from the Humblytics API to generate comprehensive funnel reports. Covers the full journey from traffic acquisition through conversion and retention. Designed for SaaS businesses that need regular reporting on marketing and product metrics.

When to Use

  • Generating weekly or monthly marketing performance reports
  • Analyzing traffic trends and source attribution
  • Reporting on signup and trial-to-paid conversion rates
  • Identifying changes in funnel performance over time
  • Preparing board or stakeholder updates with marketing metrics
  • Comparing period-over-period performance

Connection

Live data comes from the Humblytics MCP (server humblytics). The skill calls mcp__humblytics__* tools — the MCP handles auth, base URL, and property resolution. Connect it once per the repo README; never paste API keys into chat. The API key lives in the MCP connection headers, set at connect time.

Property: for a single-property key the MCP auto-resolves the property. For a multi-property key, call list_properties and pass propertyId to each tool.

Before You Start

  1. Confirm the property — Which Humblytics property to report on (call list_properties if the key covers more than one)
  2. Define the time period — This week, last 30 days, month-over-month, quarter, custom range
  3. Identify the audience — Is this for the team, leadership, investors? This shapes detail level and framing.
  4. Check for comparison period — Most useful reports compare current vs previous period
  5. Understand the funnel steps — Confirm the key conversion events tracked in Humblytics
  6. Look for context — Check project docs for business model, pricing, and target metrics

Core Workflow

Step 1: Pull Traffic Data

Retrieve top-of-funnel metrics via the Humblytics MCP traffic tools. They take start, end (ISO 8601 datetimes) and timezone (IANA). Optional: granularity (hour/day/month) for time-series. NOTE: granularity=week is currently bugged on get_traffic_trends and returns all-zero buckets — use day and aggregate to weeks client-side instead.

Read the full file on GitHub · 240 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. 13d ago First seen · 240 lines · 99 tokens per session scan A 398f79ccb796

Subscribe to this mod's changes

funnel-reporter is a skill published in the GitHub repository Humblytics/humblytics-marketing-skills (84 stars, last pushed 8d ago), licensed MIT. It adds 99 tokens to every session and 2,844 once invoked, about $0.0005 per session on Opus 5. 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

ab-test-generator

Generate A/B test variants for affiliate content. Triggers on: "create A/B test", "test my headline", "optimize my CTA", "generate variants", "split test ideas", "improve click-through rate", "test my landing page copy", "headline alternatives", "CTA variations", "which version is better", "optimize conversions"…

Affitor/affiliate-skills · 87 tokens

authoring-ci-workflows

Use when adding or editing a GitHub Actions workflow, composite action, or reusable workflow under .github/ — new CI jobs, triggers, matrices, checkout/clone tuning, action pinning, GitHub App token auth, concurrency groups, timeout-minutes, paths filters, caching, or runner choice. Covers PostHog's workflow-authoring…

PostHog/posthog · 193 tokens

isolating-product-facade-contracts

Plan and execute product isolation migrations to a facade plus contract layer in PostHog, following the Visual review architecture. Use when a product still exposes internals (models/logic/views) across boundaries and needs migration toward contracts.py + facade/api.py + presentation separation, with a PR strategy…

PostHog/posthog · 76 tokens

triaging-merge-queue-failures

Decision procedure for a PR that failed or was removed from the Trunk merge queue: classify the kick (superseded by a newer commit, not mergeable, a gate that failed on a cancelled run, real failure, one-off flake, or repo-wide flaky/infra issue) and take the matching action (wait, hold and fix, requeue once, or…

PostHog/posthog · 180 tokens

debugging-mcp-analytics

Debug, support, and build PostHog MCP Analytics — product analytics for MCP servers (the @posthog/mcp and posthog.mcp SDKs plus the mcpanalytics product). Use when MCP analytics data looks wrong or missing ("events aren't showing", "intent clusters are empty", "sessions are missing", "per-tool numbers look wrong")…

PostHog/posthog · 211 tokens

debugging-ci-failures

Debugs failing GitHub Actions CI runs for PostHog PRs, commits, and branches, and answers broad CI-health questions ("is CI red?", "is master green today?", "what's broken right now?"). Use when the user asks why CI is red, asks for the current CI or master status, or mentions a failing check, GitHub Actions run…

PostHog/posthog · 198 tokens