This automates publishing to Xiaohongshu (小红书) creator platform by handling both short text-with-image posts (under 140 characters) and long-form articles. It walks through the full DOM interaction flow: clicking the right buttons, filling title and content fields, generating images from text, selecting templates, and adding tags with proper formatting (two newlines before hashtags, which matters for layout). The skill stops before hitting publish, letting you review everything first. Worth noting it includes specific selectors for Xiaohongshu's custom DIV editors and timing guidance to avoid their anti-automation detection. If you're batch publishing content to Xiaohongshu and tired of the manual clicking, this maps out the entire workflow with the DOM details you'd otherwise spend an afternoon reverse engineering.
npx skills add https://github.com/byheaven/byheaven-skills --skill xhs-publisher