Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
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](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
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.