producthunt

Installation
Summary

Search and retrieve Product Hunt posts, topics, users, and collections via GraphQL API.

  • Four command categories: posts (by slug/ID, featured, filtered by topic or date), topics (lookup and search), users (profile and post history), and collections (featured and by ID)
  • Requires a Product Hunt developer token set as PRODUCTHUNT_ACCESS_TOKEN environment variable
  • Rate limited to 6250 complexity points per 15 minutes; includes built-in scripts for quick validation and data retrieval
SKILL.md

ProductHunt Skill

Get posts, topics, users, and collections from Product Hunt via the official GraphQL API.

Prerequisites

Set access token in ~/.zshrc:

export PRODUCTHUNT_ACCESS_TOKEN="your_developer_token"

Get your token from: https://www.producthunt.com/v2/oauth/applications

Quick Check:

cd <skill_directory>
python3 scripts/get_posts.py --limit 3
Related skills

More from resciencelab/opc-skills

Installs
2.2K
GitHub Stars
852
First Seen
Jan 21, 2026