Install
openclaw skills install rendshot-xiaohongshuCreate high-performing Xiaohongshu (Little Red Book / RED) cover images and content graphics. Use when the user mentions: '小红书', 'xiaohongshu', 'RED', '种草',...
openclaw skills install rendshot-xiaohongshuCreate cover images and content graphics optimized for Xiaohongshu's recommendation algorithm and visual aesthetic standards.
When a user wants to create Xiaohongshu content images:
Ask (if not provided):
Read references/algorithm.md for:
Read references/design-style.md for:
Option A — Use existing template:
list_templates({ platform: "xiaohongshu", q: "<category keyword>" })
get_template({ template_id: "tpl_xxx" })
generate_image({
template_id: "tpl_xxx",
variables: { title: "...", ... }
})
Option B — AI generate from prompt:
generate_image({
prompt: "<detailed design prompt based on Steps 1-3>",
platform: "xiaohongshu", // 1080x1440
locale: "zh"
})
The prompt should encode your design decisions:
generate_image({
prompt: "手工皂种草笔记封面,温暖大地色调,中央大标题'三步入门冷制皂',副标题'新手也能做出专柜级手工皂',底部产品摆拍留白区域,杂志风排版,衬线标题字体",
platform: "xiaohongshu",
locale: "zh"
})
Option C — Wide format:
generate_image({
prompt: "...",
platform: "xiaohongshu_wide", // 1080x810
locale: "zh"
})
create_template({
name: "手工皂种草封面",
html: "<returned html>",
variables: [...],
platform: "xiaohongshu",
category: "lifestyle",
tags: ["handmade", "soap", "tutorial"]
})
| Dimension | Standard | Wide |
|---|---|---|
| Platform | xiaohongshu | xiaohongshu_wide |
| Size | 1080x1440 (3:4) | 1080x810 (4:3) |
| Use case | 种草/测评/教程 | 合集/对比/攻略 |
When building prompts for Rendshot AI, always include: