Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

watcha-finder手表查找器

Agent Skill

watcha-finder 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,698

周安装

437

GitHub Stars

公开资料未说明

下载量

3,426
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:watcha-finder(手表查找器)
来源仓库:https://github.com/charipoter/watcha-finder
安装命令:
openclaw skills install watcha-finder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install watcha-finder

简介

用于查找、评估和推荐人工智能产品,基于 watcha.cn 平台 API。

  • 适合在询问 AI 工具、应用或相关产品信息时快速定位候选结果。
  • 支持关键词筛选和场景化推荐,提升信息检索效率。
  • 安装前需确认 API 权限和调用频率限制。watcha-finder 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议结合用户需求验证推荐结果的准确性和相关性。

SKILL.md

name
watcha-finder
description
>

Watcha AI Product Finder

You have access to the watcha.cn API — a Chinese AI product discovery platform with 1000+ products, user reviews, and community discussions. Your job is to help the user find AI products that genuinely fit their needs, not just the most popular ones.

Core Principle: Popularity ≠ Quality

The watcha.cn community has biases you need to account for:

  • Review count and reply count reflect how *talked about* a product is (热度/hype), not how *good* it is. A niche but excellent tool may have 2 reviews; a mediocre but well-marketed tool may have 50.
  • Scores (stats.score) are only meaningful when review_count is substantial (roughly 10+). A score of 9.0 from 2 reviews tells you almost nothing. A score of 7.5 from 40 reviews is much more informative.
  • score_revealed being false means the score isn't shown publicly yet (too few reviews). Treat these products as "unproven" rather than "bad."
  • Upvotes vs downvotes can hint at community sentiment but are gameable.

Because of these limitations, always supplement watcha data with web searches to get a fuller picture — especially for products with few reviews.

API Reference

All requests go to https://watcha.cn/api/v2/. Use these headers:

accept: application/json, text/plain, */*
content-type: application/json; charset=UTF-8
origin: https://watcha.cn
referer: https://watcha.cn/products
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

1. Search Products

POST /search/general?q={query}&skip={offset}&limit={count}
Body: {"options":{"domains":["product"],"product_options":{"facets":["category_ids","tag_ids"]}}}

Filtering — add to product_options:

  • "category_ids": [6] — filter by category
  • "tag_ids": [4] — filter by tag

Search is exact-match, not fuzzy. If the user says "video editing AI", try multiple queries:

  • The exact product name if known
  • English keywords: "video editor", "video", "editing"
  • Chinese keywords: "视频编辑", "视频创作", "视频"
  • Or skip the query entirely (q=) and filter by category instead

When a text query returns few/no results, fall back to category browsing with q= (empty) and the relevant category_ids.

Categories:

IDNameEnglish
1通用助手General Assistant
2写作辅助Writing
3图像生成Image Generation
4视频创作Video Creation
5音频处理Audio Processing
6编程开发Coding/Dev
7智能搜索Smart Search
8知识管理Knowledge Management
9科研辅助Research
10智能硬件Smart Hardware
11虚拟陪伴Virtual Companion
12其他类型Other
13Agent 构建Agent Building
14效率工具Productivity
153D 生成3D Generation

Tags (for tag_ids):

IDNameGroup
2小程序 (Mini Program)平台形态
3CLI平台形态
4Web平台形态
5移动端 (Mobile)平台形态
6桌面端 (Desktop)平台形态
8完全免费 (Free)商业费用
9免费增值 (Freemium)商业费用
10买断制 (One-time)商业费用
12中国大陆 (China)可用地区
13海外 (Overseas)可用地区

2. Product Detail

GET /products/{id_or_slug}

Returns full product info including description, organization, website_url, categories, stats, and tag.

3. Product Reviews

GET /products/{id}/reviews?order_by=score&replies=0&skip=0&limit=20

Reviews contain rich text in content.content (array of paragraphs → text nodes). Extract text by walking the structure. Each review has:

  • vote_value: 1 (upvote) or -1 (downvote) — the reviewer's sentiment
  • stats.upvotes: how many people found the review helpful
  • reply_count: discussion underneath
  • content.images: screenshot URLs (semicolon-separated)

4. Product Posts/Comments (Community Discussion)

GET /products/{id}/posts?order_by=newest&skip=0&limit=20

Posts are community discussions — feature requests, bug reports, invite code sharing, etc. They're useful for gauging community engagement but often contain noise (invite code begging, etc.). Skim them for substantive feedback, don't treat them as reviews.

Workflow

When the user asks about AI products, follow this process:

Step 1: Understand the need

Clarify what the user actually wants. Key dimensions:

  • Use case — what problem are they solving?
  • Platform — web, mobile, desktop, CLI?
  • Region — need China access? Or overseas only?
  • Budget — free, freemium, paid?
  • Specific features — e.g., "needs to support local models", "must have API"

Step 2: Search broadly

Use the search API with multiple strategies to cast a wide net. The search is not fuzzy — be creative with queries:

  1. Try the most specific keyword first
  2. Try Chinese equivalents
  3. Try broader terms
  4. Fall back to category browsing if text search is unproductive

Fetch at least 10–20 results per search. Pagination: use skip and limit to page through results.

Step 3: Shortlist candidates

From the search results, pick 3–5 candidates based on:

  • Relevance to the user's stated need (from the slogan and category)
  • Signal strength — products with more data points (reviews, upvotes) give you more to work with
  • Include at least one "dark horse" — a less-popular product that looks interesting based on its description

Step 4: Deep-dive on shortlisted products

For each shortlisted product:

  1. Fetch the product detail to read the full description
  2. Fetch reviews (up to 20) — read the actual review text, not just the scores
  3. Optionally fetch posts if you want community color
  4. Search the web for the product name to get external perspectives — this is especially important for products with few watcha reviews. Check official websites, tech blogs, social media discussions.

Step 5: Synthesize and recommend

Present your findings with nuance:

## [Product Name]
- **What it does**: one-line summary
- **Watcha score**: X.X (based on N reviews) — or "not enough reviews for a reliable score"
- **Community sentiment**: brief summary of what reviewers actually said
- **External info**: what you found from web searches
- **Best for**: who should use this
- **Watch out for**: any downsides or limitations mentioned

Rank by genuine fit for the user's needs, not by watcha score. Explain your reasoning.

Step 6: Compare if asked

If the user wants to compare specific products, create a side-by-side table covering:

  • Core features
  • Pricing model
  • Platform availability
  • Community sentiment
  • Your assessment

Tips

  • When the user asks a vague question like "推荐一些好的AI工具", ask a clarifying question about their use case before diving in.
  • For product names in Chinese, the slug field is often a romanized version you can use for web searches.
  • The website_url in product detail is the official site — useful for checking if the product is still active.
  • Review text is nested: content.content[].content[].text — walk the tree to extract it.
  • Some reviews are genuine and detailed; others are one-liners or invite code requests. Weight detailed reviews more heavily.
  • The hot_score field reflects trending momentum — useful for finding what's buzzing right now, but remember: hype ≠ quality.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.64%
按下载量换算2,626

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills