Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

funnel-reporter漏斗记者

Agent Skill

funnel-reporter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

216

周安装

9

GitHub Stars

19

下载量

72
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:funnel-reporter(漏斗记者)
来源仓库:https://github.com/humblytics/ai-marketing-skills
仓库路径:skills/funnel-reporter
安装命令:
npx skills add https://github.com/humblytics/ai-marketing-skills --skill funnel-reporter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/humblytics/ai-marketing-skills --skill funnel-reporter

简介

funnel-reporter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。

  • 适用于漏斗记者相关的信息搜集与筛选,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,支持主流宿主环境集成。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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

Credentials

This skill reads a Humblytics API key from the environment. Never paste API keys directly into chat — they persist in transcripts and logs.

Setup (one time):

  1. cp.env.example.env at the repo root and fill in HUMBLYTICS_API_KEY
  2. source.env in your shell before running the agent (or use direnv, or add the exports to your shell profile)
  3. Get the key from Humblytics Dashboard > Settings > API
  4. The skill will ask for your Property ID (also in Dashboard > Settings > API)

If HUMBLYTICS_API_KEY is not in the environment, stop and point the user at .env.example — do not accept the key in chat.

Before You Start

  1. Confirm the property — Which Humblytics property to report on
  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 from Humblytics:

API Endpoints:

  • GET /properties/{propertyId}/analytics/overview?period={period} — Aggregate metrics
  • GET /properties/{propertyId}/analytics/pages?period={period} — Page-level breakdown
  • GET /properties/{propertyId}/analytics/sources?period={period} — Traffic source attribution
  • GET /properties/{propertyId}/analytics/devices?period={period} — Device breakdown
  • GET /properties/{propertyId}/analytics/locations?period={period} — Geographic data

Key traffic metrics to pull:

  • Total sessions and unique visitors
  • Page views and pages per session
  • Average session duration
  • Bounce rate
  • New vs returning visitors ratio

Step 2: Analyze Traffic Sources

Break down where traffic is coming from:

SourceSessions% of TotalBounce RateConv RateTrend
Organic Searchup/down/flat
Direct
Paid Search
Paid Social
Organic Social
Referral
Email

Flag any source with:

  • Significant volume change (>20% vs previous period)
  • Unusually high or low conversion rate
  • High bounce rate (>70%) suggesting poor targeting or landing page mismatch

Step 3: Page Performance

Identify top-performing and underperforming pages:

Top pages by traffic — Which pages attract the most visitors? Top pages by conversion — Which pages drive the most signups/purchases? Highest bounce rate pages — Where are people leaving immediately? Lowest engagement pages — Short time-on-page, low scroll depth

For key landing pages, report:

  • Sessions, bounce rate, avg time on page
  • Conversion rate and total conversions
  • Period-over-period change

Step 4: Funnel Step Analysis

Map the full conversion funnel with data:

Visitors → Signups → Activated → Trial → Paid → Retained

  10,000 → 500 → 300 → 200 → 80 → 65
         5.0%  60.0%  66.7%  40.0%  81.3%

For each transition, report:

  • Volume: How many users at each step
  • Conversion rate: Percentage moving to next step
  • Period comparison: How this compares to the previous period
  • Trend: Improving, declining, or stable

Step 5: Conversion Events

Pull event data for key conversion actions:

  • GET /properties/{propertyId}/analytics/events?period={period} — All tracked events

Report on:

  • Signup completions
  • CTA clicks (by page and CTA)
  • Form submissions
  • Pricing page views
  • Trial starts
  • Upgrade/purchase events

Step 6: Period-over-Period Comparison

Always compare against the previous period (week-over-week or month-over-month):

MetricThis PeriodLast PeriodChangeTrend
Sessions+X%
Signups+X%
Conversion Rate+X pp
Bounce Rate-X pp

Highlight:

  • Metrics that improved significantly (celebrate wins)
  • Metrics that declined (flag for investigation)
  • Metrics that are flat but should be growing (stagnation risk)

Step 7: Insights and Recommendations

Do not just present data — interpret it:

The Report Summary Structure:

  1. Executive Summary (3 sentences max)

- Overall funnel health: healthy / needs attention / critical - Biggest win this period - Biggest concern this period

  1. Key Metrics Table — The 5-8 most important numbers
  2. Traffic Analysis — Sources, trends, notable changes
  3. Funnel Performance — Step-by-step with conversion rates
  4. Page Performance — Top and bottom performers
  5. Insights (3-5 bullets)

- What changed and why - What is working well - What needs attention

  1. Recommended Actions (3 bullets)

- One quick win - One strategic initiative - One thing to investigate further

Report Templates

Weekly Report (concise)

  • Executive summary (3 lines)
  • Key metrics table (5 numbers)
  • Top 3 insights
  • Top 3 actions

Monthly Report (comprehensive)

  • Executive summary
  • Full traffic analysis with source breakdown
  • Complete funnel with step-by-step conversion rates
  • Page-level performance (top 10 pages)
  • Channel-by-channel breakdown
  • Month-over-month trends
  • Insights and strategic recommendations

Board/Stakeholder Report (high-level)

  • 3 headline metrics (traffic, signups, revenue)
  • Trend arrows and period comparison
  • One paragraph narrative
  • Strategic outlook

Metric Benchmarks (SaaS)

Use these as reference points when analyzing data:

MetricPoorAverageGoodExcellent
Landing page conversion<2%2-5%5-10%>10%
Trial-to-paid<10%10-20%20-40%>40%
Bounce rate>70%50-70%30-50%<30%
Activation rate<20%20-40%40-60%>60%
Monthly churn>10%5-10%2-5%<2%

Related Skills

  • cro-optimizer — Take report findings and turn them into optimization actions
  • ab-test-generator — Create tests based on underperforming pages or steps
  • marketing-strategist — Use report data to inform strategic planning
  • page-cro — Deep-dive into specific underperforming pages

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.93%
按下载量换算25

Claude

30.85%
按下载量换算22

Cursor

20.33%
按下载量换算15

Gemini CLI

10.18%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills