# Send find-products to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "find-products",
    "name": "find-products",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xiazhefengzhi/find-products",
    "canonicalUrl": "https://clawhub.ai/xiazhefengzhi/find-products",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/find-products",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-products",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/find-products"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/find-products",
    "downloadUrl": "https://openagent3.xyz/downloads/find-products",
    "agentUrl": "https://openagent3.xyz/skills/find-products/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-products/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-products/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xiazhefengzhi
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/find-products)
- [Send to Agent page](https://openagent3.xyz/skills/find-products/agent)
- [JSON manifest](https://openagent3.xyz/skills/find-products/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/find-products/agent.md)
- [Download page](https://openagent3.xyz/downloads/find-products)