
from xhs-skill43
Create Xiaohongshu (XHS) notes with written content and rendered image cards; supports multiple styles, batch creation, and publishing workflows.
Generates Xiaohongshu (Little Red Book) note content and renders image cards from Markdown. The skill can produce titles, body copy styled for XHS, and render multi-card images using provided rendering scripts. It also includes guidance for batch creation and publishing with rate limits.
Use when you need to create social-media-ready XHS notes: single posts or batches, with cover and content cards rendered as images. Helpful for content teams that need templated visuals and automated publishing flows.
Works best with agents capable of running rendering/publish scripts (filesystem and shell access).
Xiaohongshu (XHS) note creation skill with content writing, image card rendering, and batch publishing. 20 scripts but none could run due to missing dependencies (xhs, playwright, markdown, tkinter). Multiple redundant versions of the same scripts exist (v1/v2/v3/v3_fixed). Code has hardcoded Windows paths and inconsistent quality. SKILL.md instructions are detailed but the execution layer is fragile.
xhsplaywrightmarkdownpyyamltkinterpython-dotenvNot malicious but poorly structured — 20 scripts in flat directory, multiple versions not cleaned up (v1, v2, v3, v3_fixed), hardcoded paths, all scripts fail without heavy dependency setup. The xhs library is a third-party unofficial XHS API wrapper. No separation into references/ or proper script organization.