Baoyu Cover Image Generator
Designs and generates article cover images using a 5-dimension system of type, palette, rendering style, text level, and mood.
Image & VideoIntermediate★ 24,749⑂ 2,764AI score 8/10Last updated: Jul 4, 2026
What it does
Analyzes your article, proposes a visual direction, writes the full prompt to a file, then calls an available raster backend to produce the cover.
- Five dimensions: type (hero, conceptual, typography, metaphor, scene, minimal), 11 palettes, 7 rendering styles, 4 text levels, 3 mood levels, plus font choice
- Aspect ratios: 16:9 (default), 2.35:1 cinematic, 1:1, 4:3, 3:2, 3:4
- Reproducible: every prompt is saved to
prompts/NN-*.mdbefore generation, so you can swap backends without rewriting prompts - Reference images (
--ref): extract style, composition, or character traits from samples - Guardrails: no SVG/HTML substitution for raster output, and no code-based text patching over a finished bitmap — bad text means a new prompt and a new file
Who it's for
- Bloggers, newsletter authors, and technical writers who need thumbnails on every post
- Solo creators and marketers who want a consistent brand look without a designer
- Users already running Codex
imagegen, CursorGenerateImage, or thebaoyu-image-genskill
Examples
- Tech blog thumbnail: "make a cover for this post --type conceptual --palette cool --aspect 16:9"
- Cinematic newsletter header: "--aspect 2.35:1 --text title-only --mood bold" for a wide banner with the exact article title
- Series consistency: pin
preferred_paletteandpreferred_renderingin EXTEND.md, then run with--quickso every article in a series shares one visual tone
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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-cover-image folder from the GitHub repo JimLiu/baoyu-skills into my ~/.claude/skills/baoyu-cover-image/. 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 && mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-cover-image ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal in your working directory.
- Clone the repo:
git clone https://github.com/JimLiu/baoyu-skills.git - Copy the skill into place:
mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-cover-image ~/.claude/skills/ - (Recommended) Make sure a raster backend is available — Codex
imagegen, CursorGenerateImage, or install the siblingbaoyu-image-genskill from the same repo. - Restart Claude Code and ask: "generate a cover image for this article".
- On the first run a setup wizard creates EXTEND.md; pick your default palette, aspect ratio, and image backend so later runs reuse them.
- Add
--quickto any request to skip the confirmation step and generate immediately.
View source on GitHub ↗License: MIT