XHS Note Creator for Openclaw

A professional content creation tool for generating and publishing optimized Xiaohongshu notes with high-quality image cards.

linkrogers
v2.0.0
Feb 13, 2026
6
2.8k
25

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install xhs-note-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install xhs-note-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is XHS Note Creator?

The XHS Note Creator is a specialized utility designed to transform raw information into viral-ready Xiaohongshu (Red) content. It automates the generation of catchy, emoji-enhanced titles and structured body text, while simultaneously producing aesthetically pleasing image cards for covers and content slides. This tool is a powerful addition to the library of Openclaw Skills for marketers and developers looking to scale their social media presence.

By leveraging Markdown and CSS-based rendering, it ensures all generated assets adhere to the platform's preferred 3:4 aspect ratio. Whether you are converting technical documentation into bite-sized tips or creating lifestyle posts, this skill provides a standardized, programmatic approach to content production.

XHS Note Creator Use Cases

  • Converting product specifications or research data into engaging social media posts.
  • Generating series of educational image cards from long-form Markdown articles.
  • Automating the publishing process for accounts managing multiple content updates daily.

How XHS Note Creator Works

  1. The skill analyzes user input to draft a title (under 20 characters) and a formatted body text with relevant emojis and SEO tags.
  2. A Markdown file is constructed with YAML frontmatter to define cover metadata like emojis, titles, and subtitles.
  3. The rendering engine (Python or Node.js) processes the Markdown to create PNG cards based on selected visual themes.
  4. If configured, the publishing script uses authenticated cookies to upload the images and text directly to Xiaohongshu.

XHS Note Creator Setup

To get started with this component of Openclaw Skills, install the required publishing library:

pip install xhs

Ensure your session is authenticated by retrieving your cookie from the browser and saving it to memory/xhs-cookie.md or exporting it as an environment variable:

export XHS_COOKIE='your_session_cookie'

Run the rendering script to generate images:

python scripts/render_xhs.py input.md --theme playful-geometric --mode auto-split

XHS Note Creator Data Schema & Taxonomy

The skill organizes content and assets using the following structure:

File Type Description
Markdown (.md) Input file containing YAML metadata and note content.
Assets (.png) Generated cover.png and sequential card_1.png, card_2.png files.
Templates (.html) HTML/CSS templates in the assets folder used for card rendering.
Memory (.md) Storage for xhs-cookie.md to facilitate automated logins.

XHS Note Creator Advanced Features

  • Support for 8+ distinct visual themes including Sketch, Retro, and Terminal styles.
  • Dynamic rendering modes like auto-fit for automatic text scaling and auto-split for long-form content pagination.
  • High-resolution output support with adjustable Device Pixel Ratio (DPR) settings.
  • Seamless integration with Openclaw Skills memory for secure, automated credential management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*