Agent skill · Design & Presentation

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".

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-cover-image --agent claude-code

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

Facts
Files in the skill folder: 31
SKILL.md size: 9 KB
Bundled scripts: none
Path: SkillBank/Common/baoyu-skills/baoyu-cover-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. Usage
  2. Options
  3. Five Dimensions
  4. Galleries
  5. File Structure
  6. Workflow
  7. Progress Checklist
  8. Flow
  9. Step 0: Load Preferences ⛔ BLOCKING
  10. Step 1: Analyze Content
  11. Step 2: Confirm Options ⚠️
  12. Step 3: Create Prompt
  13. Step 4: Generate Image
  14. Step 5: Completion Report
Ships with 24 files
  • references/auto-selection.md
  • references/base-prompt.md
  • references/compatibility.md
  • references/config/first-time-setup.md
  • references/config/preferences-schema.md
  • references/config/watermark-guide.md
  • references/dimensions/font.md
  • references/dimensions/mood.md
  • references/dimensions/text.md
  • references/palettes/cool.md
  • references/palettes/dark.md
  • references/palettes/earth.md
  • references/palettes/elegant.md
  • references/palettes/mono.md
  • references/palettes/pastel.md
  • references/palettes/retro.md
  • references/palettes/vivid.md
  • references/palettes/warm.md
  • references/renderings/chalk.md
  • references/renderings/digital.md
  • references/renderings/flat-vector.md
  • references/renderings/hand-drawn.md
  • references/renderings/painterly.md
  • references/renderings/pixel.md
first 24 of 31
Commands it runs
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"
More from AutoSkill
All skills →
About this skill
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.

Keep going