TopRank Skills

Home / Claw Skills / Others / product-hunt-launch
Official OpenClaw rules 15%

product-hunt-launch

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 product-hunt-launch 技能。 若已安装,则直接安装 product-hunt-launch 技能。

Overview

Skill Key
abakermi/product-hunt-launch
Author
abakermi
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/abakermi/product-hunt-launch
Latest Commit SHA
d5251bb00a8a803acf9d01170981c9e2ec639988

Extracted Content

SKILL.md excerpt

# 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
```

Related Claw Skills