This automates posting to Xiaohongshu (Little Red Book), China's Instagram-meets-Pinterest platform. It converts your content into the platform's signature style,under 1000 characters with emoji formatting,and publishes directly via API. You get three ways to use it: a quick Python script, a full-featured publisher with image support, or raw REST calls to localhost:18060. The real value is handling Xiaohongshu's specific constraints automatically (20-character titles, 1000-character posts, up to 9 images) so you don't have to manually reformat everything. Requires the xiaohongshu-mcp Docker service running with valid cookies, which is the actual heavy lifting here.
npx skills add https://github.com/solar-luna/fully-automatic-article-generation-skill --skill xiaohongshu-publisher