Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill track-product-hunt-launch-stats --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Track Product Hunt Launch Stats?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-track-product-hunt-launch-stats)More formats (shields.io, HTML) on the badges page.
---
name: track-product-hunt-launch-stats
description: "Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI."
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# Product Hunt Launch 🚀
Track your launch day metrics from the terminal.
## Setup
1. Get a Developer Token from [Product Hunt API Dashboard](https://www.producthunt.com/v2/oauth/applications).
2. Set it: `export PH_API_TOKEN="your_token"`
## Commands
### Check Post Stats
```bash
ph-launch stats --slug "your-product-slug"
# Output: Rank #4 | 🔼 450 | 💬 56
```
### Monitor Launch (Live Dashboard)
```bash
ph-launch monitor --slug "your-product-slug" --interval 60
```
### List Today's Leaderboard
```bash
ph-launch leaderboard
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!