A Claude Code skill for discovering and evaluating AI products using the watcha.cn platform API.
Watcha Finder helps you find AI products that genuinely fit your needs — not just the most popular ones. It:
- Searches watcha.cn's 1000+ product database with smart fallback strategies (the API isn't fuzzy search)
- Reads actual user reviews to understand community sentiment beyond just scores
- Distinguishes popularity from quality — review/reply counts show hype, not necessarily value
- Cross-references with web sources to avoid misjudgments from low community activity
- Provides nuanced recommendations with clear reasoning about trade-offs
- Multi-strategy search (text queries, category filtering, Chinese/English keywords)
- Deep-dive analysis with review text extraction
- Score reliability assessment (flags products with too few reviews)
- Dark horse discovery (finds lesser-known but high-quality products)
- China availability filtering
- Platform/pricing/feature comparison
This is a Claude Code skill. To use it:
- Copy the
watcha-finder/directory to your Claude Code skills location - The skill will automatically be available when you ask about AI products
帮我找一个好用的AI编程工具,最好支持本地运行
I need an AI video creation tool that works in China, what are my options?
最近有什么值得关注的AI产品?不要只看热门的
The skill uses the watcha.cn API to:
- Search broadly — tries multiple query strategies since search is exact-match
- Shortlist candidates — picks 3-5 products based on relevance and data quality
- Deep-dive — fetches product details, reviews (up to 20), and community posts
- Web search — supplements watcha data with external perspectives
- Synthesize — presents findings with nuanced quality assessment
The skill accesses these watcha.cn endpoints:
POST /api/v2/search/general— product search with category/tag filteringGET /api/v2/products/{id}— product detailsGET /api/v2/products/{id}/reviews— user reviewsGET /api/v2/products/{id}/posts— community discussions
- 通用助手 (General Assistant)
- 编程开发 (Coding/Dev)
- 图像生成 (Image Generation)
- 视频创作 (Video Creation)
- 音频处理 (Audio Processing)
- 写作辅助 (Writing)
- 知识管理 (Knowledge Management)
- 智能搜索 (Smart Search)
- Agent 构建 (Agent Building)
- 效率工具 (Productivity)
- And more...
findai/
└── watcha-finder/ # The skill
├── SKILL.md # Skill instructions
└── evals/
└── evals.json # Test cases
- Search API is exact-match, not fuzzy (skill handles this with multiple query strategies)
- Review/reply counts indicate popularity, not quality (skill explicitly accounts for this)
- Scores with <10 reviews are unreliable (skill flags these)
- Products with low watcha activity may still be excellent (skill supplements with web search)
MIT
Built using the watcha.cn API — a Chinese AI product discovery platform with community reviews and ratings.