This pulls WeChat public account articles by keyword and gives you the title, summary, publish time, source account, and link. It's a Node.js script that uses cheerio to scrape search results, so you'll need that installed first. You can limit results with the -n flag (default 10, max 50), save to JSON with -o, or try to resolve the real article URLs with -r, though that last one often fails due to anti-scraping measures. Useful if you're doing research or gathering Chinese language sources on tech, finance, education, or social topics. Just know this hits rate limits fast and the real URL resolution is spotty at best.
npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill wechat-article-search