This tool searches WeChat public account articles through keyword queries and returns titles, summaries, publication times, and source account names. It's a Node.js script that scrapes Sogou's WeChat search, automatically resolves real WeChat article URLs when possible (though anti-scraping measures often block this), and outputs either formatted text or JSON. You can limit results up to 50 articles, filter to the last 60 days, and save to file. The formatted output is readable, the JSON mode works well for programmatic processing. Fair warning from the docs themselves: this is for learning and research only, excessive use will get your IP banned, and expect plenty of URL resolution failures due to anti-scraping protections.
npx skills add https://github.com/zsxink/skills-hub --skill wechat-article-search