cover-generator

Generates simple gradient-based cover images for blogs or articles with a title and subtitle. Can optionally upload the generated image immediately.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cover-generator" with this command: npx skills add crossoverjie/skills/crossoverjie-skills-cover-generator

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

  1. Dependencies:
    pip install -r skills/cover-generator/requirements.txt
    

Usage

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 the image-uploader skill.

Examples

Basic Generation:

python3 skills/cover-generator/cover_generator.py "My Awesome Blog Post" --subtitle "A deep dive into AI"

Generate and Upload:

python3 skills/cover-generator/cover_generator.py "Weekly Report" --theme blue --upload

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-uploader

No summary provided by upstream source.

Repository SourceNeeds Review
General

session-export

No summary provided by upstream source.

Repository SourceNeeds Review
General

auto-blog-cover

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-notifier

No summary provided by upstream source.

Repository SourceNeeds Review