producthunt
GitHub用于通过搜索引擎发现 Product Hunt 上的热门科技产品、应用和工具。支持按类别搜索、查询今日热门产品、特定产品详情及趋势奖项,并提供标准化的产品列表与详细信息输出格式。
Trigger Scenarios
Install
npx skills add FoundDream/miniclawd --skill producthunt -g -y
SKILL.md
Frontmatter
{
"name": "producthunt",
"description": "Discover trending tech products, apps, and tools from Product Hunt."
}
Product Hunt Skill
Discover and explore new tech products, apps, and tools from Product Hunt.
Searching Products
Use web search with Product Hunt queries:
Query: "site:producthunt.com {product name}"
Query: "Product Hunt {category} tools 2024"
Query: "Product Hunt top products today"
Common Queries
Today's Top Products
"Product Hunt today"
"Product Hunt daily top 5"
Category Search
"Product Hunt best AI tools"
"Product Hunt developer tools"
"Product Hunt productivity apps"
"Product Hunt design tools"
"Product Hunt no-code tools"
"Product Hunt marketing tools"
Specific Product Lookup
"site:producthunt.com {product name}"
"{product name} Product Hunt launch"
Trending & Awards
"Product Hunt Product of the Day"
"Product Hunt Golden Kitty winners"
"Product Hunt top products this week"
"Product Hunt top products this month"
Response Format
Product List
## Product Hunt - {Category/Date}
1. **{Product Name}** ⬆️ {upvotes}
{One-line tagline}
→ {product-url}
2. **{Product Name}** ⬆️ {upvotes}
{One-line tagline}
→ {product-url}
3. **{Product Name}** ⬆️ {upvotes}
{One-line tagline}
→ {product-url}
Single Product Detail
## {Product Name}
**Tagline**: {tagline}
**Category**: {category}
**Upvotes**: ⬆️ {count}
**Launched**: {date}
### What it does
{Brief description}
### Key Features
- Feature 1
- Feature 2
- Feature 3
### Pricing
{Free / Freemium / Paid - pricing info}
### Links
- Product Hunt: {ph-url}
- Website: {website-url}
Popular Categories
| Category | Search Term |
|---|---|
| AI & ML | AI tools, machine learning |
| Developer | developer tools, API, devtools |
| Productivity | productivity, task management |
| Design | design tools, UI/UX |
| No-Code | no-code, low-code |
| Marketing | marketing tools, SEO |
| Finance | fintech, crypto |
| Health | health, fitness, wellness |
Tips
- Product Hunt updates daily around 12:01 AM PST
- Upvote counts indicate community interest
- Check comments for honest user feedback
- "Maker" badge means the creator is active in comments
- Golden Kitty = annual awards for top products
Example Interactions
User: "What's trending on Product Hunt today?" → Search for today's top products, return top 5 with upvotes
User: "Find me some AI writing tools on Product Hunt" → Search for AI writing tools, return relevant products with descriptions
User: "Tell me about Cursor on Product Hunt" → Look up specific product, return detailed info
Version History
- 2d65665 Current 2026-07-24 12:16


