Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Social Image Card Series Generator (baoyu-xhs-images)

Turns any article or idea into a 1–10 image card series for social media, with 12 styles, 8 layouts and 3 palettes.

Image & VideoIntermediate24,7492,764AI score 8/10Last updated: Jul 4, 2026

What it does

Give it an article, doc or topic and it breaks the content into a series of 1–10 infographic image cards tuned for Xiaohongshu, WeChat, Instagram and similar feeds.

  • Analyzes the source into analysis.md (topic, hook potential, audience, swipe flow)
  • Recommends one of three outline strategies: story-driven, information-dense, or visual-first
  • Freely mixes 12 styles (cute, notion, chalkboard, study-notes, screen-print, sketch-notes…) × 8 layouts (sparse, balanced, dense, list, comparison, flow, mindmap, quadrant) × 3 palettes (macaron / warm / neon)
  • Ships ~25 presets such as --preset knowledge-card or --preset poster as one-word shortcuts
  • Saves every image's full prompt to prompts/NN-....md so runs are reproducible and editable
  • Uses an image-1 anchor chain (generate the cover first, then pass it as a reference) to keep characters and colors consistent across the set
  • Remembers watermark, preferred style/layout/language and backend in an EXTEND.md config

Actual rendering is delegated to whatever raster backend your runtime exposes (Codex imagegen, Cursor GenerateImage, baoyu-image-gen, …). The skill explicitly forbids faking images with SVG/HTML and forbids patching bad text by painting over the bitmap — it regenerates from a corrected prompt instead.

Who it's for

  • Marketers and creators who post card-style carousels on Xiaohongshu, Instagram or WeChat
  • Writers who want to repurpose blog posts or newsletters as visual summaries
  • Educators who need handwritten-notes or chalkboard style infographics
  • Solo operators who want a consistent look across a whole series without a designer

Examples

  1. "Make 5 Xiaohongshu cards from this blog post" → it analyzes the text, recommends the cute-share preset, and after you confirm produces cover + 3 content cards + closing card.
  2. "Use --preset knowledge-card --palette macaron for my AI tools roundup" → notion-style dense knowledge cards in soft macaron colors.
  3. "--ref brand.png --yes, just generate it" → skips confirmation, applies your brand reference to the cover, then chains the remaining cards off that cover for visual consistency.

· · · Install guide · · ·

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 /tmp/baoyu-skills && mkdir -p ~/.claude/skills && cp -r /tmp/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. Copy the skill into your Claude Code skills folder: mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-xhs-images ~/.claude/skills/
  4. Make sure an image backend is available. Runtime-native tools like Codex imagegen or Cursor GenerateImage are picked up automatically; otherwise also install the baoyu-image-gen skill from the same repo.
  5. Restart Claude Code and trigger the skill with something like "turn this article into social image cards" or by naming baoyu-xhs-images.
  6. On first run it walks you through setup (watermark, default style, language) and stores it in ~/.baoyu-skills/baoyu-xhs-images/EXTEND.md. Edit that file or say "reconfigure preferences" to change it later.
  7. Add --yes to a request when you want it to skip the confirmation step and generate straight away.