This one scrapes Weibo's trending topics via an API, searches for background context on each trend, then uses AI to generate product ideas weighted 80% for virality and 20% for utility. It outputs an HTML report with scores, user personas, and feature lists for each concept. The workflow is pretty opinionated: it hits the Tianjushu API for top 50 trends, does web searches for event context, generates 3-5 product ideas per trend with structured breakdowns, then saves everything to a dated HTML file organized by year and month. Use this if you're hunting for product opportunities in Chinese social trends and want the grunt work automated. Fair warning that API rate limits apply and same-day reruns will overwrite your previous report.
npx skills add https://github.com/violin86318/weibo-hotspot-analyzer --skill weibo_hotspot_analyzer