Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & VideoIntermediate24,7492,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-....md so 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

  1. "Make 6 cards from this article --preset knowledge-card" → notion-style, information-dense knowledge cards.
  2. "--style bold --layout list: top 5 mistakes first-time renters make" → high-contrast warning list cards.
  3. "--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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/JimLiu/baoyu-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r baoyu-skills/skills/baoyu-xhs-images ~/.claude/skills/
  5. Make sure a raster image backend is available (Codex imagegen, Cursor GenerateImage, or the baoyu-image-gen skill from the same repo). Without one, the skill will stop and ask you how to proceed.
  6. 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.