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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
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.
# 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
- User Input Tools
- Image Generation Tools
- Batch Generation Policy
- Confirmation Policy
- Language
- Options
- Dimensions
- Styles (12)
- Layouts (8)
- Palettes (optional override)
- Presets (style + layout shortcuts)
- Auto-Selection
- Style × Layout Matrix
- Outline Strategies
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.
