{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/find-products",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-products",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/find-products",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "find-products",
        "body": "Search ProductHunt products with structured analysis from trend-hunt.com."
      },
      {
        "title": "When to Use",
        "body": "Trigger this skill when the user:\n\nAsks for product or tool recommendations (e.g., \"What are the best AI video tools?\")\nWants to compare products in a category\nAsks about trending products or apps\nNeeds to find alternatives to a specific product\nAsks \"what tools exist for X\""
      },
      {
        "title": "How to Search",
        "body": "Make a GET request to the search API:\n\ncurl -s \"https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY\""
      },
      {
        "title": "Parameters",
        "body": "ParameterRequiredDefaultDescriptionqYes—Search keywords (supports English and Chinese)localeNoenLanguage: en or zhlimitNo10Number of results (1–20)categoryNo—Filter by category"
      },
      {
        "title": "Common Categories",
        "body": "AI, Productivity, Developer Tools, Design, Marketing, Analytics, Writing, Video, Audio, Education, Finance, Social, Health, E-commerce"
      },
      {
        "title": "Response Format",
        "body": "The API returns JSON:\n\n{\n  \"success\": true,\n  \"query\": \"video editor\",\n  \"locale\": \"en\",\n  \"count\": 5,\n  \"products\": [\n    {\n      \"slug\": \"product-slug\",\n      \"name\": \"Product Name\",\n      \"tagline\": \"Short description\",\n      \"category\": \"AI\",\n      \"upvotes\": 523,\n      \"hypeScore\": 85,\n      \"utilityScore\": 78,\n      \"metaphor\": \"It's like Canva but for video editing\",\n      \"phUrl\": \"https://www.producthunt.com/posts/product-slug\",\n      \"websiteUrl\": \"https://product.com\",\n      \"positiveReviews\": [\"Great UI\", \"Fast rendering\"],\n      \"negativeReviews\": [\"Limited free tier\"],\n      \"newbieQA\": [...],\n      \"translations\": [...]\n    }\n  ]\n}"
      },
      {
        "title": "How to Present Results",
        "body": "Format each product as:\n\n### Product Name\n⭐ Upvotes: 523 | Hype: 85 | Utility: 78\n> Metaphor: \"It's like Canva but for video editing\"\n\n**Tagline**: Short description\n**Category**: AI\n**Pros**: Great UI, Fast rendering\n**Cons**: Limited free tier\n\n🔗 [ProductHunt](phUrl) | [Website](websiteUrl)"
      },
      {
        "title": "Example 1: Find AI writing tools",
        "body": "curl -s \"https://trend-hunt.com/api/search?q=AI+writing&locale=en&limit=5\""
      },
      {
        "title": "Example 2: Search in Chinese",
        "body": "curl -s \"https://trend-hunt.com/api/search?q=视频编辑&locale=zh&limit=5\""
      },
      {
        "title": "Example 3: Filter by category",
        "body": "curl -s \"https://trend-hunt.com/api/search?q=automation&category=Productivity&limit=10\""
      },
      {
        "title": "Tips",
        "body": "Use English keywords for broader results; the database has more English content\nWhen locale=zh, translated fields appear in the translations array\nProducts are sorted by upvotes (most popular first)\nhypeScore = community excitement; utilityScore = practical value\nThe metaphor field gives a quick \"it's like X for Y\" comparison\nIf no results are found, try broader or alternative keywords"
      }
    ],
    "body": "find-products\n\nSearch ProductHunt products with structured analysis from trend-hunt.com.\n\nWhen to Use\n\nTrigger this skill when the user:\n\nAsks for product or tool recommendations (e.g., \"What are the best AI video tools?\")\nWants to compare products in a category\nAsks about trending products or apps\nNeeds to find alternatives to a specific product\nAsks \"what tools exist for X\"\nHow to Search\n\nMake a GET request to the search API:\n\ncurl -s \"https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY\"\n\nParameters\nParameter\tRequired\tDefault\tDescription\nq\tYes\t—\tSearch keywords (supports English and Chinese)\nlocale\tNo\ten\tLanguage: en or zh\nlimit\tNo\t10\tNumber of results (1–20)\ncategory\tNo\t—\tFilter by category\nCommon Categories\n\nAI, Productivity, Developer Tools, Design, Marketing, Analytics, Writing, Video, Audio, Education, Finance, Social, Health, E-commerce\n\nResponse Format\n\nThe API returns JSON:\n\n{\n  \"success\": true,\n  \"query\": \"video editor\",\n  \"locale\": \"en\",\n  \"count\": 5,\n  \"products\": [\n    {\n      \"slug\": \"product-slug\",\n      \"name\": \"Product Name\",\n      \"tagline\": \"Short description\",\n      \"category\": \"AI\",\n      \"upvotes\": 523,\n      \"hypeScore\": 85,\n      \"utilityScore\": 78,\n      \"metaphor\": \"It's like Canva but for video editing\",\n      \"phUrl\": \"https://www.producthunt.com/posts/product-slug\",\n      \"websiteUrl\": \"https://product.com\",\n      \"positiveReviews\": [\"Great UI\", \"Fast rendering\"],\n      \"negativeReviews\": [\"Limited free tier\"],\n      \"newbieQA\": [...],\n      \"translations\": [...]\n    }\n  ]\n}\n\nHow to Present Results\n\nFormat each product as:\n\n### Product Name\n⭐ Upvotes: 523 | Hype: 85 | Utility: 78\n> Metaphor: \"It's like Canva but for video editing\"\n\n**Tagline**: Short description\n**Category**: AI\n**Pros**: Great UI, Fast rendering\n**Cons**: Limited free tier\n\n🔗 [ProductHunt](phUrl) | [Website](websiteUrl)\n\nExamples\nExample 1: Find AI writing tools\ncurl -s \"https://trend-hunt.com/api/search?q=AI+writing&locale=en&limit=5\"\n\nExample 2: Search in Chinese\ncurl -s \"https://trend-hunt.com/api/search?q=视频编辑&locale=zh&limit=5\"\n\nExample 3: Filter by category\ncurl -s \"https://trend-hunt.com/api/search?q=automation&category=Productivity&limit=10\"\n\nTips\nUse English keywords for broader results; the database has more English content\nWhen locale=zh, translated fields appear in the translations array\nProducts are sorted by upvotes (most popular first)\nhypeScore = community excitement; utilityScore = practical value\nThe metaphor field gives a quick \"it's like X for Y\" comparison\nIf no results are found, try broader or alternative keywords"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xiazhefengzhi/find-products",
    "publisherUrl": "https://clawhub.ai/xiazhefengzhi/find-products",
    "owner": "xiazhefengzhi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}