Baoyu XHS Image Card Series Generator
Turns an article or topic into a 1–10 card social-media infographic series with consistent style, layout, and palette.
Image & VideoIntermediate★ 24,749⑂ 2,764AI score 9/10Last updated: Jul 4, 2026
What it does
- Analyzes your source content and drafts an outline (cover → content cards → CTA) before generating anything.
- Mixes 12 visual styles (cute, notion, chalkboard, study-notes, screen-print, sketch-notes, and more), 8 layouts (sparse, balanced, dense, list, comparison, flow, mindmap, quadrant) and 3 palettes (macaron / warm / neon), plus ready-made presets like
knowledge-card,warning,poster. - Keeps the series visually consistent by generating image 1 first and passing it as the reference anchor for every later card.
- Saves each card's full prompt to
prompts/NN-....mdso you can tweak and regenerate reproducibly, with automatic timestamped backups. - Stores your defaults (watermark, style, image backend, batch size, language) in an EXTEND.md preference file.
Who it's for
- Marketers and creators publishing carousels on Xiaohongshu, WeChat, Instagram or LinkedIn.
- Writers turning long posts, newsletters or study notes into shareable visual summaries.
- Brand teams that need many images that still look like one coherent set.
Examples
- "Make 6 cards from this article --preset knowledge-card" → notion-style, information-dense knowledge cards.
- "--style bold --layout list: top 5 mistakes first-time renters make" → high-contrast warning list cards.
- "--ref brand-cover.png --palette macaron --batch-size 4" → brand image anchors the cover, pastel palette across the set, four renders dispatched in parallel.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/JimLiu/baoyu-skills/HEAD/skills/baoyu-xhs-images/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/baoyu-xhs-images folder from the GitHub repo JimLiu/baoyu-skills into my ~/.claude/skills/baoyu-xhs-images/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/JimLiu/baoyu-skills.git && mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-xhs-images ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/JimLiu/baoyu-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r baoyu-skills/skills/baoyu-xhs-images ~/.claude/skills/ - Make sure a raster image backend is available (Codex
imagegen, CursorGenerateImage, or thebaoyu-image-genskill from the same repo). Without one, the skill will stop and ask you how to proceed. - Restart Claude Code and ask: "Turn this post into a social media image card series." On first run it walks you through creating EXTEND.md preferences.
View source on GitHub ↗License: MIT