Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

ph-analytics-setupph 分析设置

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

504

周安装

21

GitHub Stars

10

下载量

168
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yoanbernabeu/producthunt-skills --skill ph-analytics-setup

简介

用于辅助数据整理、表格处理、CSV/Excel 分析和指标计算。

  • 适合清洗字段、汇总数据、发现异常或生成统计口径说明。
  • 使用时需确认数据来源、字段含义和时间范围。
  • 避免把样本数据当全量事实;涉及敏感数据时应先脱敏。
  • 导出文件或批量写回前务必确认权限边界。ph-analytics-setup 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Product Hunt Analytics Setup

This skill helps you set up comprehensive analytics tracking to measure your Product Hunt launch performance and optimize your funnel.

When to Use This Skill

  • Before launch: Setting up tracking infrastructure
  • Launch day: Monitoring real-time metrics
  • Post-launch: Analyzing results and ROI

Essential Metrics to Track

Product Hunt Metrics

MetricSourceImportance
Ranking positionPH homepageCritical
Total upvotesPH product pageCritical
CommentsPH product pageHigh
Saves/bookmarksPH product pageMedium

Website Metrics

MetricSourceImportance
Total visitorsAnalyticsCritical
PH referral trafficAnalyticsCritical
Bounce rateAnalyticsHigh
Time on siteAnalyticsMedium
Pages per sessionAnalyticsMedium

Conversion Metrics

MetricSourceImportance
SignupsYour databaseCritical
Trial startsYour databaseHigh
PurchasesPayment systemCritical
Conversion rateCalculatedCritical

Analytics Tools Setup

1. Google Analytics 4

Basic Setup:

  1. Create GA4 property
  2. Install tracking code
  3. Set up events
  4. Create conversion goals

Key Events to Track:

// Page view (automatic)
// Signup started
gtag('event', 'signup_started', {
  'source': 'producthunt'
});

// Signup completed
gtag('event', 'signup_completed', {
  'source': 'producthunt',
  'plan': 'free'
});

// Trial started
gtag('event', 'trial_started', {
  'source': 'producthunt',
  'plan': 'pro'
});

// Purchase completed
gtag('event', 'purchase', {
  'source': 'producthunt',
  'value': 99.00,
  'currency': 'USD'
});

UTM Parameters: Add to all your links:

?utm_source=producthunt
&utm_medium=social
&utm_campaign=launch_jan2024

Real-Time Dashboard:

  • Navigate to Reports > Realtime
  • Filter by Traffic Source = producthunt.com

2. Plausible Analytics (Privacy-Focused Alternative)

Setup:

  1. Add script to website
  2. Configure goals
  3. Set up custom events

Benefits for PH Launch:

  • Real-time by default
  • Clean, simple dashboard
  • No cookie consent needed
  • Easy referrer tracking

3. Mixpanel / Amplitude (Product Analytics)

For Deeper Funnel Analysis:

Events to Track:

- Page Viewed (with source)
- Signup Started
- Signup Completed
- Onboarding Step 1
- Onboarding Step 2
- Onboarding Completed
- Feature Used (first time)
- Upgrade Clicked
- Payment Completed

Cohort Analysis:

  • Compare PH users vs other sources
  • Retention by acquisition source
  • Feature adoption by source

4. Product Hunt Specific Tracking

Manual Tracking Spreadsheet:

TimeRankUpvotesΔ UpvotesCommentsVisitsSignups
00:00-0-000
01:00
02:00

Tools for PH Tracking:

  • Upvote Bell (upvote notifications)
  • Manual refresh and logging
  • Custom scripts (PH API)

Dashboard Setup

Launch Day Dashboard

Create a single view showing:

┌─────────────────────────────────────────────────┐
│           PRODUCT HUNT LAUNCH DASHBOARD         │
├─────────────────────────────────────────────────┤
│                                                 │
│  PH METRICS          │  WEBSITE METRICS        │
│  ───────────         │  ─────────────────      │
│  Rank: #4            │  Visitors: 1,234        │
│  Upvotes: 234        │  From PH: 987 (80%)     │
│  Comments: 45        │  Bounce: 34%            │
│                      │                         │
├─────────────────────────────────────────────────┤
│                                                 │
│  CONVERSIONS         │  HOURLY TREND           │
│  ────────────        │  ────────────           │
│  Signups: 156        │  [Chart showing         │
│  Conv Rate: 12.6%    │   upvotes over time]    │
│  Revenue: $1,240     │                         │
│                      │                         │
└─────────────────────────────────────────────────┘

Tools for Dashboards:

  • Google Data Studio (free)
  • Grafana (self-hosted)
  • Geckoboard
  • Notion (manual)

