← All skills
Tencent SkillHub · Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

find-products

Search ProductHunt products with structured analysis from trend-hunt.com.

When to Use

Trigger this skill when the user: Asks for product or tool recommendations (e.g., "What are the best AI video tools?") Wants to compare products in a category Asks about trending products or apps Needs to find alternatives to a specific product Asks "what tools exist for X"

How to Search

Make a GET request to the search API: curl -s "https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY"

Parameters

ParameterRequiredDefaultDescriptionqYes—Search keywords (supports English and Chinese)localeNoenLanguage: en or zhlimitNo10Number of results (1–20)categoryNo—Filter by category

Common Categories

AI, Productivity, Developer Tools, Design, Marketing, Analytics, Writing, Video, Audio, Education, Finance, Social, Health, E-commerce

Response Format

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": [...] } ] }

How to Present Results

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)

Example 1: Find AI writing tools

curl -s "https://trend-hunt.com/api/search?q=AI+writing&locale=en&limit=5"

Example 2: Search in Chinese

curl -s "https://trend-hunt.com/api/search?q=视频编辑&locale=zh&limit=5"

Example 3: Filter by category

curl -s "https://trend-hunt.com/api/search?q=automation&category=Productivity&limit=10"

Tips

Use English keywords for broader results; the database has more English content When locale=zh, translated fields appear in the translations array Products are sorted by upvotes (most popular first) hypeScore = community excitement; utilityScore = practical value The metaphor field gives a quick "it's like X for Y" comparison If no results are found, try broader or alternative keywords

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc