baoyu-cover-image
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 9 color palettes and 6 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-cover-image --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.
# Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. ## Usage ```bash # Auto-select dimensions based on content /baoyu-cover-image path/to/article.md # Quick mode: skip confirmation /baoyu-cover-image article.md --quick # Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector # Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint # With reference images /baoyu-cover-image article.md --ref style-ref.png # Direct content input /baoyu-cover-image --palette mono --aspect 1:1 --quick [paste content] ``` ## Options | Option | Description | |--------|-------------| | `--type <name>` | hero, conceptual, typography, metaphor, scene, minimal | | `--palette <name>` | warm, elegant, cool, dark, earth, vivid, pastel, mono, retro | | `--rendering <name>` | flat-vector, hand-drawn, painterly, digital, pixel, chalk | | `--style <name>` | Preset shorthand (see [Style Presets](references/style-presets.md)) | | `--text <level>` | none, title-only, title-subtitle, text-rich | | `--mood <level>` | subtle, balanced, bold | | `--font <name>` | clean, handwritten,
- Usage
- Options
- Five Dimensions
- Galleries
- File Structure
- Workflow
- Progress Checklist
- Flow
- Step 0: Load Preferences ⛔ BLOCKING
- Step 1: Analyze Content
- Step 2: Confirm Options ⚠️
- Step 3: Create Prompt
- Step 4: Generate Image
- Step 5: Completion Report
Auto-select dimensions based on content Quick mode: skip confirmation Specify dimensions Style presets (shorthand for palette + rendering) With reference images Direct content input test -f .baoyu-skills/baoyu-cover-image/EXTEND.md && echo "project" test -f "$HOME/.baoyu-skills/baoyu-cover-image/EXTEND.md" && echo "user"
What does the baoyu-cover-image skill do?
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 9 color palettes and 6 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill baoyu-cover-image --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 ECNU-ICALK/AutoSkill, a repository with 539 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.
