producthunt by resciencelab/opc-skills
npx skills add https://github.com/resciencelab/opc-skills --skill producthunt通过官方 GraphQL API 从 Product Hunt 获取帖子、主题、用户和合集。
在 ~/.zshrc 中设置访问令牌:
export PRODUCTHUNT_ACCESS_TOKEN="your_developer_token"
从以下地址获取您的令牌:https://www.producthunt.com/v2/oauth/applications
快速检查:
cd <skill_directory>
python3 scripts/get_posts.py --limit 3
所有命令均在技能目录下运行。
python3 scripts/get_post.py chatgpt # 通过 slug 获取帖子
python3 scripts/get_post.py 12345 # 通过 ID 获取帖子
python3 scripts/get_posts.py --limit 20 # 今日精选帖子
python3 scripts/get_posts.py --topic ai --limit 10 # 指定主题下的帖子
python3 scripts/get_posts.py --after 2026-01-01 # 指定日期之后的帖子
python3 scripts/get_post_comments.py POST_ID --limit 20
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
python3 scripts/get_topic.py artificial-intelligence # 通过 slug 获取主题
python3 scripts/get_topics.py --query "AI" --limit 20 # 搜索主题
python3 scripts/get_topics.py --limit 50 # 热门主题
python3 scripts/get_user.py rrhoover # 通过用户名获取用户
python3 scripts/get_user_posts.py rrhoover --limit 20 # 用户的帖子
python3 scripts/get_collection.py SLUG_OR_ID # 获取合集
python3 scripts/get_collections.py --featured --limit 20
每周安装量
1.7K
代码仓库
GitHub 星标数
628
首次出现
2026年1月21日
安全审计
安装于
opencode1.5K
codex1.5K
gemini-cli1.5K
github-copilot1.5K
cursor1.5K
kimi-cli1.5K
Get posts, topics, users, and collections from Product Hunt via the official GraphQL API.
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
All commands run from the skill directory.
python3 scripts/get_post.py chatgpt # Get post by slug
python3 scripts/get_post.py 12345 # Get post by ID
python3 scripts/get_posts.py --limit 20 # Today's featured posts
python3 scripts/get_posts.py --topic ai --limit 10 # Posts in topic
python3 scripts/get_posts.py --after 2026-01-01 # Posts after date
python3 scripts/get_post_comments.py POST_ID --limit 20
python3 scripts/get_topic.py artificial-intelligence # Get topic by slug
python3 scripts/get_topics.py --query "AI" --limit 20 # Search topics
python3 scripts/get_topics.py --limit 50 # Popular topics
python3 scripts/get_user.py rrhoover # Get user by username
python3 scripts/get_user_posts.py rrhoover --limit 20 # User's posts
python3 scripts/get_collection.py SLUG_OR_ID # Get collection
python3 scripts/get_collections.py --featured --limit 20
Weekly Installs
1.7K
Repository
GitHub Stars
628
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode1.5K
codex1.5K
gemini-cli1.5K
github-copilot1.5K
cursor1.5K
kimi-cli1.5K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
App Store Connect CLI 发布流程指南:asc-release-flow 技能详解与自动化提交
1,200 周安装
App Store Connect 提交健康检查指南 - 减少审核失败,监控应用状态
1,200 周安装
Xcode构建与导出指南:使用asc-xcode-build自动化iOS/macOS应用上传App Store
1,200 周安装
AI事实核查工具 - 专业级信息验证助手 | 识别虚假信息,评估证据可信度
1,200 周安装
i18n国际化与本地化最佳实践指南:React、Next.js、Python多语言开发
1,200 周安装
Nest.js专家:企业级Node.js应用架构、依赖注入、测试与数据库集成解决方案
1,200 周安装