Agent skill · Content & Marketing

baoyu-xhs-images

Generates infographic image card series with 12 visual styles, 8 layouts, and 3 color palettes. Breaks content into 1-10 cartoon-style image cards optimized for social media engagement. Use when user mentions "小红书图片", "小红书种草", "小绿书", "微信图文", "微信贴图", "image cards", "图片卡片", baoyu-xhs-images, or wants social media infographic series.

JimLiugithub.com/JimLiuGitHub ↗
claude-codecodexMIT
Install
npx skills add JimLiu/baoyu-skills --skill baoyu-xhs-images --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 29
SKILL.md size: 28 KB
Bundled scripts: none
Version: 2.0.1
Path: skills/baoyu-xhs-images/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 24,562
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Break down complex content into eye-catching image card series with multiple style options.

How it works

  • The skill aims to generate an infographic image card series by offering multiple visual styles (12 total), 8 layouts, and 3 color palettes to choose from.
  • It partitions content into 1-10 cartoon-style image cards optimized for social media engagement.
  • It provides user input tools to solicit preferences and questions from the user (e.g., using built-in runtime prompts like AskUserQuestion, request_user_input, clarify, ask_user).
  • It defines a batch generation policy and image-creation workflow that emphasizes saving prompt files under prompts/ before invoking backends, then generating images in batches when possible.
  • It specifies a priority order for image backends, preferring native or bundled backends (imagegen or equivalents) and instructs fallbacks or user prompts if none are available.
  • It includes a confirmation policy that prompts for confirmation before generation unless explicitly overridden by a command such as --yes.

When to use it

Use when the user mentions any of the following: "小红书图片", "小红书种草", "小绿书", "微信图文", "微信贴图", "image cards", "图片卡片", baoyu-xhs-images, or requests a social media infographic series.

What it can touch

  • It references tools for image generation and user interaction (e.g., imagegen backends, Cursor GenerateImage, Codex imagegen) and requires saving prompt files under prompts/ before backend invocation. It also mentions managing outputs and reference images (e.g., outputs/.../NN-xxx.png, reference_image_paths).

Caveats

  • The skill states to avoid SVG or vector替代 raster when backends are unavailable and to refrain from post-processing text on generated images. It requires explicit prompts and confirmation steps before generation.
  • License is MIT as per repository metadata, and it targets content & marketing use.
From the SKILL.md

# Image Card Series Generator Break down complex content into eye-catching image card series with multiple style options. ## User Input Tools When this skill prompts the user, follow this tool-selection rule (priority order): 1. **Prefer built-in user-input tools** exposed by the current agent runtime — e.g., `AskUserQuestion`, `request_user_input`, `clarify`, `ask_user`, or any equivalent. 2. **Fallback**: if no such tool exists, emit a numbered plain-text message and ask the user to reply with the chosen number/answer for each question. 3. **Batching**: if the tool supports multiple questions per call, combine all applicable questions into a single call; if only single-question, ask them one at a time in priority order. Concrete `AskUserQuestion` references below are examples — substitute the local equivalent in other runtimes. ## Image Generation Tools When this skill needs to render an image, resolve the backend in this order: 1. **Current-request override** — if the user names a specific backend in the current message, use it. 2. **Saved preference** — if `EXTEND.md` sets `preferred_image_backend` to a backend available right now, use it. 3. **Auto-select** (when the preferenc

What's inside
Steps it walks through
  1. User Input Tools
  2. Image Generation Tools
  3. Batch Generation Policy
  4. Confirmation Policy
  5. Language
  6. Options
  7. Dimensions
  8. Styles (12)
  9. Layouts (8)
  10. Palettes (optional override)
  11. Presets (style + layout shortcuts)
  12. Auto-Selection
  13. Style × Layout Matrix
  14. Outline Strategies
Ships with 24 files
  • references/codex-imagegen.md
  • references/config/first-time-setup.md
  • references/config/preferences-schema.md
  • references/config/watermark-guide.md
  • references/confirmation.md
  • references/elements/canvas.md
  • references/elements/decorations.md
  • references/elements/image-effects.md
  • references/elements/typography.md
  • references/palettes/macaron.md
  • references/palettes/neon.md
  • references/palettes/warm.md
  • references/presets/bold.md
  • references/presets/chalkboard.md
  • references/presets/cute.md
  • references/presets/fresh.md
  • references/presets/minimal.md
  • references/presets/notion.md
  • references/presets/pop.md
  • references/presets/retro.md
  • references/presets/screen-print.md
  • references/presets/sketch-notes.md
  • references/presets/study-notes.md
  • references/presets/warm.md
first 24 of 29
More from baoyu-skills
All skills →
About this skill
What does the baoyu-xhs-images skill do?

Generates infographic image card series with 12 visual styles, 8 layouts, and 3 color palettes. Breaks content into 1-10 cartoon-style image cards optimized for social media engagement. Use when user mentions "小红书图片", "小红书种草", "小绿书", "微信图文", "微信贴图", "image cards", "图片卡片", baoyu-xhs-images, or wants social media infographic series.

How do I install it?

Run `npx skills add JimLiu/baoyu-skills --skill baoyu-xhs-images --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From JimLiu/baoyu-skills, a repository with 24,562 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going