ph-conversion-tracking

ph-conversion-tracking is a skill for Claude Code from yoanbernabeu/producthunt-skills. It costs 37 tokens per session (2,550 once invoked), scanned A, original, MIT.

A guide to measuring what happens after people see a Product Hunt listing, from page visits and website engagement to signups, activated users, and paying customers. Product Hunt is a product-launch and discovery website.

In plain words
What is it for?
Use it to set up conversion tracking, analyze the launch funnel, calculate return on investment, and compare the launch with other ways of acquiring users.
Why use it?
It shows where potential users leave the journey and whether the launch creates useful business results, rather than only attention.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the ph-analytics plugin — 2 skills shipped together , and of ph-complete

Good fit Use it to set up conversion tracking, analyze the launch funnel, calculate return on investment, and compare the launch with other ways of acquiring users.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking
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 yoanbernabeu/producthunt-skills --skill ph-conversion-tracking
Clone the repo
git clone --depth 1 https://github.com/yoanbernabeu/producthunt-skills

Made for: Claude Code.

Or install ph-analytics, the plugin that ships this one along with the rest of its 2 skills.

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 ph-conversion-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking/github.svg)](https://agentmods.dev/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking)
Your own site
<a href="https://agentmods.dev/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking"><img src="https://agentmods.dev/badge/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking/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 ph-conversion-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking"><img src="https://agentmods.dev/badge/skills/yoanbernabeu/producthunt-skills/ph-conversion-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,550 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.00037 $0.02550
Opus 5 $0.00018 $0.01275
Sonnet 5 $0.00007 $0.00510
Haiku 4.5 $0.00004 $0.00255

Measured 10d ago against content hash 55d80ef2f614, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ph-conversion-tracking 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 10d 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/analytics/ph-conversion-tracking/SKILL.md · 414 lines

How it starts

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

Product Hunt Conversion Tracking

This skill helps you measure the real business impact of your Product Hunt launch through conversion tracking and ROI analysis.

When to Use This Skill

  • Setting up conversion measurement
  • Tracking launch day conversions
  • Analyzing funnel performance
  • Calculating launch ROI
  • Comparing to other acquisition channels

The Conversion Funnel

Standard PH Conversion Path

PRODUCT HUNT
    │
    ├─── Impressions (people who see your listing)
    │         │
    │         ▼ [View Rate]
    ├─── Page Views (people who click)
    │         │
    │         ▼ [Click-through Rate]
    ├─── Website Visitors
    │         │
    │         ▼ [Engagement Rate]
    ├─── Engaged Visitors (>30s, 2+ pages)
    │         │
    │         ▼ [Signup Rate]
    ├─── Signups / Trials
    │         │
    │         ▼ [Activation Rate]
    ├─── Activated Users (reached value)
    │         │
    │         ▼ [Conversion Rate]
    └─── Paying Customers

Key Conversion Points

Stage Typical Rate What It Measures
View → Click 15-30% Listing appeal
Click → Visit 70-90% Page load, relevance
Visit → Signup 5-15% Landing page effectiveness
Signup → Activation 30-60% Onboarding quality
Activation → Paid 10-30% Product-market fit

Setting Up Conversion Tracking

1. Define Your Conversions

Primary Conversion (Pick One):

  • Signup completed
  • Trial started
  • Purchase made
  • App installed

Secondary Conversions:

  • Email collected
  • Demo booked
  • Free tier activated
  • Feature used

2. Technical Implementation

Google Analytics 4 Events:

// Signup conversion
gtag('event', 'generate_lead', {
  'event_category': 'signup',
  'event_label': 'producthunt',
  'value': 0
});

// Purchase conversion
gtag('event', 'purchase', {
  'transaction_id': 'T_12345',
  'value': 99.00,
  'currency': 'USD',
  'items': [{
    'item_name': 'Pro Plan',
    'price': 99.00
  }]
});

Read the full file on GitHub · 414 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. 10d ago First seen · 414 lines · 37 tokens per session scan A 55d80ef2f614

Subscribe to this mod's changes

ph-conversion-tracking is a skill published in the GitHub repository yoanbernabeu/producthunt-skills (18 stars, last pushed 7mo ago), licensed MIT. It adds 37 tokens to every session and 2,550 once invoked, about $0.0002 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

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

telnyx-voice-advanced-curl

Advanced call control features including DTMF sending, SIPREC recording, noise suppression, client state, and supervisor controls. This skill provides REST API (curl) examples.

team-telnyx/ai · 44 tokens