🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Product Hunt Launch

by @abakermi

Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.

Versionv0.1.0
Downloads2,745
Installs7
Stars⭐ 1
TERMINAL
clawhub install product-hunt-launch

πŸ“– About This Skill


name: product-hunt-launch version: 1.0.0 description: Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI. author: abakermi metadata: openclaw: emoji: "πŸš€" requires: env: ["PH_API_TOKEN"]

Product Hunt Launch πŸš€

Track your launch day metrics from the terminal.

Setup

1. Get a Developer Token from Product Hunt API Dashboard. 2. Set it: export PH_API_TOKEN="your_token"

Commands

Check Post Stats

ph-launch stats --slug "your-product-slug"

Output: Rank #4 | πŸ”Ό 450 | πŸ’¬ 56

Monitor Launch (Live Dashboard)

ph-launch monitor --slug "your-product-slug" --interval 60

List Today's Leaderboard

ph-launch leaderboard

βš™οΈ Configuration

1. Get a Developer Token from Product Hunt API Dashboard. 2. Set it: export PH_API_TOKEN="your_token"