
from auto-redbook-skills1,845
Generate Xiaohongshu (XHS) note content and stylized image cards from user input; optionally render and publish the note to XHS.
Generates formatted Xiaohongshu (XHS) note content (title + body), converts the content into image cards (cover + content cards) with multiple visual themes and pagination modes, and can optionally publish the note to XHS using configured credentials. It automates writing, layout, rendering, and (optionally) publishing.
Use when you need to rapidly produce short-form XHS content: marketing posts, product showcases, or visual note carousels. Good for creators who want quick multi-card image outputs and for teams automating bulk or templated posts.
Likely usable by agents that can run local Python scripts and handle file I/O (Codex/Copilot-style or self-hosted automation agents).
XHS (Xiaohongshu) note creator skill with 5 scripts: 3 renderers (Python+Node, v1+v2) and a publisher. Render scripts convert Markdown to styled image cards with 8 themes and 4 paging modes. Publish script posts notes via cookie-based auth. Scripts failed to run due to missing Python deps (markdown, playwright) and missing xhs lib; JS scripts were skipped. Code is well-structured with good error handling and clear Chinese+English docs.
markdownpyyamlplaywrightxhsLegitimate XHS content creation tool. Cookie-based auth is standard for XHS API access. No malicious behavior detected. Main concern is unvalidated HTML in templates, but this is low risk since output is rendered to PNG via Playwright.