9.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.
Skill Snapshot
| name | product-hunt-launch |
| description | Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI. OpenClaw Skills integration. |
| owner | abakermi |
| repository | abakermi/product-hunt-launch |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @abakermi/product-hunt-launch |
| last updated | Feb 7, 2026 |
Maintainer

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