Tracking Implementation Checklist

Before Launch (Required)

Website Analytics:

  • Google Analytics 4 installed
  • Real-time dashboard accessible
  • UTM parameters prepared
  • Referrer tracking verified

Conversion Tracking:

  • Signup event tracking
  • Purchase event tracking
  • Goals/conversions configured
  • Test conversions working

Referrer Attribution:

  • producthunt.com identified correctly
  • Can filter traffic by source
  • Landing page tracking works

Before Launch (Recommended)

Advanced Setup:

  • Custom dashboard created
  • Alerts configured
  • A/B testing tools ready
  • Heatmap tool installed (Hotjar, etc.)

Spreadsheet Tracking:

  • Manual tracking sheet created
  • Hourly logging template ready
  • Team access configured

Launch Day

Monitoring:

  • Real-time dashboard open
  • Logging started at launch
  • Team has access
  • Alerts working

Funnel Visualization

Typical PH Launch Funnel

Product Hunt Page Views
        │
        ▼ (Click-through rate: ~20-40%)
Website Visitors from PH
        │
        ▼ (Engagement rate: ~40-60%)
Engaged Visitors (>30s or 2+ pages)
        │
        ▼ (Signup rate: ~5-15%)
Signups / Trial Starts
        │
        ▼ (Conversion rate: ~10-30%)
Paid Customers

Track Drop-Off Points

Set up funnel in analytics:

  1. PH page → Website
  2. Website → Signup page
  3. Signup page → Signup complete
  4. Signup complete → Onboarding
  5. Onboarding → First value
  6. First value → Payment

Benchmarks & Goals

Typical PH Launch Benchmarks

MetricPoorAverageGoodGreat
PH → Site CTR<10%10-20%20-30%>30%
Bounce rate>70%50-70%30-50%<30%
Visit → Signup<3%3-8%8-15%>15%
PH visitors<500500-15001500-3000>3000

Set Your Goals

LAUNCH GOALS:

Product Hunt:
- Target upvotes: [___]
- Target comments: [___]
- Target ranking: Top [___]

Website:
- Target visitors from PH: [___]
- Target bounce rate: <[___]%

Conversions:
- Target signups: [___]
- Target conversion rate: [___]%
- Target revenue: $[___]

Post-Launch Analysis

Key Questions to Answer

  1. Acquisition:

- How many people visited from PH? - What was click-through rate? - How did PH compare to other sources?

  1. Engagement:

- Did PH visitors engage with content? - What pages did they visit? - How long did they stay?

  1. Conversion:

- How many signed up? - What was conversion rate? - How does this compare to other channels?

  1. Quality:

- Are PH users retained? - Do they convert to paid? - What's LTV of PH-acquired users?

Analysis Template

POST-LAUNCH ANALYSIS: [Product Name]
Date: [Launch Date]

ACQUISITION
- PH referral visitors: [___]
- % of total launch traffic: [___]%
- Peak hour: [___] with [___] visitors

ENGAGEMENT
- Average time on site: [___]
- Pages per session: [___]
- Bounce rate: [___]%

CONVERSION
- Total signups: [___]
- Signup conversion rate: [___]%
- Paying customers: [___]
- Revenue: $[___]

COMPARISON
- PH conversion vs. average: [___]%
- PH user quality score: [___]/10

LEARNINGS
- What worked: [___]
- What didn't: [___]
- For next time: [___]

Analytics Checklist

Setup Phase (1 Week Before)

  • All tracking code installed
  • Events configured
  • Funnels set up
  • Dashboard created
  • Test tracking working
  • Team access granted

Launch Day

  • Real-time monitoring active
  • Hourly logging in progress
  • Alerts working
  • No tracking issues

Post-Launch

  • All data captured
  • Analysis completed
  • Learnings documented
  • Comparison to goals

Output Format

ANALYTICS SETUP FOR: [Product Name]

TOOLS CONFIGURED:
- Website analytics: [Tool]
- Product analytics: [Tool]
- PH tracking: [Method]
- Dashboard: [Location]

EVENTS TRACKING:
- [ ] Page views with source
- [ ] Signup started
- [ ] Signup completed
- [ ] Trial started
- [ ] Purchase completed

FUNNEL CONFIGURED:
[Diagram of your funnel]

GOALS SET:
- Visitors: [Target]
- Signups: [Target]
- Conversion: [Target]%
- Revenue: $[Target]

DASHBOARD LOCATION: [Link]

TRACKING VERIFIED: [Yes/No]

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.89%
按下载量换算59

Claude

29.17%
按下载量换算49

Cursor

18.91%
按下载量换算32

Gemini CLI

10.17%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills