Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install find-products或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install find-products⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/find-products/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: find-products version: 1.0.0 description: Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps. homepage: https://github.com/xiazhefengzhi/find-products-skill ---
Search ProductHunt products with structured analysis from trend-hunt.com.
Trigger this skill when the user:
Make a GET request to the search API:
curl -s "https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY"
| Parameter | Required | Default | Description | |------------|----------|---------|-------------| | q | Yes | — | Search keywords (supports English and Chinese) | | locale | No | en | Language: en or zh | | limit | No | 10 | Number of results (1–20) | | category | No | — | Filter by category |
AI, Productivity, Developer Tools, Design, Marketing, Analytics, Writing, Video, Audio, Education, Finance, Social, Health, E-commerce
The API returns JSON:
{
"success": true,
"query": "video editor",
"locale": "en",
"count": 5,
"products": [
{
"slug": "product-slug",
"name": "Product Name",
"tagline": "Short description",
"category": "AI",
"upvotes": 523,
"hypeScore": 85,
"utilityScore": 78,
"metaphor": "It's like Canva but for video editing",
"phUrl": "https://www.producthunt.com/posts/product-slug",
"websiteUrl": "https://product.com",
"positiveReviews": ["Great UI", "Fast rendering"],
"negativeReviews": ["Limited free tier"],
"newbieQA": [...],
"translations": [...]
}
]
}
Format each product as:
### Product Name
⭐ Upvotes: 523 | Hype: 85 | Utility: 78
> Metaphor: "It's like Canva but for video editing"
**Tagline**: Short description
**Category**: AI
**Pros**: Great UI, Fast rendering
**Cons**: Limited free tier
🔗 [ProductHunt](phUrl) | [Website](websiteUrl)
curl -s "https://trend-hunt.com/api/search?q=AI+writing&locale=en&limit=5"
curl -s "https://trend-hunt.com/api/search?q=视频编辑&locale=zh&limit=5"
curl -s "https://trend-hunt.com/api/search?q=automation&category=Productivity&limit=10"
locale=zh, translated fields appear in the translations arrayhypeScore = community excitement; utilityScore = practical valuemetaphor field gives a quick "it's like X for Y" comparison安装 find-products 后,可以对 AI 说这些话来触发它
Help me get started with find-products
Explains what find-products does, walks through the setup, and runs a quick demo based on your current project
Use find-products to search and discover trending products from ProductHunt with structu...
Invokes find-products with the right parameters and returns the result directly in the conversation
What can I do with find-products in my data & analytics workflow?
Lists the top use cases for find-products, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/find-products/ 目录(个人级,所有项目可用),或 .claude/skills/find-products/(项目级)。重启 AI 客户端后,用 /find-products 主动调用,或让 AI 根据上下文自动发现并使用。
find-products 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
find-products 可免费安装使用。请查阅仓库了解许可证信息。
Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps.
find-products 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using find-products
Identifies repetitive steps in your workflow and sets up find-products to handle them automatically