Agent skill · Content & Marketing

baoyu-image-cards

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", "图片卡片", or wants social media infographic series.

guanyanggithub.com/guanyangGitHub ↗
claude-codeMIT
Install
npx skills add guanyang/open-agent-hub --skill baoyu-image-cards --agent claude-code

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

Facts
Files in the skill folder: 28
SKILL.md size: 26 KB
Bundled scripts: none
Version: 1.57.0
Path: skills/baoyu-image-cards/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 940
Language: TypeScript

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

Generates an 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 specific Chinese social signals or wants a social media infographic series.

How it works

  • Uses user-input tools to collect necessary details (question prompts are prompted via built-in user-input tools when available).
  • Applies a batch-generation policy: after prompts are saved, images are generated in batches by default, preferring the runtime's native batch interface if available, otherwise parallel or sequential generation as per capabilities.
  • When rendering images, follow the backend resolution order: current-request override, saved preferences, auto-select (Codex imagegen if available), or other native tools. Do not substitute non-raster rendering. Do not repair rendered text by painting over a bitmap. Write each image's full prompt to a standalone file under prompts/ before invoking any backend.
  • Maintain an anchor chain: image 1 is generated first, then subsequent images reference image 1 as the anchor.
  • Use a prompt-frontmatter structure to encode references, prompts, and configurations for each card.
  • Respect the provided preset and option system (style, layout, palette, preset) to shape the final prompts and visuals.

When to use it

Use when the user signals interest in Chinese social-media image cards or social media infographic series (keywords include 小红书图片, 小红书种草, 小绿书, 微信图文, 微信贴图, image cards, 图片卡片) or explicitly requests an infographic series.

What it can touch

  • Tools: claude-code for image generation and prompt handling.
  • Files touched: prompts/ (for prompt files) and prompts and refs as part of the workflow.
  • Backend: image generation backends chosen per the priority rules (current-request, saved preference, auto-select). Patch prompts/outputs to align with chosen backend.

Caveats

  • Licensing: MIT.
  • The skill relies on the presence of a raster image backend; if none are available, it will prompt the user for how to proceed.
  • It requires writing prompt-frontmatter to disk prior to generation and careful handling of references and anchor chaining to ensure correct output alignment.
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/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
  • references/style-presets.md
first 24 of 28
More from open-agent-hub
All skills →
About this skill
What does the baoyu-image-cards 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", "图片卡片", or wants social media infographic series.

How do I install it?

Run `npx skills add guanyang/open-agent-hub --skill baoyu-image-cards --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 guanyang/open-agent-hub, a repository with 940 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