🦀 ClawHub
Xiaohongshu Post Gen
by @franklu0819-lang
Generate complete Xiaohongshu (Little Red Book) posts with up to 10 pages (3:4 vertical format). Auto-parses text content into cover + content pages. Support...
💡 Examples
Different Styles
Dreamy style (default):
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
--title "我的成长日记" \
--content "今天学习了新的技能..."
Tech style:
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
--title "AI工具测评" \
--content "今天测试了新的AI模型..." \
--style tech
Warm style:
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
--title "温暖的小确幸" \
--content "今天遇到了一件开心的事..." \
--style warm
Minimal style:
uv run skills/xiaohongshu-post-gen/scripts/gen_post.py \
--title "高效工作法" \
--content "分享三个提升效率的方法..." \
--style minimal
Complete Diary Post
Generate a complete diary post:
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
Output structure:
cipher-day1/
├── 01-cover.png # Cover page
├── 02-opening.png # 我是谁
├── 03-quote.png # 金句页
├── 04-reflection.png # 反思页
├── 05-checklist.png # 未来计划
└── 06-ending.png # 结尾页
📋 Tips & Best Practices
--- or newlines to separate sectionsTERMINAL
clawhub install xiaohongshu-post-gen