Cover Generator Skill
Generates elegant, minimal cover images (1200x630) with custom text and gradients. Ideal for blog posts, social media cards, and article headers.
Prerequisites
- •Dependencies:
bash
pip install -r skills/cover-generator/requirements.txt
Usage
bash
python3 skills/cover-generator/cover_generator.py "Your Title" [options]
Options
- •
title: Main text to display (Required). - •
--subtitle: Smaller text below the title. - •
--theme: Color theme (random,dark,light,blue). Default:random. - •
--output: Output filename. Default:cover.png. - •
--upload: Automatically upload the generated image using theimage-uploaderskill.
Examples
Basic Generation:
bash
python3 skills/cover-generator/cover_generator.py "My Awesome Blog Post" --subtitle "A deep dive into AI"
Generate and Upload:
bash
python3 skills/cover-generator/cover_generator.py "Weekly Report" --theme blue --upload