Skills track-upvotes

Track Product Hunt launch upvotes, comments, and daily ranking in real-time — get Telegram alerts when you move up the leaderboard.

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/3rdbrain/track-upvotes" ~/.claude/skills/openclaw-skills-track-upvotes && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/3rdbrain/track-upvotes" ~/.openclaw/skills/openclaw-skills-track-upvotes && rm -rf "$T"
manifest: skills/3rdbrain/track-upvotes/SKILL.md
source content

Product Hunt Launch Tracker

Monitor your Product Hunt launch in real-time — upvotes, rank, comments, and hourly trends. No API key needed.

Commands

Run with Node.js:

node {baseDir}/track-upvotes.js <command> [args]

  • check
    <url>
    — Get current upvotes, rank, and comments
  • trend
    <url>
    — Get current stats + trend vs last check

Usage

node {baseDir}/track-upvotes.js check https://www.producthunt.com/posts/your-product
node {baseDir}/track-upvotes.js trend https://www.producthunt.com/posts/your-product

No API Key Required

Reads the public Product Hunt page directly. Nothing to configure — just pass your product URL.