skills$openclaw/product-hunt-launch
abakermi9.9k

by abakermi

product-hunt-launch – OpenClaw Skill

product-hunt-launch is an OpenClaw Skills integration for coding workflows. Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.

9.9k stars5.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameproduct-hunt-launch
descriptionTrack your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI. OpenClaw Skills integration.
ownerabakermi
repositoryabakermi/product-hunt-launch
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @abakermi/product-hunt-launch
last updatedFeb 7, 2026

Maintainer

abakermi

abakermi

Maintains product-hunt-launch in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
292 B
SKILL.md
793 B
SKILL.md

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install product-hunt-launch?

Run openclaw add @abakermi/product-hunt-launch in your terminal. This installs product-hunt-launch into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/abakermi/product-hunt-launch. Review commits and README documentation before installing.