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.

guanyanggithub.com/guanyangGitHub ↗
claude-codeMIT
Install
npx skills add guanyang/open-agent-hub --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: 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 multiple style options, breaking content into 1-10 cartoon-style image cards optimized for social media engagement. The task is triggered when users mention specific keywords related to 小红书, 微信, image cards, or related terms.

How it works

The skill describes a process for prompting and image generation, including a user-input step to gather preferences and a defined image-generation workflow. It specifies a hierarchy for selecting input tools (prefer built-in user-input tools, fallback to numbered plain-text questions, batch questions if supported), and a concrete decision path for choosing the image backend (current-request override, saved preference, auto-select order among Codex imagegen, Cursor GenerateImage, other native tools, or single non-native backend if only one, else ask user). It enforces that a prompt file must be written to prompts/NN-{type}-[slug].md before backend invocation. It also outlines a batch generation policy and a confirmation policy, including whether to skip confirmation via flags like --yes, and describes how to handle reference images and batch execution.

When to use it

Use when content indicates the need for an infographic image card series with multiple styles, layouts, and palettes as described, and when the user expresses intent with the listed keywords.

What it can touch

The skill involves image-generation processes and prompts, using tools named in the workflow such as imagegen, GenerateImage, image_generate, baoyu-image-gen, and related backend pathways. It requires writing prompt files under prompts/ and manages outputs to outputs/.../NN-xxx.png as part of the generation flow. It also references reference images under reference_image_paths and uses prompts with paths like prompts/NN-{type}-[slug].md.

Caveats

The description requires adherence to a raster-image backend for generation and prohibits SVG/HTML-based rendering. It mandates saving a standalone prompt file before invoking any backend and emphasizes a confirmation workflow with explicit user consent unless overridden. It lists a detailed, multi-step batch generation policy and multiple backend resolution rules, including fallback behavior if backends are unavailable. License is MIT as per metadata.

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 open-agent-hub
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 guanyang/open-agent-hub --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 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