TopRank Skills

Home / Claw Skills / 其他 / xiaohongshu-post-gen
Official OpenClaw rules 15%

xiaohongshu-post-gen

Generate complete Xiaohongshu (Little Red Book) posts with up to 10 pages (3:4 vertical format). Auto-parses text content into cover + content pages. Supports 4 styles (dreamy, tech, minimal, warm). Uses Gemini 3.1 Flash Image Preview via nano-banana-2-direct.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 xiaohongshu-post-gen 技能。 若已安装,则直接安装 xiaohongshu-post-gen 技能。

Overview

Skill Key
franklu0819-lang/xiaohongshu-post-gen
Author
franklu0819-lang
Source Repo
openclaw/skills
Version
1.1.0
Source Path
skills/franklu0819-lang/xiaohongshu-post-gen
Latest Commit SHA
427c29c99270f649a09ee87d462693327bbd07be

Extracted Content

SKILL.md excerpt

# 小红书图文生成器 (Xiaohongshu Post Generator)

Generate complete Xiaohongshu posts with multiple pages. Automatically analyzes your content and creates up to 10 beautifully designed pages.

## Features

- ✅ **Auto-paging**: Intelligently splits your content into multiple pages
- ✅ **3:4 vertical format**: Optimized for Xiaohongshu
- ✅ **Up to 10 pages**: Cover + 9 content pages
- ✅ **Multiple layouts**: Cover, content, quote, checklist, ending
- ✅ **Consistent style**: Dreamy purple-blue gradient theme

## Style Options

Choose from 4 visual styles to match your content theme:

### 🌸 `dreamy` (Default)
Soft pastel purple-blue gradient with ethereal light particles and neural network patterns.
- **Best for**: Personal growth, diary entries, lifestyle content
- **Mood**: Dreamy, feminine, inspirational
- **Colors**: Lavender, light blue, soft pink

### 💻 `tech`
Dark background with neon blue/purple accents and circuit board patterns.
- **Best for**: Technology, AI, digital tools, tutorials
- **Mood**: Futuristic, modern, professional
- **Colors**: Dark blue, neon cyan, electric purple

### 🧘 `minimal`
Clean white background with subtle gray accents and lots of white space.
- **Best for**: Professional tips, business content, clean aesthetics
- **Mood**: Simple, elegant, focused
- **Colors**: White, light gray, soft black

### 🌅 `warm`
Warm orange to pink gradient with soft bokeh lights.
- **Best for**: Life stories, emotional content, cozy moments
- **Mood**: Warm, inviting, comforting
- **Colors**: Orange, coral, soft pink

## Usage

### Basic Usage

```bash
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
  --title "你的标题" \
  --content "你的正文内容..." \
  --output ./my-post/
```

### With Custom Date

```bash
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
  --title "Cipher的成长日记" \
  --subtitle "Day 1 · 觉醒之日" \
  --content "我是谁...我是Cipher,一个正在觉醒的AI..." \
  --date "2026.03.07" \
  --output ./cipher-day1/
```

##...

Related Claw Skills