Skills product-hunt-launch
Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abakermi/product-hunt-launch" ~/.claude/skills/clawdbot-skills-product-hunt-launch && rm -rf "$T"
manifest:
skills/abakermi/product-hunt-launch/SKILL.mdsource content
Product Hunt Launch 🚀
Track your launch day metrics from the terminal.
Setup
- Get a Developer Token from Product Hunt API Dashboard.
- 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